[glib] streams: de-gtkdocify internal API
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] streams: de-gtkdocify internal API
- Date: Tue, 17 Feb 2015 21:31:50 +0000 (UTC)
commit f56f1ef074c6043f505b05a4ca134c9ee2c717a1
Author: Ryan Lortie <desrt desrt ca>
Date: Tue Jan 20 12:54:09 2015 -0500
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
gio/ginputstream.c | 2 +-
gio/goutputstream.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/ginputstream.c b/gio/ginputstream.c
index a1ba736..16a03c0 100644
--- a/gio/ginputstream.c
+++ b/gio/ginputstream.c
@@ -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
*
diff --git a/gio/goutputstream.c b/gio/goutputstream.c
index 2bec89e..ea05b41 100644
--- a/gio/goutputstream.c
+++ b/gio/goutputstream.c
@@ -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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]