mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
adding G_BEGIN and G_END_DECLS
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
This commit is contained in:
parent
87c829fb48
commit
cd8887968f
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct GstMediaInfoPriv GstMediaInfoPriv;
|
||||
typedef struct _GstMediaInfo GstMediaInfo;
|
||||
typedef struct _GstMediaInfoClass GstMediaInfoClass;
|
||||
|
@ -123,4 +125,6 @@ gboolean gst_media_info_write (GstMediaInfo *media_info,
|
|||
GstCaps *media_info);
|
||||
*/
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_MEDIA_INFO_H__ */
|
||||
|
|
Loading…
Reference in a new issue