[glib] Work around gtk-doc problems
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Work around gtk-doc problems
- Date: Wed, 5 Mar 2014 01:21:23 +0000 (UTC)
commit fd8c1a306725ed7f877c0ec6d5c27f5436c5941f
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Mar 4 20:20:52 2014 -0500
Work around gtk-doc problems
Returns shall never be at the beginning of a line.
gio/gsubprocess.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c
index 19cbf57..f77436c 100644
--- a/gio/gsubprocess.c
+++ b/gio/gsubprocess.c
@@ -727,8 +727,8 @@ g_subprocess_newv (const gchar * const *argv,
* g_subprocess_get_identifier:
* @subprocess: a #GSubprocess
*
- * On UNIX, returns the process ID as a decimal string. On Windows,
- * returns the result of GetProcessId() also as a string.
+ * On UNIX, returns the process ID as a decimal string.
+ * On Windows, returns the result of GetProcessId() also as a string.
*/
const gchar *
g_subprocess_get_identifier (GSubprocess *subprocess)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]