Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- examplewindow.cc: In constructor ‘ExampleWindow::ExampleWindow()’:
- examplewindow.cc:18:59: error: no matching function for call to ‘ptr_fun(void (ExampleWindow::*)())’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- examplewindow.cc:18:59: note: candidates are:
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:460:1: note: template<class T_return> sigc::pointer_functor0<T_return> sigc::ptr_fun(T_return (*)())
- ptr_fun(T_return (*_A_func)())
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:460:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)()’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:471:1: note: template<class T_arg1, class T_return> sigc::pointer_functor1<T_arg1, T_return> sigc::ptr_fun(T_return (*)(T_arg1))
- ptr_fun(T_return (*_A_func)(T_arg1))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:471:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:482:1: note: template<class T_arg1, class T_arg2, class T_return> sigc::pointer_functor2<T_arg1, T_arg2, T_return> sigc::ptr_fun(T_return (*)(T_arg1, T_arg2))
- ptr_fun(T_return (*_A_func)(T_arg1, T_arg2))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:482:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1, T_arg2)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:493:1: note: template<class T_arg1, class T_arg2, class T_arg3, class T_return> sigc::pointer_functor3<T_arg1, T_arg2, T_arg3, T_return> sigc::ptr_fun(T_return (*)(T_arg1, T_arg2, T_arg3))
- ptr_fun(T_return (*_A_func)(T_arg1, T_arg2, T_arg3))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:493:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1, T_arg2, T_arg3)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:504:1: note: template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_return> sigc::pointer_functor4<T_arg1, T_arg2, T_arg3, T_arg4, T_return> sigc::ptr_fun(T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4))
- ptr_fun(T_return (*_A_func)(T_arg1, T_arg2, T_arg3, T_arg4))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:504:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:515:1: note: template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_return> sigc::pointer_functor5<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_return> sigc::ptr_fun(T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5))
- ptr_fun(T_return (*_A_func)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:515:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:526:1: note: template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6, class T_return> sigc::pointer_functor6<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_return> sigc::ptr_fun(T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6))
- ptr_fun(T_return (*_A_func)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:526:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:8:0,
- from /usr/include/sigc++-2.0/sigc++/functors/slot.h:7,
- from /usr/include/sigc++-2.0/sigc++/signal_base.h:29,
- from /usr/include/sigc++-2.0/sigc++/signal.h:8,
- from /usr/include/sigc++-2.0/sigc++/sigc++.h:80,
- from /usr/include/glibmm-2.4/glibmm/thread.h:58,
- from /usr/include/glibmm-2.4/glibmm.h:87,
- from /usr/include/gtkmm-3.0/gtkmm.h:87,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:537:1: note: template<class T_arg1, class T_arg2, class T_arg3, class T_arg4, class T_arg5, class T_arg6, class T_arg7, class T_return> sigc::pointer_functor7<T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7, T_return> sigc::ptr_fun(T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7))
- ptr_fun(T_return (*_A_func)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7))
- ^
- /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:537:1: note: template argument deduction/substitution failed:
- examplewindow.cc:18:59: note: mismatched types ‘T_return (*)(T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7)’ and ‘void (ExampleWindow::*)()’
- sigc::ptr_fun(&ExampleWindow::on_menu_file_new_generic));
- ^
- examplewindow.cc:21:67: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [7], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_file_new_generic));
- ^
- examplewindow.cc:21:67: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:24:67: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [7], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_file_new_generic));
- ^
- examplewindow.cc:24:67: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:28:60: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [5], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_file_quit));
- ^
- examplewindow.cc:28:60: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:32:57: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [5], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_others));
- ^
- examplewindow.cc:32:57: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:34:57: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [6], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_others));
- ^
- examplewindow.cc:34:57: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:36:57: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [10], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_others));
- ^
- examplewindow.cc:36:57: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:41:33: error: ‘class Gio::SimpleActionGroup’ has no member named ‘add_action_radio_string’
- m_refChoice = refActionGroup->add_action_radio_string("choice",
- ^
- examplewindow.cc:45:38: error: ‘class Gio::SimpleActionGroup’ has no member named ‘add_action_radio_integer’
- m_refChoiceOther = refActionGroup->add_action_radio_integer("choiceother",
- ^
- examplewindow.cc:49:33: error: ‘class Gio::SimpleActionGroup’ has no member named ‘add_action_bool’
- m_refToggle = refActionGroup->add_action_bool("sometoggle",
- ^
- examplewindow.cc:56:58: error: no matching function for call to ‘Gio::SimpleActionGroup::add_action(const char [6], sigc::bound_mem_functor0<void, ExampleWindow>)’
- sigc::mem_fun(*this, &ExampleWindow::on_menu_others) );
- ^
- examplewindow.cc:56:58: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:27:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: void Gio::ActionMap::add_action(const Glib::RefPtr<Gio::Action>&)
- void add_action(const Glib::RefPtr<Action>& action);
- ^
- /usr/include/giomm-2.4/giomm/actionmap.h:165:8: note: candidate expects 1 argument, 2 provided
- examplewindow.cc:178:62: error: no matching function for call to ‘Gtk::MenuBar::MenuBar(Glib::RefPtr<Gio::Menu>&)’
- Gtk::MenuBar* pMenubar = Gtk::manage(new Gtk::MenuBar(gmenu));
- ^
- examplewindow.cc:178:62: note: candidates are:
- In file included from /usr/include/gtkmm-3.0/gtkmm.h:183:0,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:158:3: note: Gtk::MenuBar::MenuBar()
- MenuBar();
- ^
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:158:3: note: candidate expects 0 arguments, 1 provided
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:122:12: note: Gtk::MenuBar::MenuBar(GtkMenuBar*)
- explicit MenuBar(GtkMenuBar* castitem);
- ^
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:122:12: note: no known conversion for argument 1 from ‘Glib::RefPtr<Gio::Menu>’ to ‘GtkMenuBar* {aka _GtkMenuBar*}’
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:121:12: note: Gtk::MenuBar::MenuBar(const Glib::ConstructParams&)
- explicit MenuBar(const Glib::ConstructParams& construct_params);
- ^
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:121:12: note: no known conversion for argument 1 from ‘Glib::RefPtr<Gio::Menu>’ to ‘const Glib::ConstructParams&’
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:117:3: note: Gtk::MenuBar::MenuBar(const Gtk::MenuBar&)
- MenuBar(const MenuBar&);
- ^
- /usr/include/gtkmm-3.0/gtkmm/menubar.h:117:3: note: no known conversion for argument 1 from ‘Glib::RefPtr<Gio::Menu>’ to ‘const Gtk::MenuBar&’
- examplewindow.cc: In member function ‘void ExampleWindow::on_menu_choices(const Glib::ustring&)’:
- examplewindow.cc:223:38: error: no matching function for call to ‘Gio::SimpleAction::change_state(const Glib::ustring&)’
- m_refChoice->change_state(parameter);
- ^
- examplewindow.cc:223:38: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:25:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/action.h:286:8: note: void Gio::Action::change_state(const Glib::VariantBase&)
- void change_state(const Glib::VariantBase& value);
- ^
- /usr/include/giomm-2.4/giomm/action.h:286:8: note: no known conversion for argument 1 from ‘const Glib::ustring’ to ‘const Glib::VariantBase&’
- examplewindow.cc: In member function ‘void ExampleWindow::on_menu_choices_other(int)’:
- examplewindow.cc:237:43: error: no matching function for call to ‘Gio::SimpleAction::change_state(int&)’
- m_refChoiceOther->change_state(parameter);
- ^
- examplewindow.cc:237:43: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:25:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/action.h:286:8: note: void Gio::Action::change_state(const Glib::VariantBase&)
- void change_state(const Glib::VariantBase& value);
- ^
- /usr/include/giomm-2.4/giomm/action.h:286:8: note: no known conversion for argument 1 from ‘int’ to ‘const Glib::VariantBase&’
- examplewindow.cc: In member function ‘void ExampleWindow::on_menu_toggle()’:
- examplewindow.cc:251:32: error: no matching function for call to ‘Gio::SimpleAction::get_state(bool&)’
- m_refToggle->get_state(active);
- ^
- examplewindow.cc:251:32: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:25:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/action.h:269:8: note: void Gio::Action::get_state() const
- void get_state() const;
- ^
- /usr/include/giomm-2.4/giomm/action.h:269:8: note: candidate expects 0 arguments, 1 provided
- examplewindow.cc:254:36: error: no matching function for call to ‘Gio::SimpleAction::change_state(bool)’
- m_refToggle->change_state(!active);
- ^
- examplewindow.cc:254:36: note: candidate is:
- In file included from /usr/include/giomm-2.4/giomm.h:25:0,
- from /usr/include/gtkmm-3.0/gtkmm.h:88,
- from examplewindow.h:4,
- from examplewindow.cc:1:
- /usr/include/giomm-2.4/giomm/action.h:286:8: note: void Gio::Action::change_state(const Glib::VariantBase&)
- void change_state(const Glib::VariantBase& value);
- ^
- /usr/include/giomm-2.4/giomm/action.h:286:8: note: no known conversion for argument 1 from ‘bool’ to ‘const Glib::VariantBase&’
Advertisement
Add Comment
Please, Sign In to add comment