mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
gvariant: Clarify internal documentation about GVariant type strings
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -1717,7 +1717,9 @@ g_variant_serialiser_is_object_path (gconstpointer data,
|
|||||||
* Performs the checks for being a valid string.
|
* Performs the checks for being a valid string.
|
||||||
*
|
*
|
||||||
* Also, ensures that @data is a valid D-Bus type signature, as per the
|
* Also, ensures that @data is a valid D-Bus type signature, as per the
|
||||||
* D-Bus specification.
|
* D-Bus specification. Note that this means the empty string is valid, as the
|
||||||
|
* D-Bus specification defines a signature as “zero or more single complete
|
||||||
|
* types”.
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
g_variant_serialiser_is_signature (gconstpointer data,
|
g_variant_serialiser_is_signature (gconstpointer data,
|
||||||
|
Reference in New Issue
Block a user