mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
gst/gstvalue.h: Fix prototypes.
Original commit message from CVS: 2005-10-17 Julien MOUTTE <julien@moutte.net> * gst/gstvalue.h: Fix prototypes.
This commit is contained in:
parent
8543a54a49
commit
3ecb7cbe6d
3 changed files with 12 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-10-17 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/gstvalue.h: Fix prototypes.
|
||||
|
||||
2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
|
||||
Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14
|
|
@ -295,14 +295,14 @@ struct _GstValueTable {
|
|||
void *_gst_reserved [GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_int_range_get_type ();
|
||||
GType gst_double_range_get_type ();
|
||||
GType gst_fourcc_get_type ();
|
||||
GType gst_fraction_get_type ();
|
||||
GType gst_value_list_get_type ();
|
||||
GType gst_value_array_get_type ();
|
||||
GType gst_int_range_get_type (void);
|
||||
GType gst_double_range_get_type (void);
|
||||
GType gst_fourcc_get_type (void);
|
||||
GType gst_fraction_get_type (void);
|
||||
GType gst_value_list_get_type (void);
|
||||
GType gst_value_array_get_type (void);
|
||||
|
||||
GType gst_date_get_type ();
|
||||
GType gst_date_get_type (void);
|
||||
|
||||
void gst_value_register (const GstValueTable *table);
|
||||
void gst_value_init_and_copy (GValue *dest,
|
||||
|
|
Loading…
Reference in a new issue