summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@gmail.com>2015-10-14 21:40:34 +0300
committerPhilip Withnall <withnall@endlessm.com>2017-09-11 20:34:46 +0100
commit0ea004c6f931ac99a25259ba77135701a0669adc (patch)
treefb646c39330b1e4d8856ead423d3a07c062d5f50 /gobject
parent1e45c0a0e15490860ebf3da8167cb30541bf5fed (diff)
gobject: Skip more non-introspectable data/qdata methods
https://bugzilla.gnome.org/show_bug.cgi?id=756588
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gobject.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gobject/gobject.c b/gobject/gobject.c
index a4a55d066..c3328197c 100644
--- a/gobject/gobject.c
+++ b/gobject/gobject.c
@@ -3413,7 +3413,7 @@ g_object_set_qdata (GObject *object,
}
/**
- * g_object_dup_qdata:
+ * g_object_dup_qdata: (skip)
* @object: the #GObject to store user data on
* @quark: a #GQuark, naming the user data pointer
* @dup_func: (nullable): function to dup the value
@@ -3454,7 +3454,7 @@ g_object_dup_qdata (GObject *object,
}
/**
- * g_object_replace_qdata:
+ * g_object_replace_qdata: (skip)
* @object: the #GObject to store user data on
* @quark: a #GQuark, naming the user data pointer
* @oldval: (nullable): the old value to compare against
@@ -3621,7 +3621,7 @@ g_object_set_data (GObject *object,
}
/**
- * g_object_dup_data:
+ * g_object_dup_data: (skip)
* @object: the #GObject to store user data on
* @key: a string, naming the user data pointer
* @dup_func: (nullable): function to dup the value
@@ -3664,7 +3664,7 @@ g_object_dup_data (GObject *object,
}
/**
- * g_object_replace_data:
+ * g_object_replace_data: (skip)
* @object: the #GObject to store user data on
* @key: a string, naming the user data pointer
* @oldval: (nullable): the old value to compare against