mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
girrepository: Use void* instead of gpointer
This commit is contained in:
@@ -112,20 +112,20 @@ GITypeTag gi_type_info_get_storage_type (GITypeInfo *info);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
void gi_type_info_argument_from_hash_pointer (GITypeInfo *info,
|
||||
gpointer hash_pointer,
|
||||
void *hash_pointer,
|
||||
GIArgument *arg);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
gpointer gi_type_info_hash_pointer_from_argument (GITypeInfo *info,
|
||||
void * gi_type_info_hash_pointer_from_argument (GITypeInfo *info,
|
||||
GIArgument *arg);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
void gi_type_tag_argument_from_hash_pointer (GITypeTag storage_type,
|
||||
gpointer hash_pointer,
|
||||
void *hash_pointer,
|
||||
GIArgument *arg);
|
||||
|
||||
GI_AVAILABLE_IN_ALL
|
||||
gpointer gi_type_tag_hash_pointer_from_argument (GITypeTag storage_type,
|
||||
void * gi_type_tag_hash_pointer_from_argument (GITypeTag storage_type,
|
||||
GIArgument *arg);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user