summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r--girepository/girepository.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h
index fa0b93e30..13d94cdf0 100644
--- a/girepository/girepository.h
+++ b/girepository/girepository.h
@@ -62,6 +62,7 @@ G_DECLARE_FINAL_TYPE (GIRepository, gi_repository, GI, REPOSITORY, GObject)
/**
* GIRepositoryLoadFlags:
+ * @GI_REPOSITORY_LOAD_FLAG_NONE: No flags set.
* @GI_REPOSITORY_LOAD_FLAG_LAZY: Lazily load the typelib.
*
* Flags that control how a typelib is loaded.
@@ -70,6 +71,7 @@ G_DECLARE_FINAL_TYPE (GIRepository, gi_repository, GI, REPOSITORY, GObject)
*/
typedef enum
{
+ GI_REPOSITORY_LOAD_FLAG_NONE = 0,
GI_REPOSITORY_LOAD_FLAG_LAZY = 1 << 0
} GIRepositoryLoadFlags;
@@ -240,4 +242,6 @@ void gi_cclosure_marshal_generic (GClosure *closure,
void *invocation_hint,
void *marshal_data);
+#include <girepository/girepository-autocleanups.h>
+
G_END_DECLS