mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-10 18:43:42 +01:00
Docs: Don't use the emphasis tag
Most of the time, the text read just as well without the extra boldness.
This commit is contained in:
@@ -562,10 +562,9 @@ g_dbus_gvariant_to_gvalue (GVariant *value,
|
||||
* #G_TYPE_BOXED derived-types) not in the table above.
|
||||
*
|
||||
* Note that if @gvalue is of type #G_TYPE_VARIANT and its value is
|
||||
* %NULL, the <emphasis>empty</emphasis> #GVariant instance (never
|
||||
* %NULL) for @type is returned (e.g. 0 for scalar types, the empty
|
||||
* string for string types, <literal>'/'</literal> for object path
|
||||
* types, the empty array for any array type and so on).
|
||||
* %NULL, the empty #GVariant instance (never %NULL) for @type is
|
||||
* returned (e.g. 0 for scalar types, the empty string for string types,
|
||||
* '/' for object path types, the empty array for any array type and so on).
|
||||
*
|
||||
* See the g_dbus_gvariant_to_gvalue() function for how to convert a
|
||||
* #GVariant to a #GValue.
|
||||
|
||||
Reference in New Issue
Block a user