diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 11:48:25 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 11:48:25 +0100 | 
| commit | 0269c54ebb2ac1f75799c935d8ba6173a426d0c5 (patch) | |
| tree | b22fc12e5251b22ec08ee4d77681993b4833f541 /lib/efl/elm | |
| parent | e0929df4e94fb8d4b3216f52694b558b3f04739f (diff) | |
| download | ffi-efl-0269c54ebb2ac1f75799c935d8ba6173a426d0c5.zip ffi-efl-0269c54ebb2ac1f75799c935d8ba6173a426d0c5.tar.gz  | |
parse elm_separator.h, generate elm_separator.rb
Diffstat (limited to 'lib/efl/elm')
| -rw-r--r-- | lib/efl/elm/elm_separator.rb | 22 | 
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_separator.rb b/lib/efl/elm/elm_separator.rb new file mode 100644 index 0000000..da98390 --- /dev/null +++ b/lib/efl/elm/elm_separator.rb @@ -0,0 +1,22 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +require 'efl/elm/elm_object' +require 'efl/native/elm/elm_separator' +# +module Efl +    # +    module Elm +        # +        class ElmSeparator < ElmObject +            # +            include Helper +            constructor :elm_separator_add +            search_prefixes 'elm_separator_' +            # +        end +        # +    end +end +# +# EOF  | 
