diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 12:51:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 12:51:14 -0600 |
commit | d7094a2985f0f6aff0ed47044df8b27fd2c860a6 (patch) | |
tree | 0d91030bfe58cb3cdec719add2857f906616592b /libdbusmenu-glib/menuitem-proxy.h | |
parent | 23af95956cddc1d3cb858d537a2c85cb0f0d0851 (diff) | |
parent | 0184d1824357d0e3bcf4e4142b26663ba21e7c4c (diff) | |
download | libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.gz libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.tar.bz2 libdbusmenu-d7094a2985f0f6aff0ed47044df8b27fd2c860a6.zip |
* Documentation fixes
* Making menuitems track their own parents
* Resolving property changes by looking at the properties
directly.
Diffstat (limited to 'libdbusmenu-glib/menuitem-proxy.h')
-rw-r--r-- | libdbusmenu-glib/menuitem-proxy.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/libdbusmenu-glib/menuitem-proxy.h b/libdbusmenu-glib/menuitem-proxy.h index 2a22efe..ee988d8 100644 --- a/libdbusmenu-glib/menuitem-proxy.h +++ b/libdbusmenu-glib/menuitem-proxy.h @@ -67,8 +67,7 @@ struct _DbusmenuMenuitemProxyClass { }; /** - DbusmeneMenuitemProxy: - @parent: The instance of #DbusmenuMenuitem + DbusmenuMenuitemProxy: Public instance data for a #DbusmenuMenuitemProxy. */ @@ -83,6 +82,17 @@ GType dbusmenu_menuitem_proxy_get_type (void); DbusmenuMenuitemProxy * dbusmenu_menuitem_proxy_new (DbusmenuMenuitem * mi); DbusmenuMenuitem * dbusmenu_menuitem_proxy_get_wrapped (DbusmenuMenuitemProxy * pmi); +/** + * SECTION:menuitem-proxy + * @short_description: A menuitem that proxies from another menuitem + * @stability: Unstable + * @include: libdbusmenu-glib/menuitem-proxy.h + * + * This small object allows for proxying all the properties from a remote + * menuitem to a new object that can be moved around appropriately within + * the new menu structure. + */ + G_END_DECLS #endif |