comparison src/evdev-plug/ed_internals.c @ 2230:581a057768c2

eliminate warnings.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 15 Dec 2007 00:19:07 +0900
parents 9a7822a4762e
children a48a1a3e835a
comparison
equal deleted inserted replaced
2229:33ffac81f4c7 2230:581a057768c2
36 #include <regex.h> 36 #include <regex.h>
37 /* for variadic */ 37 /* for variadic */
38 #include <stdarg.h> 38 #include <stdarg.h>
39 39
40 #include <audacious/i18n.h> 40 #include <audacious/i18n.h>
41 41 #include <glib.h>
42 #include <glib/gstdio.h>
42 43
43 static gboolean ed_device_giofunc ( GIOChannel * , GIOCondition , gpointer ); 44 static gboolean ed_device_giofunc ( GIOChannel * , GIOCondition , gpointer );
44 45
45 static gint ed_util_get_data_from_keyfile( GKeyFile * , gchar * , ... ); 46 static gint ed_util_get_data_from_keyfile( GKeyFile * , gchar * , ... );
46 static gpointer ed_util_get_bindings_from_keyfile( GKeyFile * , gchar * ); 47 static gpointer ed_util_get_bindings_from_keyfile( GKeyFile * , gchar * );
238 } 239 }
239 return -1; 240 return -1;
240 } 241 }
241 242
242 243
243 gint 244 void
244 ed_device_stop_listening_all ( gboolean delete_bindings ) 245 ed_device_stop_listening_all ( gboolean delete_bindings )
245 { 246 {
246 /* convenience function that stops listening for all 247 /* convenience function that stops listening for all
247 devices and also deletes bindings if requested */ 248 devices and also deletes bindings if requested */
248 GList *list_iter = ed_device_listening_list; 249 GList *list_iter = ed_device_listening_list;