mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
girrepository: Use standard int sized types instead of g[u]int*
This commit is contained in:
@@ -37,12 +37,12 @@ G_BEGIN_DECLS
|
||||
typedef struct _GITypelib GITypelib;
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
GITypelib * gi_typelib_new_from_memory (guint8 *memory,
|
||||
GITypelib * gi_typelib_new_from_memory (uint8_t *memory,
|
||||
gsize len,
|
||||
GError **error);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
GITypelib * gi_typelib_new_from_const_memory (const guint8 *memory,
|
||||
GITypelib * gi_typelib_new_from_const_memory (const uint8_t *memory,
|
||||
gsize len,
|
||||
GError **error);
|
||||
|
||||
|
Reference in New Issue
Block a user