Mercurial > pidgin
comparison libpurple/eventloop.c @ 19567:b99a158ea85e
disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sun, 02 Sep 2007 00:03:43 +0000 |
| parents | 57d350900136 |
| children | 44b4e8bd759b |
comparison
equal
deleted
inserted
replaced
| 19566:57d350900136 | 19567:b99a158ea85e |
|---|---|
| 65 gboolean | 65 gboolean |
| 66 purple_input_remove(guint tag) | 66 purple_input_remove(guint tag) |
| 67 { | 67 { |
| 68 PurpleEventLoopUiOps *ops = purple_eventloop_get_ui_ops(); | 68 PurpleEventLoopUiOps *ops = purple_eventloop_get_ui_ops(); |
| 69 | 69 |
| 70 g_printerr("XXX: removing %d\n", tag); | |
| 71 | |
| 72 return ops->input_remove(tag); | 70 return ops->input_remove(tag); |
| 73 } | 71 } |
| 74 | 72 |
| 75 int | 73 int |
| 76 purple_input_get_error(int fd, int *error) | 74 purple_input_get_error(int fd, int *error) |
