diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 23:35:01 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-08-26 23:35:01 +0200 |
commit | b73234dae98ad8a921457858ff19079b8266d295 (patch) | |
tree | edaf13a853cadce20f972747a1ce0e1288af65a8 /docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html | |
parent | e8704dfe47c14af9c395449ad78fb3d8abd1b416 (diff) | |
parent | 411bc164d198eda669a4bf48de2510c80f94702d (diff) | |
download | libdbusmenu-b73234dae98ad8a921457858ff19079b8266d295.tar.gz libdbusmenu-b73234dae98ad8a921457858ff19079b8266d295.tar.bz2 libdbusmenu-b73234dae98ad8a921457858ff19079b8266d295.zip |
releasing version 0.3.12-0ubuntu1
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> |