[Controller] Disallow multiple TildaWindows to bind to the same key
[tilda-gobject.git] / tilda-controller.h
index 44e7a2a..6645436 100644 (file)
@@ -34,6 +34,7 @@ gboolean tilda_controller_quit (TildaController *self, GError **error);
 
 /* API */
 gboolean tilda_controller_remove_window (TildaController *self, gint window_number);
+gboolean tilda_controller_global_key_in_use (const TildaController *self, const gchar *keystr);
 
 #endif /* TILDA_CONTROLLER_H */