summaryrefslogtreecommitdiffstats
path: root/lib/efl/elm/elm_notify.rb
blob: c1b3d4c294e977f678e4a1bae820f576ec53add2 (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_notify'
#
module Efl
    #
    module Elm
        #
        class ElmNotify < ElmObject
            #
            include Helper
            constructor :elm_notify_add
            search_prefixes 'elm_check_'
            #
        end
        #
    end
end
#
# EOF