comparison src/gtkmain.c @ 11067:2eca9ed49469

[gaim-migrate @ 13048] Modified configure.ac so that it rejects dbus builds with the dbus library older than 0.34 Added a simple object registration system to the dbus implementation so that it is possible to query object properties remotely (eg. give me property "name" of buddy with id = 5). committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Thu, 07 Jul 2005 15:43:48 +0000
parents df0241eb602c
children f54740547c95
comparison
equal deleted inserted replaced
11066:2507d20c3d0b 11067:2eca9ed49469
613 gaim_debug_set_enabled(debug_enabled); 613 gaim_debug_set_enabled(debug_enabled);
614 614
615 #ifdef _WIN32 615 #ifdef _WIN32
616 wgaim_init(hint); 616 wgaim_init(hint);
617 #endif 617 #endif
618
619 #ifdef HAVE_DBUS
620 /* start dbus pointer registration system */
621 gaim_dbus_init_ids();
622 #endif
623
618 gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops()); 624 gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops());
619 gaim_eventloop_set_ui_ops(gaim_gtk_eventloop_get_ui_ops()); 625 gaim_eventloop_set_ui_ops(gaim_gtk_eventloop_get_ui_ops());
620 626
621 /* Set plugin search directories */ 627 /* Set plugin search directories */
622 gaim_plugins_add_search_path(LIBDIR); 628 gaim_plugins_add_search_path(LIBDIR);