efl/src/lib/elementary/elm_sys_notify_dbus.eo

15 lines
315 B
Plaintext

class Elm.Sys_Notify.Dbus (Eo.Base, Elm.Sys_Notify_Interface)
{
eo_prefix: elm_obj_sys_notify_dbus;
data: null;
implements {
Eo.Base.constructor;
Eo.Base.destructor;
Elm.Sys_Notify_Interface.send;
Elm.Sys_Notify_Interface.simple_send;
Elm.Sys_Notify_Interface.close;
}
}