streams: de-gtkdocify internal API

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
This commit is contained in:
Ryan Lortie 2015-01-20 12:54:09 -05:00
parent 512e9b3b34
commit f56f1ef074
2 changed files with 2 additions and 2 deletions

View 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
*

View 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.
*