libpurple/example/nullclient.c

changeset 15755
ab33ab6b08ae
parent 15673
7f2c84ae63b0
child 15884
4de1981757fc
equal deleted inserted replaced
15754:054f67eb288f 15755:ab33ab6b08ae
105 static GaimEventLoopUiOps glib_eventloops = 105 static GaimEventLoopUiOps glib_eventloops =
106 { 106 {
107 g_timeout_add, 107 g_timeout_add,
108 g_source_remove, 108 g_source_remove,
109 glib_input_add, 109 glib_input_add,
110 g_source_remove 110 g_source_remove,
111 NULL
111 }; 112 };
112 /*** End of the eventloop functions. ***/ 113 /*** End of the eventloop functions. ***/
113 114
114 /*** Conversation uiops ***/ 115 /*** Conversation uiops ***/
115 static void 116 static void

mercurial