mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
[gitypes] Remove a comment and move G_END_DECLS
This commit is contained in:
parent
c47ecdee41
commit
a23a697664
@ -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__ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user