summaryrefslogtreecommitdiff
path: root/tools/gidlmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gidlmodule.h')
-rw-r--r--tools/gidlmodule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gidlmodule.h b/tools/gidlmodule.h
index 3564a75f..0814ed51 100644
--- a/tools/gidlmodule.h
+++ b/tools/gidlmodule.h
@@ -22,7 +22,7 @@
#define __G_IDL_MODULE_H__
#include <glib.h>
-#include "gmetadata.h"
+#include "gtypelib.h"
G_BEGIN_DECLS
@@ -40,7 +40,7 @@ GIdlModule *g_idl_module_new (const gchar *name,
const gchar *module_filename);
void g_idl_module_free (GIdlModule *module);
-GMetadata * g_idl_module_build_metadata (GIdlModule *module,
+GTypelib * g_idl_module_build_metadata (GIdlModule *module,
GList *modules);
G_END_DECLS