| 36 */ |
36 */ |
| 37 GaimConnectionUiOps *gaim_gtk_connections_get_ui_ops(void); |
37 GaimConnectionUiOps *gaim_gtk_connections_get_ui_ops(void); |
| 38 |
38 |
| 39 /*@}*/ |
39 /*@}*/ |
| 40 |
40 |
| |
41 /** |
| |
42 * Returns the GTK+ connection handle. |
| |
43 * |
| |
44 * @return The handle to the GTK+ connection system. |
| |
45 */ |
| |
46 void *gaim_gtk_connection_get_handle(void); |
| |
47 |
| |
48 /** |
| |
49 * Initializes the GTK+ connection system. |
| |
50 */ |
| |
51 void gaim_gtk_connection_init(void); |
| |
52 |
| |
53 /** |
| |
54 * Uninitializes the GTK+ connection system. |
| |
55 */ |
| |
56 void gaim_gtk_connection_uninit(void); |
| |
57 |
| 41 #endif /* _GAIM_GTKCONN_H_ */ |
58 #endif /* _GAIM_GTKCONN_H_ */ |