mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
girrepository: Use void* instead of gpointer
This commit is contained in:
@@ -64,7 +64,7 @@ value_base_info_copy_value (const GValue *src,
|
||||
dst->data[0].v_pointer = NULL;
|
||||
}
|
||||
|
||||
static gpointer
|
||||
static void *
|
||||
value_base_info_peek_pointer (const GValue *value)
|
||||
{
|
||||
return value->data[0].v_pointer;
|
||||
|
Reference in New Issue
Block a user