summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-06 22:57:28 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-06 22:57:28 -0300
commit93ba28680565896b238c059f0fc4053f9ea94e09 (patch)
tree860a4dcfd97e79db22692c7d1f952572422f5dce
parentf541a4f3055bf491d58f4ef02387cb4900fab24c (diff)
downloadgobject-introspection-93ba28680565896b238c059f0fc4053f9ea94e09.tar.gz
[gitypes] Remove a comment and move G_END_DECLS
-rw-r--r--girepository/gitypes.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/girepository/gitypes.h b/girepository/gitypes.h
index 10a412d7..78becaef 100644
--- a/girepository/gitypes.h
+++ b/girepository/gitypes.h
@@ -189,8 +189,6 @@ typedef union
gpointer v_pointer;
} GArgument;
-/* Types of objects registered in the repository */
-
/**
* GIInfoType:
* @GI_INFO_TYPE_INVALID: invalid type
@@ -293,8 +291,6 @@ typedef enum {
GI_SCOPE_TYPE_NOTIFIED
} GIScopeType;
-G_END_DECLS
-
/**
* GITypeTag:
* @GI_TYPE_TAG_VOID: void
@@ -434,5 +430,7 @@ typedef enum
GI_FUNCTION_THROWS = 1 << 5
} GIFunctionInfoFlags;
+G_END_DECLS
+
#endif /* __GITYPES_H__ */