mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +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:
|
* g_variant_new_object_path:
|
||||||
* @object_path: a normal C nul-terminated string
|
* @object_path: a normal C nul-terminated string
|
||||||
*
|
*
|
||||||
* Creates a D-Bus object path #GVariant with the contents of @string.
|
* Creates a D-Bus object path #GVariant with the contents of @object_path.
|
||||||
* @string must be a valid D-Bus object path. Use
|
* @object_path must be a valid D-Bus object path. Use
|
||||||
* g_variant_is_object_path() if you're not sure.
|
* g_variant_is_object_path() if you're not sure.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): a floating reference to a new object path #GVariant instance
|
* Returns: (transfer none): a floating reference to a new object path #GVariant instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user