summaryrefslogtreecommitdiff
path: root/xfconf/xfconf-binding.h
diff options
context:
space:
mode:
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 915716a..4b28fb9 100644
--- a/xfconf/xfconf-binding.h
+++ b/xfconf/xfconf-binding.h
@@ -41,6 +41,11 @@ gulong xfconf_g_property_bind_gdkcolor(XfconfChannel *channel,
gpointer object,
const gchar *object_property);
+gulong xfconf_g_property_bind_gdkrgba(XfconfChannel *channel,
+ const gchar *xfconf_property,
+ gpointer object,
+ const gchar *object_property);
+
void xfconf_g_property_unbind(gulong id);
void xfconf_g_property_unbind_by_property(XfconfChannel *channel,