add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / actions.h
index 50f9c20b8213118b27c8bbc38823fead9edb9ca1..6900e8392a74cf79b9d54470146a14b469cadcb8 100644 (file)
@@ -25,6 +25,8 @@
 #include "gtkmm2ext/actions.h"
 #include "ardour/rc_configuration.h"
 
+#include "ui_config.h"
+
 namespace ActionManager {
 
        /* Ardour specific */
@@ -51,7 +53,9 @@ namespace ActionManager {
        extern std::vector<Glib::RefPtr<Gtk::Action> > edit_point_in_region_sensitive_actions;
 
        extern void map_some_state (const char* group, const char* action, bool (ARDOUR::RCConfiguration::*get)() const);
+       extern void map_some_state (const char* group, const char* action, bool (UIConfiguration::*get)() const);
        extern void map_some_state (const char* group, const char* action, sigc::slot<bool>);
+       extern void toggle_config_state (const char* group, const char* action, bool (UIConfiguration::*set)(bool), bool (UIConfiguration::*get)(void) const);
        extern void toggle_config_state (const char* group, const char* action, bool (ARDOUR::RCConfiguration::*set)(bool), bool (ARDOUR::RCConfiguration::*get)(void) const);
        extern void toggle_config_state_foo (const char* group, const char* action, sigc::slot<bool, bool>, sigc::slot<bool>);
 }