From f17bb94f47090f3397b60b5e264aa9f18dbf203d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 17 Feb 2004 18:04:03 +0000 Subject: Add D-Bus support for PIN request --- hcid/glib-ectomy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/glib-ectomy.h') 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, -- cgit