comparison plugins/notify.c @ 12397:8d1cf3f847b1

[gaim-migrate @ 14704] void prototype fix. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:55:49 +0000
parents 255e6912607b
children e856f985a0b9
comparison
equal deleted inserted replaced
12396:4ee5f1e45ec2 12397:8d1cf3f847b1
112 /* gtk widget callbacks for prefs panel */ 112 /* gtk widget callbacks for prefs panel */
113 static void type_toggle_cb(GtkWidget *widget, gpointer data); 113 static void type_toggle_cb(GtkWidget *widget, gpointer data);
114 static void method_toggle_cb(GtkWidget *widget, gpointer data); 114 static void method_toggle_cb(GtkWidget *widget, gpointer data);
115 static void notify_toggle_cb(GtkWidget *widget, gpointer data); 115 static void notify_toggle_cb(GtkWidget *widget, gpointer data);
116 static gboolean options_entry_cb(GtkWidget *widget, GdkEventFocus *event, gpointer data); 116 static gboolean options_entry_cb(GtkWidget *widget, GdkEventFocus *event, gpointer data);
117 static void apply_method(); 117 static void apply_method(void);
118 static void apply_notify(); 118 static void apply_notify(void);
119 119
120 /* string function */ 120 /* string function */
121 static void handle_string(GaimGtkWindow *gaimwin); 121 static void handle_string(GaimGtkWindow *gaimwin);
122 122
123 /* count function */ 123 /* count function */