summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-04-12 13:45:42 +0400
committerVictor Toso <me@victortoso.com>2021-04-13 17:42:08 +0000
commit8f4e35a25ea14992b21c02ed832cd8185a08ba60 (patch)
tree563c2a162de232e788970d000de21674678cbffa
parenta3db2b4d040aa18dc79ad2e1066a0f598fdfc271 (diff)
Annotate spice_uuid_to_string
Note: that unusual function seems problematic for GI in general, we may want a simple pointer instead.. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--src/spice-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spice-util.c b/src/spice-util.c
index d0c56ba..30d83c8 100644
--- a/src/spice-util.c
+++ b/src/spice-util.c
@@ -122,7 +122,7 @@ gboolean spice_strv_contains(const GStrv strv, const gchar *str)
/**
* spice_uuid_to_string:
- * @uuid: UUID byte array
+ * @uuid: (array fixed-size=16): UUID byte array
*
* Creates a string representation of @uuid, of the form
* "06e023d5-86d8-420e-8103-383e4566087a"