docs: elm_sys_notify: fill gaps in elm_sys_notify eo file documentation

This commit is contained in:
Stefan Schmidt 2016-11-22 10:36:55 +01:00
parent ea5308a126
commit 4e259e4d08
3 changed files with 3 additions and 3 deletions

View File

@ -43,6 +43,7 @@ struct Elm.Sys_Notify.Action_Invoked
class Elm.Sys_Notify (Efl.Object, Elm.Sys_Notify_Interface)
{
[[Elementary system notification class]]
legacy_prefix: elm_sys_notify;
eo_prefix: elm_obj_sys_notify;
@ -93,4 +94,3 @@ class Elm.Sys_Notify (Efl.Object, Elm.Sys_Notify_Interface)
Elm.Sys_Notify_Interface.close;
}
}

View File

@ -1,5 +1,6 @@
class Elm.Sys_Notify.Dbus (Efl.Object, Elm.Sys_Notify_Interface)
{
[[Elementary system notification DBus class]]
legacy_prefix: elm_sys_notify_dbus;
eo_prefix: elm_obj_sys_notify_dbus;
data: null;
@ -12,4 +13,3 @@ class Elm.Sys_Notify.Dbus (Efl.Object, Elm.Sys_Notify_Interface)
Elm.Sys_Notify_Interface.close;
}
}

View File

@ -13,6 +13,7 @@ enum Elm.Sys_Notify.Urgency
interface Elm.Sys_Notify_Interface
{
[[Elementary system notify interface]]
eo_prefix: elm_obj_sys_notify_interface;
legacy_prefix: elm_sys_notify_interface;
@ -65,4 +66,3 @@ interface Elm.Sys_Notify_Interface
}
}
}