comparison src/gtkconn.c @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents ff4551719cc7
children 770233dad86c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
287 gaim_gtk_connection_disconnected, 287 gaim_gtk_connection_disconnected,
288 gaim_gtk_connection_notice, 288 gaim_gtk_connection_notice,
289 gaim_gtk_connection_report_disconnect 289 gaim_gtk_connection_report_disconnect
290 }; 290 };
291 291
292 GaimConnectionUiOps *gaim_get_gtk_connection_ui_ops(void) 292 GaimConnectionUiOps *
293 gaim_gtk_connections_get_ui_ops(void)
293 { 294 {
294 return &conn_ui_ops; 295 return &conn_ui_ops;
295 } 296 }
296
297 297
298 void away_on_login(const char *mesg) 298 void away_on_login(const char *mesg)
299 { 299 {
300 GSList *awy = away_messages; 300 GSList *awy = away_messages;
301 struct away_message *a, *message = NULL; 301 struct away_message *a, *message = NULL;