From 473fa96cd83e937690078490494ff4d188a865ba Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 1 Jul 2002 15:39:58 +0000 Subject: gconf stuff Original commit message from CVS: gconf stuff --- gst-libs/gst/gconf/gconf.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gst-libs/gst/gconf/gconf.h (limited to 'gst-libs/gst/gconf/gconf.h') diff --git a/gst-libs/gst/gconf/gconf.h b/gst-libs/gst/gconf/gconf.h new file mode 100644 index 00000000..53678544 --- /dev/null +++ b/gst-libs/gst/gconf/gconf.h @@ -0,0 +1,23 @@ +#ifndef GST_GCONF_H +#define GST_GCONF_H + +/* + * this library handles interaction with GConf + */ + +#include +#include + +gchar * gst_gconf_get_string (const gchar *key); +void gst_gconf_set_string (const gchar *key, + const gchar *value); + +gboolean gst_gconf_render_bin (const gchar *key, + GstElement **element); + +/* +guint gst_gconf_notify_add (const gchar *key, + GConfClientNotifyFunc func, + gpointer user_data); +*/ +#endif /* GST_GCONF_H */ -- cgit v1.2.1