aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-28 14:18:42 -0500
committerTed Gould <ted@gould.cx>2010-05-28 14:18:42 -0500
commit0ad17a63cfbe3d19bd87db4901e3fdaafbd7def8 (patch)
tree1b98c43c5200566e0f8a594f32c52180394e8dea /libdbusmenu-glib/menuitem.h
parentfe725c5e2cb09003a817731bc9c6ff73c536d79a (diff)
downloadlibdbusmenu-0ad17a63cfbe3d19bd87db4901e3fdaafbd7def8.tar.gz
libdbusmenu-0ad17a63cfbe3d19bd87db4901e3fdaafbd7def8.tar.bz2
libdbusmenu-0ad17a63cfbe3d19bd87db4901e3fdaafbd7def8.zip
Flattening out the documentation to make it so that it gets picked up by g-ir-scanner.
Diffstat (limited to 'libdbusmenu-glib/menuitem.h')
-rw-r--r--libdbusmenu-glib/menuitem.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h
index fd72134..2a7687b 100644
--- a/libdbusmenu-glib/menuitem.h
+++ b/libdbusmenu-glib/menuitem.h
@@ -96,8 +96,7 @@ typedef void (*dbusmenu_menuitem_about_to_show_cb) (DbusmenuMenuitem * mi, gpoin
/**
* dbusmenu_menuitem_buildxml_slot_t:
- * @stringarray: (inout) (array) (transfer none) (element utf8): An array of strings
- * that can be combined into an XML file.
+ * @stringarray: (inout) (array) (transfer none) (element utf8): An array of strings that can be combined into an XML file.
*
* This is the function that is called to represent this menu item
* as an XML fragment. Should call it's own children.
@@ -112,13 +111,9 @@ typedef void (*dbusmenu_menuitem_buildxml_slot_t) (GPtrArray * stringarray);
* @child_removed: Slot for #DbusmenuMenuitem::child-removed.
* @child_moved: Slot for #DbusmenuMenuitem::child-moved.
* @realized: Slot for #DbusmenuMenuitem::realized.
- * @buildxml: Virtual function that appends the strings required
- * to represent this menu item in the menu XML file.
- * @handle_event: This function is to override how events are handled
- * by subclasses. Look at #dbusmenu_menuitem_handle_event for
- * lots of good information.
- * @send_about_to_show: Virtual function that notifies server that the
- * client is about to show a menu.
+ * @buildxml: Virtual function that appends the strings required to represent this menu item in the menu XML file.
+ * @handle_event: This function is to override how events are handled by subclasses. Look at #dbusmenu_menuitem_handle_event for lots of good information.
+ * @send_about_to_show: Virtual function that notifies server that the client is about to show a menu.
* @reserved1: Reserved for future use.
* @reserved2: Reserved for future use.
* @reserved3: Reserved for future use.