mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +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;
|
gpointer v_pointer;
|
||||||
} GArgument;
|
} GArgument;
|
||||||
|
|
||||||
/* Types of objects registered in the repository */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GIInfoType:
|
* GIInfoType:
|
||||||
* @GI_INFO_TYPE_INVALID: invalid type
|
* @GI_INFO_TYPE_INVALID: invalid type
|
||||||
@ -293,8 +291,6 @@ typedef enum {
|
|||||||
GI_SCOPE_TYPE_NOTIFIED
|
GI_SCOPE_TYPE_NOTIFIED
|
||||||
} GIScopeType;
|
} GIScopeType;
|
||||||
|
|
||||||
G_END_DECLS
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GITypeTag:
|
* GITypeTag:
|
||||||
* @GI_TYPE_TAG_VOID: void
|
* @GI_TYPE_TAG_VOID: void
|
||||||
@ -434,5 +430,7 @@ typedef enum
|
|||||||
GI_FUNCTION_THROWS = 1 << 5
|
GI_FUNCTION_THROWS = 1 << 5
|
||||||
} GIFunctionInfoFlags;
|
} GIFunctionInfoFlags;
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GITYPES_H__ */
|
#endif /* __GITYPES_H__ */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user