summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_photocam.rb
blob: 92ea9e29e683a8c1a01f7c6c5cd373836a737a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
#
require 'efl/elm/elm_object'
require 'efl/native/elm/elm_photocam'
#
module Efl
    #
    module Elm
        #
        class ElmPhotoCam < ElmObject
            #
            include Helper
            constructor :elm_photocam_add
            search_prefixes 'elm_photocam_'
            #
        end
        #
    end
end
#
# EOF