summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-binding.h
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-08-27 10:15:34 +0000
committerBrian Tarricone <brian@tarricone.org>2008-08-27 10:15:34 +0000
commitf26b2a1829513ebd1aa2df32d9449f6cf395793f (patch)
tree57dff78143bc1d40374307e80dbeb00ca335ee8d /xfconf/xfconf-binding.h
parentb1a0fd5f92b69f291f10c6c353b20ff03c670d34 (diff)
downloadxfconf-f26b2a1829513ebd1aa2df32d9449f6cf395793f.tar.gz
add xfconf_g_property_bind_gdkcolor(), a nifty hack
it binds the red/green/blue members of the GdkColor struct to an xfconf property without getting that pesky first 'pixel' struct member in the way (Old svn revision: 27590)
Diffstat (limited to 'xfconf/xfconf-binding.h')
-rw-r--r--xfconf/xfconf-binding.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xfconf/xfconf-binding.h b/xfconf/xfconf-binding.h
index 6ec748a..12cf0df 100644
--- a/xfconf/xfconf-binding.h
+++ b/xfconf/xfconf-binding.h
@@ -42,6 +42,11 @@ void xfconf_g_property_unbind(XfconfChannel *channel,
void xfconf_g_property_unbind_all(GObject *object);
+void xfconf_g_property_bind_gdkcolor(XfconfChannel *channel,
+ const gchar *xfconf_property,
+ GObject *object,
+ const gchar *object_property);
+
G_END_DECLS
#endif /* __XFCONF_BINDING_H__ */