summaryrefslogtreecommitdiffstats
path: root/src/hal-common.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-08 09:03:17 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-08 09:03:17 +0000
commitb4bdf1974afde17fadc9ebf7f043496ed7fa9709 (patch)
treeb972cb1de9e1bd88956704267dff45b53ba1840d /src/hal-common.c
parent58c0453c931f0a3aac3542220b71bc2ed34ebfa5 (diff)
downloadlibgpod-b4bdf1974afde17fadc9ebf7f043496ed7fa9709.tar.gz
libgpod-b4bdf1974afde17fadc9ebf7f043496ed7fa9709.tar.xz
libgpod-b4bdf1974afde17fadc9ebf7f043496ed7fa9709.zip
2005-11-08 Christophe Fergeau <teuf@gnome.org>
* src/hal-common.c: * src/hal-common.h: * src/ipod-device.c: (ipod_device_set_property), (ipod_device_hal_initialize), (ipod_device_detect_volume_info), (ipod_device_new), (ipod_device_eject): sync with libipoddevice CVS, use #ifdef HAVE_LIBHAL instead of #if HAVE_LIBHAL git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1143 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/hal-common.c')
-rw-r--r--src/hal-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hal-common.c b/src/hal-common.c
index 23dca80..6b36d6f 100644
--- a/src/hal-common.c
+++ b/src/hal-common.c
@@ -62,6 +62,9 @@
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
+#include <dbus/dbus-glib-lowlevel.h>
+
+static GMainContext *ipod_device_global_main_context = NULL;
dbus_bool_t
hal_mainloop_integration(LibHalContext *ctx, DBusError *error)