diff options
author | Ted Gould <ted@canonical.com> | 2009-06-24 21:37:54 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-24 21:37:54 -0500 |
commit | 04a9be5019d23590111030196d41fc08ac9cc146 (patch) | |
tree | bfaa59eb20c87373c7239df6d2f88716389a517a /libdbusmenu-gtk | |
parent | 8d75067ada03ed13fcb183987f8392c18afd4992 (diff) | |
download | libdbusmenu-04a9be5019d23590111030196d41fc08ac9cc146.tar.gz libdbusmenu-04a9be5019d23590111030196d41fc08ac9cc146.tar.bz2 libdbusmenu-04a9be5019d23590111030196d41fc08ac9cc146.zip |
Some comments for the gtk-doc stuff
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r-- | libdbusmenu-gtk/client.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c index 99e41bf..eae304f 100644 --- a/libdbusmenu-gtk/client.c +++ b/libdbusmenu-gtk/client.c @@ -226,6 +226,15 @@ dbusmenu_gtkclient_new (gchar * dbus_name, gchar * dbus_object) NULL); } +/** + dbusmenu_gtkclient_menuitem_get: + @item: #DbusmenuMenuitem to get associated #GtkMenuItem on. + + This grabs the #GtkMenuItem that is associated with the + #DbusmenuMenuitem. + + Return value: The #GtkMenuItem that can be played with. +*/ GtkMenuItem * dbusmenu_gtkclient_menuitem_get (DbusmenuMenuitem * item) { |