summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_sys_notify_dbus.eo
blob: df8eb9c855208203ad046406024893c4432c407a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
   }
}