mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
@@ -1231,7 +1231,7 @@ g_input_stream_clear_pending (GInputStream *stream)
|
|||||||
stream->priv->pending = FALSE;
|
stream->priv->pending = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*< internal >
|
||||||
* g_input_stream_async_read_is_via_threads:
|
* g_input_stream_async_read_is_via_threads:
|
||||||
* @stream: input stream
|
* @stream: input stream
|
||||||
*
|
*
|
||||||
|
@@ -1683,7 +1683,7 @@ g_output_stream_clear_pending (GOutputStream *stream)
|
|||||||
stream->priv->pending = FALSE;
|
stream->priv->pending = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*< internal >
|
||||||
* g_output_stream_async_write_is_via_threads:
|
* g_output_stream_async_write_is_via_threads:
|
||||||
* @stream: a #GOutputStream.
|
* @stream: a #GOutputStream.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user