pidgin/libpidgin.c

changeset 41947
7b3312d0760c
parent 41867
5375c1d58c50
child 42182
3fc2d2b7b7a8
equal deleted inserted replaced
41946:0fb3b0e7122f 41947:7b3312d0760c
102 exit(1); 102 exit(1);
103 } 103 }
104 } 104 }
105 105
106 static gboolean 106 static gboolean
107 mainloop_sighandler(GIOChannel *source, GIOCondition cond, gpointer data) 107 mainloop_sighandler(GIOChannel *source, G_GNUC_UNUSED GIOCondition cond,
108 G_GNUC_UNUSED gpointer data)
108 { 109 {
109 GIOStatus stat; 110 GIOStatus stat;
110 int sig; 111 int sig;
111 gsize bytes_read; 112 gsize bytes_read;
112 GError *error = NULL; 113 GError *error = NULL;

mercurial