gst/gsttaglist.h: Less tabs, more spaces.

Original commit message from CVS:
* gst/gsttaglist.h:
Less tabs, more spaces.
This commit is contained in:
Tim-Philipp Müller 2006-10-07 18:11:03 +00:00
parent 06260fdc88
commit f8571bd952
2 changed files with 204 additions and 202 deletions

View file

@ -1,3 +1,8 @@
2006-10-07 Tim-Philipp Müller <tim at centricular dot net>
* gst/gsttaglist.h:
Less tabs, more spaces.
2006-10-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstinfo.h:

View file

@ -118,19 +118,16 @@ void gst_tag_register (const gchar * name,
const gchar * nick,
const gchar * blurb,
GstTagMergeFunc func);
/* some default merging functions */
void gst_tag_merge_use_first (GValue * dest,
const GValue * src);
void gst_tag_merge_strings_with_comma (GValue * dest,
const GValue * src);
void gst_tag_merge_use_first (GValue * dest, const GValue * src);
void gst_tag_merge_strings_with_comma (GValue * dest, const GValue * src);
/* basic tag support */
gboolean gst_tag_exists (const gchar * tag);
GType gst_tag_get_type (const gchar * tag);
G_CONST_RETURN gchar *
gst_tag_get_nick (const gchar * tag);
G_CONST_RETURN gchar *
gst_tag_get_description (const gchar * tag);
G_CONST_RETURN gchar * gst_tag_get_nick (const gchar * tag);
G_CONST_RETURN gchar * gst_tag_get_description (const gchar * tag);
GstTagFlag gst_tag_get_flag (const gchar * tag);
gboolean gst_tag_is_fixed (const gchar * tag);