summaryrefslogtreecommitdiff
path: root/gio/gasyncinitable.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2019-07-09 09:07:48 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2019-07-10 10:10:49 -0400
commit5c9af3c75c3596b414689c67e5552c4f3458f8ee (patch)
tree3aa29e3338fc5dcd1fd2d3bf0c2b80a668c261a4 /gio/gasyncinitable.h
parent9b7332ce2ee345a79b8d0f33c6742f9074a06570 (diff)
downloadglib-5c9af3c75c3596b414689c67e5552c4f3458f8ee.tar.gz
doc: Add some empty lines to unbreak gtkdoc
For some reason gtkdoc thinks g_test_trap_fork() is undefined, unless some more spacing is added.
Diffstat (limited to 'gio/gasyncinitable.h')
-rw-r--r--gio/gasyncinitable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gasyncinitable.h b/gio/gasyncinitable.h
index 1c713a13f..f30d2cec7 100644
--- a/gio/gasyncinitable.h
+++ b/gio/gasyncinitable.h
@@ -97,6 +97,7 @@ void g_async_initable_new_async (GType object_type,
...);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
GLIB_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties and g_async_initable_init_async)
void g_async_initable_newv_async (GType object_type,
guint n_parameters,
@@ -105,6 +106,7 @@ void g_async_initable_newv_async (GType object_type,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
+
G_GNUC_END_IGNORE_DEPRECATIONS
GLIB_AVAILABLE_IN_ALL