streams: de-gtkdocify internal API
authorRyan Lortie <desrt@desrt.ca>
Tue, 20 Jan 2015 17:54:09 +0000 (12:54 -0500)
committerRyan Lortie <desrt@desrt.ca>
Tue, 17 Feb 2015 21:17:01 +0000 (16:17 -0500)
Remove the /** **/-style block from two internal helpers to prevent
gtk-doc from picking them up.

https://bugzilla.gnome.org/show_bug.cgi?id=741630

gio/ginputstream.c
gio/goutputstream.c

index a1ba736..16a03c0 100644 (file)
@@ -1231,7 +1231,7 @@ g_input_stream_clear_pending (GInputStream *stream)
   stream->priv->pending = FALSE;
 }
 
-/**
+/*< internal >
  * g_input_stream_async_read_is_via_threads:
  * @stream: input stream
  *
index 2bec89e..ea05b41 100644 (file)
@@ -1683,7 +1683,7 @@ g_output_stream_clear_pending (GOutputStream *stream)
   stream->priv->pending = FALSE;
 }
 
-/**
+/*< internal >
  * g_output_stream_async_write_is_via_threads:
  * @stream: a #GOutputStream.
  *