diff src/dbus-server.h @ 11903:c9312177821a

[gaim-migrate @ 14194] "make distcheck" fixes - mostly fixing DBUS things so they can compile outside the source tree, and a few compile warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 17:24:38 +0000
parents 9563b768e8e2
children 2078f65a8e98
line wrap: on
line diff
--- a/src/dbus-server.h	Sun Oct 30 17:23:15 2005 +0000
+++ b/src/dbus-server.h	Sun Oct 30 17:24:38 2005 +0000
@@ -131,7 +131,7 @@
                        the types of the parameters.
     @param vargs       A va_list containing the actual parameters.
   */
-void gaim_dbus_signal_emit_gaim(char *name, int num_values, 
+void gaim_dbus_signal_emit_gaim(const char *name, int num_values, 
 				GaimValue **values, va_list vargs);
 
 /**