diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-07-16 19:10:39 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-07-16 19:10:39 +0200 |
commit | 9073085e03453bc0f7a0778a80b58d881856f11b (patch) | |
tree | 5d41401a1d8506aadbcecb3c51491114684650ae /gir/glib-2.0.c | |
parent | 8ad86283bd950eedd50585e1b84c28428aa5229a (diff) | |
download | gobject-introspection-9073085e03453bc0f7a0778a80b58d881856f11b.tar.gz |
Update annotations from glib git
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index c0f244ba..838f83c0 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -32727,6 +32727,22 @@ /** + * g_variant_new_printf: (skip) + * @format_string: a printf-style format string + * @...: arguments for @format_string + * + * Creates a string-type GVariant using printf formatting. + * + * This is similar to calling g_strdup_printf() and then + * g_variant_new_string() but it saves a temporary variable and an + * unnecessary copy. + * + * Returns: (transfer none): a floating reference to a new string #GVariant instance + * Since: 2.38 + */ + + +/** * g_variant_new_signature: * @signature: a normal C nul-terminated string * |