aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-07 16:43:15 -0600
committerTed Gould <ted@gould.cx>2011-02-07 16:43:15 -0600
commit3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1 (patch)
treec8b2bb68005950073192a67da33ba998554fa58c /tests/test-glib-properties-server.c
parentfd954bb9d7e00405e23acd03a7dda5d97fb66e02 (diff)
parent9c5089892566097a42c8dd75b9eb79a81b57b1e9 (diff)
downloadlibdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.tar.gz
libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.tar.bz2
libdbusmenu-3fab4873c00572044ddc8447d5aa0f3d2d9f8cd1.zip
Updating to trunk
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);