extractable: Typedef only in its own .h

This commit is contained in:
Thibault Saunier 2017-03-09 13:11:37 -03:00
parent 220618ecc7
commit 107ad1d3e1
2 changed files with 3 additions and 0 deletions

View 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>

View 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>