summaryrefslogtreecommitdiff
path: root/src/up-daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-daemon.h')
-rw-r--r--src/up-daemon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/up-daemon.h b/src/up-daemon.h
index 68c575c..ba58a00 100644
--- a/src/up-daemon.h
+++ b/src/up-daemon.h
@@ -94,6 +94,10 @@ void up_daemon_emit_properties_changed (DBusGConnection *gconnection,
const gchar *interface,
GHashTable *props);
+void up_daemon_start_poll (GObject *object,
+ GSourceFunc callback);
+void up_daemon_stop_poll (GObject *object);
+
/* exported */
gboolean up_daemon_enumerate_devices (UpDaemon *daemon,
DBusGMethodInvocation *context);