[gitypes] Remove a comment and move G_END_DECLS

This commit is contained in:
Johan Dahlin 2010-06-06 22:57:28 -03:00
parent c47ecdee41
commit a23a697664

View 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__ */