fix header inclusion

Original commit message from CVS:
fix header inclusion
This commit is contained in:
Thomas Vander Stichele 2004-03-15 23:11:36 +00:00
parent 8b45c129e9
commit d50e521601
3 changed files with 5 additions and 7 deletions

View file

@ -112,6 +112,7 @@ The gstcaps structure
@type: @type:
@flags: @flags:
@structs: @structs:
@_gst_reserved:
<!-- ##### FUNCTION gst_caps_copy ##### --> <!-- ##### FUNCTION gst_caps_copy ##### -->
<para> <para>

View file

@ -109,10 +109,6 @@ GstXML
</para> </para>
@:
@:
@:
@gstxml: the object which received the signal. @gstxml: the object which received the signal.
@arg1: @arg1:
@arg2: @arg2:
@ -122,7 +118,7 @@ GstXML
</para> </para>
@gstxml: the object which received the signal. @:
@arg1: @:
@arg2: @:

View file

@ -21,6 +21,7 @@
#define __GST_STRUCTURE_H__ #define __GST_STRUCTURE_H__
#include <gst/gstconfig.h> #include <gst/gstconfig.h>
#include <gst/gsttypes.h>
#include <glib-object.h> #include <glib-object.h>
G_BEGIN_DECLS G_BEGIN_DECLS