| 28 /** @name GTK+ Connection API */ |
28 /** @name GTK+ Connection API */ |
| 29 /**************************************************************************/ |
29 /**************************************************************************/ |
| 30 /*@{*/ |
30 /*@{*/ |
| 31 |
31 |
| 32 /** |
32 /** |
| 33 * Gets GTK Connection UI ops |
33 * Gets GTK+ Connection UI ops |
| 34 * |
34 * |
| 35 * @return UI operations struct |
35 * @return UI operations struct |
| 36 */ |
36 */ |
| 37 GaimConnectionUiOps *gaim_gtk_connections_get_ui_ops(void); |
37 GaimConnectionUiOps *gaim_gtk_connections_get_ui_ops(void); |
| 38 |
38 |