From a23a6976640442e06e51a65a53a2e35557ba9018 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 6 Jun 2010 22:57:28 -0300 Subject: [PATCH] [gitypes] Remove a comment and move G_END_DECLS --- gitypes.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gitypes.h b/gitypes.h index 10a412d75..78becaef2 100644 --- a/gitypes.h +++ b/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__ */