mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
gst/gstvalue.h: Mark _gst_reserved[] as private
Original commit message from CVS: * gst/gstvalue.h: Mark _gst_reserved[] as private
This commit is contained in:
parent
8508c23248
commit
e76390343f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-01-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* gst/gstvalue.h: Mark _gst_reserved[] as private
|
||||||
|
|
||||||
2005-01-05 David Schleef <ds@schleef.org>
|
2005-01-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/gstvalue.c: Fix doc build problem.
|
* gst/gstvalue.c: Fix doc build problem.
|
||||||
|
|
|
@ -77,6 +77,7 @@ struct _GstValueTable {
|
||||||
GstValueSerializeFunc serialize;
|
GstValueSerializeFunc serialize;
|
||||||
GstValueDeserializeFunc deserialize;
|
GstValueDeserializeFunc deserialize;
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
void *_gst_reserved [GST_PADDING];
|
void *_gst_reserved [GST_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue