diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-03-22 23:23:42 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-03-22 23:23:42 +0100 |
commit | a40c1063fcb2a30f6d80eef2fecba1c1bff21435 (patch) | |
tree | 877dbffa5e1517a527201f65906e6b46876c9067 /gir | |
parent | 8ba49312f8d58fc9dc0aa0c1e597b1e362e6d749 (diff) | |
download | gobject-introspection-a40c1063fcb2a30f6d80eef2fecba1c1bff21435.tar.gz |
gir: Update annotations from GLib 2.48.0
Diffstat (limited to 'gir')
-rw-r--r-- | gir/gio-2.0.c | 2 | ||||
-rw-r--r-- | gir/glib-2.0.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index e8d740a3..fc47538b 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -11655,7 +11655,7 @@ * it is no longer required. * * Returns: (transfer full): a %NULL-terminated array of the names of the - * actions in the groupb + * actions in the group * Since: 2.28 */ diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index b423ccfb..c91dddd7 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -1236,7 +1236,8 @@ * @G_LOG_FLAG_FATAL: internal flag * @G_LOG_LEVEL_ERROR: log level for errors, see g_error(). * This level is also used for messages produced by g_assert(). - * @G_LOG_LEVEL_CRITICAL: log level for critical messages, see g_critical(). + * @G_LOG_LEVEL_CRITICAL: log level for critical warning messages, see + * g_critical(). * This level is also used for messages produced by g_return_if_fail() * and g_return_val_if_fail(). * @G_LOG_LEVEL_WARNING: log level for warnings, see g_warning() |