[libgit2-glib/wip/tintou/oid-annotation] Use guchar



commit 32ed467878edadbdbfd61841930576aab11499c1
Author: Corentin Noël <corentin elementary io>
Date:   Wed Mar 13 09:37:38 2019 +0000

    Use guchar

 libgit2-glib/ggit-oid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgit2-glib/ggit-oid.c b/libgit2-glib/ggit-oid.c
index d89b74d..919c25a 100644
--- a/libgit2-glib/ggit-oid.c
+++ b/libgit2-glib/ggit-oid.c
@@ -104,7 +104,7 @@ ggit_oid_new_from_string (const gchar *str)
 
 /**
  * ggit_oid_new_from_raw:
- * @raw: (array zero-terminated=1) (element-type guint8): the raw input bytes to be copied.
+ * @raw: (array zero-terminated=1) (element-type guchar): the raw input bytes to be copied.
  *
  * Creates a new #GgitOId from a raw oid.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]