[gitypes] Remove a comment and move G_END_DECLS
authorJohan Dahlin <johan@gnome.org>
Mon, 7 Jun 2010 01:57:28 +0000 (22:57 -0300)
committerJohan Dahlin <johan@gnome.org>
Mon, 7 Jun 2010 01:57:28 +0000 (22:57 -0300)
girepository/gitypes.h

index 10a412d75a25df99710e789dc916196dd64d1cd5..78becaef2fc44d9efdad5a8768719a4dbdfe5322 100644 (file)
@@ -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__ */