mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
gst/gsttaglist.h: Less tabs, more spaces.
Original commit message from CVS: * gst/gsttaglist.h: Less tabs, more spaces.
This commit is contained in:
parent
06260fdc88
commit
f8571bd952
2 changed files with 204 additions and 202 deletions
|
@ -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>
|
2006-10-06 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/gstinfo.h:
|
* gst/gstinfo.h:
|
||||||
|
|
|
@ -118,19 +118,16 @@ void gst_tag_register (const gchar * name,
|
||||||
const gchar * nick,
|
const gchar * nick,
|
||||||
const gchar * blurb,
|
const gchar * blurb,
|
||||||
GstTagMergeFunc func);
|
GstTagMergeFunc func);
|
||||||
|
|
||||||
/* some default merging functions */
|
/* some default merging functions */
|
||||||
void gst_tag_merge_use_first (GValue * dest,
|
void gst_tag_merge_use_first (GValue * dest, const GValue * src);
|
||||||
const GValue * src);
|
void gst_tag_merge_strings_with_comma (GValue * dest, const GValue * src);
|
||||||
void gst_tag_merge_strings_with_comma (GValue * dest,
|
|
||||||
const GValue * src);
|
|
||||||
|
|
||||||
/* basic tag support */
|
/* basic tag support */
|
||||||
gboolean gst_tag_exists (const gchar * tag);
|
gboolean gst_tag_exists (const gchar * tag);
|
||||||
GType gst_tag_get_type (const gchar * tag);
|
GType gst_tag_get_type (const gchar * tag);
|
||||||
G_CONST_RETURN gchar *
|
G_CONST_RETURN gchar * gst_tag_get_nick (const gchar * tag);
|
||||||
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_description (const gchar * tag);
|
|
||||||
GstTagFlag gst_tag_get_flag (const gchar * tag);
|
GstTagFlag gst_tag_get_flag (const gchar * tag);
|
||||||
gboolean gst_tag_is_fixed (const gchar * tag);
|
gboolean gst_tag_is_fixed (const gchar * tag);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue