extractable: Typedef only in its own .h
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 9 Mar 2017 16:11:37 +0000 (13:11 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 9 Mar 2017 16:11:37 +0000 (13:11 -0300)
ges/ges-asset.h
ges/ges-extractable.h

index 4266f1c..89cc0c6 100644 (file)
@@ -23,6 +23,7 @@
 #define _GES_ASSET_
 
 #include <glib-object.h>
+#include <ges/ges-extractable.h>
 #include <ges/ges-types.h>
 #include <ges/ges-enums.h>
 #include <gio/gio.h>
index 59c62c2..a244e32 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _GES_EXTRACTABLE_
 #define _GES_EXTRACTABLE_
 
+typedef struct _GESExtractable GESExtractable;
+
 #include <glib-object.h>
 #include <gio/gio.h>
 #include <ges/ges-types.h>