diff options
-rw-r--r-- | gir/gio-2.0.c | 4 | ||||
-rw-r--r-- | gir/glib-2.0.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 7bdd5a76..f4c5ba21 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -33887,8 +33887,8 @@ * 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. */ diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 321d442e..9326bbfa 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -2584,7 +2584,7 @@ /** - * GVariantDict: (skip) + * GVariantDict: * * #GVariantDict is a mutable interface to #GVariant dictionaries. * |