summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2012-12-16 11:47:54 +0100
committerRico Tzschichholz <ricotz@t-online.de>2012-12-16 11:47:54 +0100
commit29e9a62c1da12f45113779235796ccbb4226d7d8 (patch)
tree15b0097ccaf570d75d419a1e7a6563618818e09e /gir/gobject-2.0.c
parent54aaf14da2e02f1c8e60c1c5229c9b7d5932482d (diff)
downloadgobject-introspection-29e9a62c1da12f45113779235796ccbb4226d7d8.tar.gz
Update annotations from glib git
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index fff5b1b0..fe54ac1c 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -4575,6 +4575,20 @@
/**
+ * g_type_get_type_registration_serial:
+ *
+ * Returns an opaque serial number that represents the state of the set of registered
+ * types. Any time a type is registred this serial changes, which means you can
+ * cache information based on type lookups (such as g_type_from_name) and know if
+ * the cache is still valid at a later time by comparing the current serial with
+ * the one at the type lookup.
+ *
+ * Since: 2.36
+ * Returns: An unsigned int, representing the state of type registrations.
+ */
+
+
+/**
* g_type_init:
*
* This function used to initialise the type system. Since GLib 2.36,