diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:27:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:27:56 -0500 |
commit | 78344b94d6dc3fa7939dc5298af6851d67d06c5d (patch) | |
tree | 6e1edc0f53ca9f57068765499ab712ae1e41ce75 /docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html | |
parent | dbb73479cfd68cfc0e61dd8d9d65f5356e698aef (diff) | |
parent | f4ff4261e9699cdbb9621a6250c4b29ec33d5622 (diff) | |
download | libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.gz libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.bz2 libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.zip |
* New upstream release.
* Increase layout XML size
* Display an event for the status of the signal to the server
Diffstat (limited to 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html')
-rw-r--r-- | docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html b/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html index 9a234d1..8de8a14 100644 --- a/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html +++ b/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html @@ -435,7 +435,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 */ @@ -495,8 +496,8 @@ as an XML fragment. Should call it's own children. </td> </tr> <tr> -<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuMenuitemClass.reserved1"></a>reserved1</code></em> ()</span></p></td> -<td>Reserved for future use. +<td><p><span class="term"><em class="structfield"><code><a name="DbusmenuMenuitemClass.show-to-user"></a>show_to_user</code></em> ()</span></p></td> +<td>Slot for <span class="type">"show-to-user"</span>. </td> </tr> </tbody> |