From 71d3dad3ffc13a102689f00a8ae398c5d96577c4 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 17 Nov 2011 22:29:18 +0100 Subject: [PATCH] GPollable*Stream: expose source methods to introspection GSource has been introspectable for a while, so can stop skipping methods of GPollableInputStream/OutputStream that return it. https://bugzilla.gnome.org/show_bug.cgi?id=664302 --- gio/gpollableinputstream.c | 4 ++-- gio/gpollableoutputstream.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gio/gpollableinputstream.c b/gio/gpollableinputstream.c index 199169db5..35384bc0b 100644 --- a/gio/gpollableinputstream.c +++ b/gio/gpollableinputstream.c @@ -114,7 +114,7 @@ g_pollable_input_stream_is_readable (GPollableInputStream *stream) } /** - * g_pollable_input_stream_create_source: (skip) + * g_pollable_input_stream_create_source: * @stream: a #GPollableInputStream. * @cancellable: (allow-none): a #GCancellable, or %NULL * @@ -275,7 +275,7 @@ static GSourceFuncs pollable_source_funcs = }; /** - * g_pollable_source_new: (skip) + * g_pollable_source_new: * @pollable_stream: the stream associated with the new source * * Utility method for #GPollableInputStream and #GPollableOutputStream diff --git a/gio/gpollableoutputstream.c b/gio/gpollableoutputstream.c index e6eee4f27..f8656b32e 100644 --- a/gio/gpollableoutputstream.c +++ b/gio/gpollableoutputstream.c @@ -115,7 +115,7 @@ g_pollable_output_stream_is_writable (GPollableOutputStream *stream) } /** - * g_pollable_output_stream_create_source: (skip) + * g_pollable_output_stream_create_source: * @stream: a #GPollableOutputStream. * @cancellable: (allow-none): a #GCancellable, or %NULL *