glibmm  2.41.1
New API in glibmm 2.38
Member Gio::Action::change_state (const T_Value& value)
Parameters
valueThe new state.
Member Gio::Action::name_is_valid (const Glib::ustring& action_name)
Parameters
action_nameAn potential action name.
Returns
true if action_name is valid.
Member Gio::Action::parse_detailed_name_variant (const Glib::ustring& detailed_name, Glib::ustring& action_name, Glib::VariantBase& target_value)
Parameters
detailed_nameA detailed action name.
action_nameThe action name.
target_valueThe target value, or 0 for no target.
Returns
true if successful, else false with error set.
Member Gio::Action::print_detailed_name_variant (const Glib::ustring& action_name, const Glib::VariantBase& target_value)
Parameters
action_nameA valid action name.
target_valueA Variant target value, or 0.
Returns
A detailed format string.
Member Gio::Application::mark_busy ()
Member Gio::Application::unmark_busy ()
Class Gio::DBus::InterfaceSkeleton
Member Gio::DesktopAppInfo::get_action_name (const Glib::ustring& action_name) const
Member Gio::DesktopAppInfo::launch_action (const Glib::ustring& action_name, const Glib::RefPtr< AppLaunchContext >& launch_context)
Member Gio::DesktopAppInfo::list_actions () const
Member Gio::File::make_directory_async (const SlotAsyncReady& slot_ready, int io_priority=Glib::PRIORITY_DEFAULT)
Member Gio::File::make_directory_async (const SlotAsyncReady& slot_ready, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)
Member Gio::File::make_directory_finish (const Glib::RefPtr< AsyncResult >& result)
Parameters
resultA AsyncResult.
Returns
true on successful directory creation, false otherwise.
Member Gio::File::measure_disk_usage_finish (const Glib::RefPtr< AsyncResult >& result, guint64& disk_usage, guint64& num_dirs, guint64& num_files)
Parameters
resultThe AsyncResult passed to your SlotAsyncReady.
disk_usageThe number of bytes of disk space used.
num_dirsThe number of directories encountered.
num_filesThe number of non-directories encountered.
Returns
true if successful, with the out parameters set. false otherwise, with error set.
Member Gio::File::SlotFileMeasureProgress
Member Gio::File::trash_async (const SlotAsyncReady& slot_ready, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)
Member Gio::File::trash_async (const SlotAsyncReady& slot_ready, int io_priority=Glib::PRIORITY_DEFAULT)
Member Gio::File::trash_finish (const Glib::RefPtr< AsyncResult >& result)
Parameters
resultA AsyncResult.
Returns
true on successful trash, false otherwise.
Member Gio::Menu::remove_all ()
Member Gio::MenuItem::set_action (const Glib::ustring& action)
Member Gio::MenuItem::set_icon (const Glib::RefPtr< Icon >& icon)
Parameters
iconA Icon, or 0.
Member Gio::MenuItem::unset_action_and_target ()
Member Gio::MenuItem::unset_icon ()
Member Gio::MenuItem::unset_target ()
Member Gio::SimpleAction::create (const Glib::ustring& name, const Glib::VariantBase& state)
Parameters
nameThe name of the action.
stateThe initial state of the action.
Returns
A new SimpleAction.
Member Gio::SimpleAction::create_bool (const Glib::ustring& name, bool state=false)
Parameters
nameThe name of the action.
stateThe initial state of the action.
Returns
A new SimpleAction.
Member Gio::SimpleAction::create_radio_integer (const Glib::ustring& name, gint32 initial_state)
Parameters
nameThe name of the action.
initial_stateThe initial state of the action.
Returns
A new SimpleAction.
Member Gio::SimpleAction::create_radio_string (const Glib::ustring& name, const Glib::ustring& initial_state)
Parameters
nameThe name of the action.
initial_stateThe initial state of the action.
Returns
A new SimpleAction.
Member Glib::DateTime::format (const Glib::ustring& format) const
  • \%::z: the time zone as an offset from UTC (+hh:mm:ss). This is a gnulib strftime() extension.
  • \%:::z: the time zone as an offset from UTC, with : to necessary precision (e.g., -04, +05:30). This is a gnulib strftime() extension.
  • \Z: the time zone or name or abbreviation
  • \%\%: a literal \% character
Member Glib::MainContext::invoke (const sigc::slot< bool >& slot, int priority=PRIORITY_DEFAULT)
Member Glib::Regex::get_max_lookbehind () const
Returns
The number of characters in the longest lookbehind assertion.