diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:24:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:24:01 -0500 |
commit | f4ff4261e9699cdbb9621a6250c4b29ec33d5622 (patch) | |
tree | f8f50796ba22ecb805c7e3b341d5b1bc3d4830ee /docs/libdbusmenu-glib/reference/xml/menuitem.xml | |
parent | fdf92747f6147bf5df0e65a61a3934cea8970634 (diff) | |
parent | 34824cf6f98cd623b0368e4dbc9eaf65110572d1 (diff) | |
download | libdbusmenu-f4ff4261e9699cdbb9621a6250c4b29ec33d5622.tar.gz libdbusmenu-f4ff4261e9699cdbb9621a6250c4b29ec33d5622.tar.bz2 libdbusmenu-f4ff4261e9699cdbb9621a6250c4b29ec33d5622.zip |
Import upstream version 0.3.12
Diffstat (limited to 'docs/libdbusmenu-glib/reference/xml/menuitem.xml')
-rw-r--r-- | docs/libdbusmenu-glib/reference/xml/menuitem.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libdbusmenu-glib/reference/xml/menuitem.xml b/docs/libdbusmenu-glib/reference/xml/menuitem.xml index ef86f39..9e6b469 100644 --- a/docs/libdbusmenu-glib/reference/xml/menuitem.xml +++ b/docs/libdbusmenu-glib/reference/xml/menuitem.xml @@ -375,7 +375,8 @@ as an XML fragment. Should call it's own children. void (*handle_event) (DbusmenuMenuitem * mi, const gchar * name, const GValue * value, guint timestamp); void (*send_about_to_show) (DbusmenuMenuitem * mi, dbusmenu_menuitem_about_to_show_cb cb, gpointer cb_data); - void (*reserved1) (void); + void (*show_to_user) (DbusmenuMenuitem * mi, guint timestamp, gpointer cb_data); + /* void (*reserved1) (void); */ /* void (*reserved2) (void); */ /* void (*reserved3) (void); */ /* void (*reserved4) (void); -- realized, realloc when bumping lib version */ @@ -422,8 +423,8 @@ as an XML fragment. Should call it's own children. <listitem><simpara>Virtual function that notifies server that the client is about to show a menu. </simpara></listitem> </varlistentry> -<varlistentry><term><structfield id="DbusmenuMenuitemClass.reserved1">reserved1</structfield> ()</term> -<listitem><simpara>Reserved for future use. +<varlistentry><term><structfield id="DbusmenuMenuitemClass.show-to-user">show_to_user</structfield> ()</term> +<listitem><simpara>Slot for <link linkend="DbusmenuMenuitem-show-to-user"><type>"show-to-user"</type></link>. </simpara></listitem> </varlistentry> </variablelist></refsect2> |