diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
commit | 3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch) | |
tree | dc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /ext/gconf/gconf.h | |
parent | f2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff) |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'ext/gconf/gconf.h')
-rw-r--r-- | ext/gconf/gconf.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/gconf/gconf.h b/ext/gconf/gconf.h index 7dce40b8..098ea5bd 100644 --- a/ext/gconf/gconf.h +++ b/ext/gconf/gconf.h @@ -29,18 +29,18 @@ G_BEGIN_DECLS -gchar * gst_gconf_get_string (const gchar *key); -void gst_gconf_set_string (const gchar *key, +gchar * gst_gconf_get_string (const gchar *key); +void gst_gconf_set_string (const gchar *key, const gchar *value); -GstElement * gst_gconf_render_bin_from_key (const gchar *key); -GstElement * gst_gconf_render_bin_from_description (const gchar *description); +GstElement * gst_gconf_render_bin_from_key (const gchar *key); +GstElement * gst_gconf_render_bin_from_description (const gchar *description); -GstElement * gst_gconf_get_default_video_sink (void); -GstElement * gst_gconf_get_default_audio_sink (void); -GstElement * gst_gconf_get_default_video_src (void); -GstElement * gst_gconf_get_default_audio_src (void); -GstElement * gst_gconf_get_default_visualization_element (void); +GstElement * gst_gconf_get_default_video_sink (void); +GstElement * gst_gconf_get_default_audio_sink (void); +GstElement * gst_gconf_get_default_video_src (void); +GstElement * gst_gconf_get_default_audio_src (void); +GstElement * gst_gconf_get_default_visualization_element (void); G_END_DECLS |