aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem-proxy.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-23 11:50:08 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-23 11:50:08 -0500
commitab94a74938900977222683f8427d9bfdf0b6f0b8 (patch)
tree881fbb6e81483afc51cd57f2ad8adc01a60ef731 /libdbusmenu-glib/menuitem-proxy.c
parent25160024c6c2c64cbd14529abd0796b6f3be83d3 (diff)
parentfbb337084d705302b965278525f0bb7bc2580d35 (diff)
downloadlibdbusmenu-ab94a74938900977222683f8427d9bfdf0b6f0b8.tar.gz
libdbusmenu-ab94a74938900977222683f8427d9bfdf0b6f0b8.tar.bz2
libdbusmenu-ab94a74938900977222683f8427d9bfdf0b6f0b8.zip
* Merged from trunk (rev 220)
- Cleaning up cleaning up so we don't unref twice and crash - Fixing the signatures to make them more consistent - Adding defaults to translatable files - Support a set of defaults and not sending them over the bus. - Fixing annotations and adding tests with python.
Diffstat (limited to 'libdbusmenu-glib/menuitem-proxy.c')
-rw-r--r--libdbusmenu-glib/menuitem-proxy.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/libdbusmenu-glib/menuitem-proxy.c b/libdbusmenu-glib/menuitem-proxy.c
index 1d97c4c..ae6a334 100644
--- a/libdbusmenu-glib/menuitem-proxy.c
+++ b/libdbusmenu-glib/menuitem-proxy.c
@@ -325,14 +325,14 @@ remove_menuitem (DbusmenuMenuitemProxy * pmi)
}
/**
- dbusmenu_menuitem_proxy_new:
- @mi: The #DbusmenuMenuitem to proxy
-
- Builds a new #DbusmenuMenuitemProxy object that proxies
- all of the values for @mi.
-
- Return value: A new #DbusmenuMenuitemProxy object.
-*/
+ * dbusmenu_menuitem_proxy_new:
+ * @mi: The #DbusmenuMenuitem to proxy
+ *
+ * Builds a new #DbusmenuMenuitemProxy object that proxies
+ * all of the values for @mi.
+ *
+ * Return value: A new #DbusmenuMenuitemProxy object.
+ */
DbusmenuMenuitemProxy *
dbusmenu_menuitem_proxy_new (DbusmenuMenuitem * mi)
{
@@ -344,15 +344,15 @@ dbusmenu_menuitem_proxy_new (DbusmenuMenuitem * mi)
}
/**
- dbusmenu_menuitem_proxy_get_wrapped:
- @pmi: #DbusmenuMenuitemProxy to look into
-
- Accesses the private variable of which #DbusmenuMenuitem
- we are doing the proxying for.
-
- Return value: A #DbusmenuMenuitem object or a #NULL if we
- don't have one or there is an error.
-*/
+ * dbusmenu_menuitem_proxy_get_wrapped:
+ * @pmi: #DbusmenuMenuitemProxy to look into
+ *
+ * Accesses the private variable of which #DbusmenuMenuitem
+ * we are doing the proxying for.
+ *
+ * Return value: (transfer none): A #DbusmenuMenuitem object or a #NULL if we
+ * don't have one or there is an error.
+ */
DbusmenuMenuitem *
dbusmenu_menuitem_proxy_get_wrapped (DbusmenuMenuitemProxy * pmi)
{