diff plugins/gaimrc.c @ 12816:ff267281e882

[gaim-migrate @ 15164] Get rid of a compile warning by changing the definition of (*GaimPrefCallback) to pass a gconstpointer val instead of gpointer committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 11 Jan 2006 04:32:12 +0000
parents e856f985a0b9
children e25a2315d9e3
line wrap: on
line diff
--- a/plugins/gaimrc.c	Wed Jan 11 03:42:22 2006 +0000
+++ b/plugins/gaimrc.c	Wed Jan 11 04:32:12 2006 +0000
@@ -215,8 +215,8 @@
 }
 
 static void
-gaimrc_pref_changed_cb(const char *name, GaimPrefType type, gpointer value,
-                       gpointer data)
+gaimrc_pref_changed_cb(const char *name, GaimPrefType type,
+                       gconstpointer value, gpointer data)
 {
 	GString *style_string = g_string_new("");
 	char *prefbase = NULL;