aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 10:28:41 -0600
committerTed Gould <ted@gould.cx>2010-12-08 10:28:41 -0600
commit19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c (patch)
tree134d6edb6fe8a925680c09ad5f83be3ae8267276 /tests/test-glib-properties-server.c
parentbdb286fb7bdbf81d63c0c592beb5bbb94e1a82ae (diff)
parent29393d8e8816ac771286a47a854dd96138a4a236 (diff)
downloadlibdbusmenu-19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c.tar.gz
libdbusmenu-19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c.tar.bz2
libdbusmenu-19d4f5072d6cd72bab67cbf0d9abe28de99a4b7c.zip
* Upstream Merge
* Porting from dbus-glib to GDBus * debian/*.install: Changing to be the 0.4 version of the dbusmenu API of all the filenames and paths. * Autogen
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);