I have some application class not implements gobject, but I think to unify project code base by using Glib::RefPtr everywhere (instead of std::shared_ptr).
As understand it’s same as std::shared_ptr but with additional Gtk integrations and everything should work. What is yours opinion?