projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f541a4f
)
[gitypes] Remove a comment and move G_END_DECLS
author
Johan Dahlin
<johan@gnome.org>
Mon, 7 Jun 2010 01:57:28 +0000
(22:57 -0300)
committer
Johan Dahlin
<johan@gnome.org>
Mon, 7 Jun 2010 01:57:28 +0000
(22:57 -0300)
girepository/gitypes.h
patch
|
blob
|
history
diff --git
a/girepository/gitypes.h
b/girepository/gitypes.h
index 10a412d75a25df99710e789dc916196dd64d1cd5..78becaef2fc44d9efdad5a8768719a4dbdfe5322 100644
(file)
--- a/
girepository/gitypes.h
+++ b/
girepository/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__ */