summaryrefslogtreecommitdiff
path: root/gobject/gboxed.h
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-03-21 11:16:38 +0000
committerMartin Baulig <martin@src.gnome.org>2001-03-21 11:16:38 +0000
commitfb3a83820eda4211431e623e21b7c3b900503d61 (patch)
treecb164e727c7e0be35ed642c56917abe7416e6b46 /gobject/gboxed.h
parent767800fcb36be28c1191ff24ca3ba99c4df4a07f (diff)
downloadglib-fb3a83820eda4211431e623e21b7c3b900503d61.tar.gz
glib-fb3a83820eda4211431e623e21b7c3b900503d61.tar.bz2
glib-fb3a83820eda4211431e623e21b7c3b900503d61.zip
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.
Diffstat (limited to 'gobject/gboxed.h')
-rw-r--r--gobject/gboxed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gboxed.h b/gobject/gboxed.h
index e4e8f5e8a..742fd1d44 100644
--- a/gobject/gboxed.h
+++ b/gobject/gboxed.h
@@ -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 --- */