[kdbus] Fix problem with receiving async messages
[platform/upstream/glib.git] / gio / gkdbus.h
index 5878bb3..a9ad285 100644 (file)
@@ -115,6 +115,13 @@ GVariant *                              _g_kdbus_GetConnectionUnixUser      (GKD
                                                                              const gchar      *name,
                                                                              GError          **error);
 
+void                                    _g_kdbus_AddMatch                   (GKDBusWorker     *worker,
+                                                                             const gchar      *match_rule,
+                                                                             guint             cookie);
+
+void                                    _g_kdbus_RemoveMatch                (GKDBusWorker     *worker,
+                                                                             guint             cookie);
+
 void                                    _g_kdbus_subscribe_name_acquired    (GKDBusWorker  *worker,
                                                                              const gchar      *name);