summaryrefslogtreecommitdiffstats
path: root/hcid/glib-ectomy.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-02-17 18:04:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-02-17 18:04:03 +0000
commitf17bb94f47090f3397b60b5e264aa9f18dbf203d (patch)
treecd475c5e55def20433d0ac0e83a0410e0606da91 /hcid/glib-ectomy.h
parent5903cfe8fdfa5df4a0ce737219385d16da85e279 (diff)
Add D-Bus support for PIN request
Diffstat (limited to 'hcid/glib-ectomy.h')
-rw-r--r--hcid/glib-ectomy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/glib-ectomy.h b/hcid/glib-ectomy.h
index b1ac263b..703ae54b 100644
--- a/hcid/glib-ectomy.h
+++ b/hcid/glib-ectomy.h
@@ -92,6 +92,8 @@ guint g_io_add_watch (GIOChannel *channel,
GIOCondition condition,
GIOFunc func,
gpointer user_data);
+void g_io_remove_watch (guint id);
+
GMainLoop *g_main_loop_new (GMainContext *context,