mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
parent
512e9b3b34
commit
f56f1ef074
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user