- Member Glib::get_user_cache_dir  ()
-   
- Member Glib::get_user_config_dir  ()
-   
- Member Glib::get_user_data_dir  ()
-   
- Class Glib::KeyFile  
-   
- Member Glib::KeyFile::get_double  (const Glib::ustring & key) const
-   
- Member Glib::KeyFile::get_double  (const Glib::ustring & group_name, const Glib::ustring & key) const
-  
- Member Glib::KeyFile::load_from_dirs  (const std::string & file, const std::vector< std::string > & search_dirs, std::string & full_path, Flags flags=Flags::NONE)
-  
- Member Glib::KeyFile::set_double_list  (const Glib::ustring & group_name, const Glib::ustring & key, const std::vector< double > & list)
-   
- Member Glib::MatchInfo::expand_references  (Glib::UStringView string_to_expand)
-  
- Member Glib::MatchInfo::fetch  (int match_num)
-  
- Member Glib::MatchInfo::fetch_all  ()
-  
- Member Glib::MatchInfo::fetch_named  (Glib::UStringView name)
-  
- Member Glib::MatchInfo::fetch_named_pos  (Glib::UStringView name, int & start_pos, int & end_pos)
-  
- Member Glib::MatchInfo::fetch_pos  (int match_num, int & start_pos, int & end_pos)
-  
- Member Glib::MatchInfo::get_match_count  () const
-  
- Member Glib::MatchInfo::get_regex  () const
-  
- Member Glib::MatchInfo::get_regex  ()
-  
- Member Glib::MatchInfo::get_string  () const
-  
- Member Glib::MatchInfo::is_partial_match  () const
-  
- Member Glib::MatchInfo::matches  () const
-  
- Member Glib::MatchInfo::next  ()
-  
- Member Glib::OptionContext::get_help  (bool main_help, const OptionGroup & group) const
-  
- Member Glib::OptionContext::set_translate_func  (const SlotTranslate & slot)
-   
- Class Glib::Regex  
-   
- Member Glib::Regex::check_replacement  (Glib::UStringView replacement, gboolean * has_references)
-  
- Member Glib::Regex::CompileFlags  
-  
- Member Glib::Regex::get_capture_count  () const
-  
- Member Glib::Regex::get_max_backref  () const
-  
- Member Glib::Regex::get_pattern  () const
-  
- Member Glib::Regex::get_string_number  (Glib::UStringView name) const
-  
- Member Glib::Regex::match  (Glib::UStringView string, gssize string_len, int start_position, Glib::MatchInfo & match_info, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::match  (Glib::UStringView string, Glib::MatchInfo & match_info, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::match_all  (Glib::UStringView string, gssize string_len, int start_position, Glib::MatchInfo & match_info, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::match_all  (Glib::UStringView string, Glib::MatchInfo & match_info, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::match_simple  (Glib::UStringView pattern, Glib::UStringView string, CompileFlags compile_options=static_cast< CompileFlags >(0), MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::MatchFlags  
-  
- Member Glib::Regex::replace  (const gchar * string, gssize string_len, int start_position, Glib::UStringView replacement, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::replace_eval  (Glib::UStringView string, gssize string_len, int start_position, MatchFlags match_options, GRegexEvalCallback eval, gpointer user_data)
-  
- Member Glib::Regex::replace_literal  (const gchar * string, gssize string_len, int start_position, Glib::UStringView replacement, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::split  (const gchar * string, gssize string_len, int start_position, MatchFlags match_options=static_cast< MatchFlags >(0), int max_tokens=0) const
-  
- Member Glib::Regex::split  (Glib::UStringView string, MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::Regex::split_simple  (Glib::UStringView pattern, Glib::UStringView string, CompileFlags compile_options=static_cast< CompileFlags >(0), MatchFlags match_options=static_cast< MatchFlags >(0))
-  
- Member Glib::RegexError::Code  
-   
- Member Glib::SignalTimeout::connect_seconds  (const sigc::slot< bool()> & slot, unsigned int interval, int priority=PRIORITY_DEFAULT)
-   
- Member Glib::UserDirectory