comparison src/audacious/dbus.c @ 2728:452a159dc619 trunk

[svn] - log when dbus has been successfully started up
author nenolod
date Thu, 10 May 2007 13:21:55 -0700
parents 6884a2144a01
children cf080b11c3fa
comparison
equal deleted inserted replaced
2727:14f9a629ba9c 2728:452a159dc619
78 } 78 }
79 79
80 void init_dbus() { 80 void init_dbus() {
81 g_type_init(); 81 g_type_init();
82 g_object_new(audacious_remote_get_type(), NULL); 82 g_object_new(audacious_remote_get_type(), NULL);
83 g_message("D-Bus support has been activated");
83 } 84 }
84 85
85 void free_dbus() { 86 void free_dbus() {
86 if (dbproxy != NULL) 87 if (dbproxy != NULL)
87 g_object_unref(dbproxy); 88 g_object_unref(dbproxy);