comparison src/gtkdebug.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 083d1e4a9c78
children 6faeeecab0dc
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
339 { 339 {
340 gaim_gtk_debug_print 340 gaim_gtk_debug_print
341 }; 341 };
342 342
343 GaimDebugUiOps * 343 GaimDebugUiOps *
344 gaim_get_gtk_debug_ui_ops(void) 344 gaim_gtk_debug_get_ui_ops(void)
345 { 345 {
346 return &ops; 346 return &ops;
347 } 347 }
348 348