aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/serializablemenuitem.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 09:40:30 -0600
committerTed Gould <ted@gould.cx>2011-01-27 09:40:30 -0600
commit717e9a319cd430428c297d0777b45c64e4d7f5fd (patch)
treefbba085abd82bd54a6caa191629b71346a16cb7c /libdbusmenu-gtk/serializablemenuitem.h
parentf0722fc3e8842ec8047d104119117f036da1b99f (diff)
downloadlibdbusmenu-717e9a319cd430428c297d0777b45c64e4d7f5fd.tar.gz
libdbusmenu-717e9a319cd430428c297d0777b45c64e4d7f5fd.tar.bz2
libdbusmenu-717e9a319cd430428c297d0777b45c64e4d7f5fd.zip
Adding some naritive text describing the purpose
Diffstat (limited to 'libdbusmenu-gtk/serializablemenuitem.h')
-rw-r--r--libdbusmenu-gtk/serializablemenuitem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/serializablemenuitem.h b/libdbusmenu-gtk/serializablemenuitem.h
index 1d12dd4..db28a24 100644
--- a/libdbusmenu-gtk/serializablemenuitem.h
+++ b/libdbusmenu-gtk/serializablemenuitem.h
@@ -90,6 +90,13 @@ struct _DbusmenuGtkSerializableMenuItemClass {
DbusmenuGtkSerializableMenuItem:
@parent: Inherit from GtkMenuItem
@priv: Blind structure of private variables
+
+ The Serializable Menuitem provides a way for menu items to be created
+ that can easily be picked up by the Dbusmenu GTK Parser. This way
+ you can create custom items, and transport them across dbusmenu to
+ your menus or the appmenu on the other side of the bus. By providing
+ these function the parser has enough information to both serialize, and
+ deserialize on the other side, the menuitem you've so carefully created.
*/
struct _DbusmenuGtkSerializableMenuItem {
GtkMenuItem parent;