girepository: Use char instead of glib-specific gchar

This commit is contained in:
Marco Trevisan (Treviño)
2024-01-15 20:20:47 +01:00
parent eda4bfcf95
commit 8891429a5b
36 changed files with 505 additions and 503 deletions

View File

@@ -76,10 +76,10 @@ G_BEGIN_DECLS
((tag) >= GI_TYPE_TAG_GLIST && (tag) <= GI_TYPE_TAG_GHASH))
GI_AVAILABLE_IN_ALL
const gchar* gi_type_tag_to_string (GITypeTag type);
const char * gi_type_tag_to_string (GITypeTag type);
GI_AVAILABLE_IN_ALL
const gchar* gi_info_type_to_string (GIInfoType type);
const char * gi_info_type_to_string (GIInfoType type);
GI_AVAILABLE_IN_ALL