aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-16 15:47:10 -0600
committerTed Gould <ted@gould.cx>2010-11-16 15:47:10 -0600
commitb09ed309175070d38bc4351d02f23b0ef757008c (patch)
treee879a5d66b507390ade0f786a73bb36bc0df154b /tests/test-glib-properties-server.c
parent6fc56d02acbb80a166837ed226fbe24bd3635fca (diff)
downloadlibdbusmenu-b09ed309175070d38bc4351d02f23b0ef757008c.tar.gz
libdbusmenu-b09ed309175070d38bc4351d02f23b0ef757008c.tar.bz2
libdbusmenu-b09ed309175070d38bc4351d02f23b0ef757008c.zip
More name grabbing porting from dbus-glib to GDBus
Diffstat (limited to 'tests/test-glib-properties-server.c')
-rw-r--r--tests/test-glib-properties-server.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/test-glib-properties-server.c b/tests/test-glib-properties-server.c
index 091e550..4248ea2 100644
--- a/tests/test-glib-properties-server.c
+++ b/tests/test-glib-properties-server.c
@@ -20,10 +20,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <glib.h>
-
-#include <dbus/dbus.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-lowlevel.h>
+#include <gio/gio.h>
#include <libdbusmenu-glib/menuitem.h>
#include <libdbusmenu-glib/server.h>
@@ -91,8 +88,6 @@ main (int argc, char ** argv)
{
g_type_init();
- g_debug("DBus ID: %s", dbus_connection_get_server_id(dbus_g_connection_get_connection(dbus_g_bus_get(DBUS_BUS_SESSION, NULL))));
-
server = dbusmenu_server_new("/org/test");
timer_func(NULL);