mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Merge branch 'gvariant-typo' into 'main'
gvariant: Fix doc for g_variant_new_object_path See merge request GNOME/glib!3392
This commit is contained in:
commit
103c9ebe3c
@ -1352,8 +1352,8 @@ g_variant_new_printf (const gchar *format_string,
|
||||
* g_variant_new_object_path:
|
||||
* @object_path: a normal C nul-terminated string
|
||||
*
|
||||
* Creates a D-Bus object path #GVariant with the contents of @string.
|
||||
* @string must be a valid D-Bus object path. Use
|
||||
* Creates a D-Bus object path #GVariant with the contents of @object_path.
|
||||
* @object_path must be a valid D-Bus object path. Use
|
||||
* g_variant_is_object_path() if you're not sure.
|
||||
*
|
||||
* Returns: (transfer none): a floating reference to a new object path #GVariant instance
|
||||
|
Loading…
Reference in New Issue
Block a user