GPollable*Stream: expose source methods to introspection
authorGiovanni Campagna <gcampagna@src.gnome.org>
Thu, 17 Nov 2011 21:29:18 +0000 (22:29 +0100)
committerGiovanni Campagna <gcampagna@src.gnome.org>
Fri, 18 Nov 2011 14:20:41 +0000 (15:20 +0100)
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
gio/gpollableoutputstream.c

index 199169d..35384bc 100644 (file)
@@ -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
index e6eee4f..f8656b3 100644 (file)
@@ -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
  *