summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-binding.h
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2008-07-29 19:26:21 +0000
committerNick Schermer <nick@xfce.org>2008-07-29 19:26:21 +0000
commit944bd2b9324dfaddccfbc84c92567ce4f6a8f8cd (patch)
treeb74f2e0b8e535c71e0225250ab6b654af3ba9d0c /xfconf/xfconf-binding.h
parent50dd9eacbfab44ee1f7f677e12023f8ed7cdfa24 (diff)
downloadxfconf-944bd2b9324dfaddccfbc84c92567ce4f6a8f8cd.tar.gz
Implement xfconf_g_property_unbind_all(GObject *object),
see Bug #4252. (Old svn revision: 27399)
Diffstat (limited to 'xfconf/xfconf-binding.h')
-rw-r--r--xfconf/xfconf-binding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xfconf/xfconf-binding.h b/xfconf/xfconf-binding.h
index a82bd94..6ec748a 100644
--- a/xfconf/xfconf-binding.h
+++ b/xfconf/xfconf-binding.h
@@ -40,6 +40,8 @@ void xfconf_g_property_unbind(XfconfChannel *channel,
GObject *object,
const gchar *object_property);
+void xfconf_g_property_unbind_all(GObject *object);
+
G_END_DECLS
#endif /* __XFCONF_BINDING_H__ */