diff options
Diffstat (limited to 'lib/efl/elm/elm_plug.rb')
-rw-r--r-- | lib/efl/elm/elm_plug.rb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_plug.rb b/lib/efl/elm/elm_plug.rb new file mode 100644 index 0000000..4f43530 --- /dev/null +++ b/lib/efl/elm/elm_plug.rb @@ -0,0 +1,22 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +require 'efl/elm/elm_object' +require 'efl/native/elm/elm_plug' +# +module Efl + # + module Elm + # + class ElmPlug < ElmObject + # + include Helper + constructor :elm_plug_add + search_prefixes 'elm_plug_' + # + end + # + end +end +# +# EOF |