| 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; |