mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
This takes a `const GValue *' argument.
2001-03-21 Martin Baulig <baulig@suse.de> * gboxed.[ch] (g_value_dup_boxed): This takes a `const GValue *' argument.
This commit is contained in:
committed by
Martin Baulig
parent
767800fcb3
commit
fb3a83820e
@@ -45,7 +45,7 @@ void g_value_set_boxed (GValue *value,
|
||||
void g_value_set_static_boxed (GValue *value,
|
||||
gconstpointer boxed);
|
||||
gpointer g_value_get_boxed (const GValue *value);
|
||||
gpointer g_value_dup_boxed (GValue *value);
|
||||
gpointer g_value_dup_boxed (const GValue *value);
|
||||
|
||||
|
||||
/* --- convenience --- */
|
||||
|
Reference in New Issue
Block a user