summaryrefslogtreecommitdiff
path: root/gconf/gconf-client.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2001-04-28 20:28:54 +0000
committerMurray Cumming <murrayc@src.gnome.org>2001-04-28 20:28:54 +0000
commitf276b40eca4206294fb4887b95d3a6c7ffe2daa2 (patch)
treebd8dde1c0b99d9357cab4631efc7d49abc013853 /gconf/gconf-client.h
parent53e80a002124dc3f30ceeed6a8c901488b596572 (diff)
downloadgconf-f276b40eca4206294fb4887b95d3a6c7ffe2daa2.tar.gz
added const to some function args.GNOME_MEDIA_1_2_2
Diffstat (limited to 'gconf/gconf-client.h')
-rw-r--r--gconf/gconf-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gconf/gconf-client.h b/gconf/gconf-client.h
index c4eca269..e23f3214 100644
--- a/gconf/gconf-client.h
+++ b/gconf/gconf-client.h
@@ -224,7 +224,7 @@ void gconf_client_preload (GConfClient* client,
void gconf_client_set (GConfClient* client,
const gchar* key,
- GConfValue* val,
+ const GConfValue* val,
GError** err);
GConfValue* gconf_client_get (GConfClient* client,
@@ -314,7 +314,7 @@ gboolean gconf_client_set_bool (GConfClient* client, const gchar* key,
gboolean val, GError** err);
gboolean gconf_client_set_schema (GConfClient* client, const gchar* key,
- GConfSchema* val, GError** err);
+ const GConfSchema* val, GError** err);
/* List should be the same as the one gconf_client_get_list() would return */
gboolean gconf_client_set_list (GConfClient* client, const gchar* key,