aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-21 13:10:37 -0600
committerTed Gould <ted@gould.cx>2011-02-21 13:10:37 -0600
commit2b1ff29007f59ddebc9c00234ad1267894970365 (patch)
treed3ca2e671c4db321126e4542e5485156fe307527
parent8dd7c078b49bde9740eef51543e59392be8ceb31 (diff)
downloadlibdbusmenu-2b1ff29007f59ddebc9c00234ad1267894970365.tar.gz
libdbusmenu-2b1ff29007f59ddebc9c00234ad1267894970365.tar.bz2
libdbusmenu-2b1ff29007f59ddebc9c00234ad1267894970365.zip
Fixing menuitem proxy docs
-rw-r--r--libdbusmenu-glib/menuitem-proxy.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/libdbusmenu-glib/menuitem-proxy.h b/libdbusmenu-glib/menuitem-proxy.h
index 2a22efe..97d2741 100644
--- a/libdbusmenu-glib/menuitem-proxy.h
+++ b/libdbusmenu-glib/menuitem-proxy.h
@@ -67,7 +67,7 @@ struct _DbusmenuMenuitemProxyClass {
};
/**
- DbusmeneMenuitemProxy:
+ DbusmenuMenuitemProxy:
@parent: The instance of #DbusmenuMenuitem
Public instance data for a #DbusmenuMenuitemProxy.
@@ -83,6 +83,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