Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibmm2_4-devel | Distribution: SUSE Linux Framework One |
Version: 2.66.6 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Fri Mar 17 13:28:50 2023 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 42806119 | Source RPM: glibmm2_4-2.66.6-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.gtkmm.org/ | |
Summary: C++ Interface for GLib |
Glibmm is the official C++ interface for the popular cross-platform library Glib. It provides non-UI API that is not available in standard C++ and makes it possible for gtkmm to wrap GObject-based APIs.
LGPL-2.1-or-later
* Fri Mar 17 2023 bjorn.lie@gmail.com - Update to version 2.66.6: + Glib: Dispatcher: Don't warn when a Dispatcher is deleted while messages are pending. + Gio: NetworkMonitor::get_default(): Add refreturn. + gmmproc: generate_wrap_init.pl.in: Disable warning C4273 on Visual Studio. + Meson build: - Detect if we build from a git subtree. - Don't copy files with configure_file(). * Mon Sep 19 2022 bjorn.lie@gmail.com - Update to version 2.66.5: + Gio: - ListStore: Don't derive a gtkmm__GListStore GType - DBus::Proxy: get_connection(), get_interface_info(): Add refreturn. + Documentation: Gio::Action: Improve the documentation. + gmmproc: Improved handling of final types. + Build: - Meson build: Avoid unnecessary configuration warnings. - Meson/MSVC: Add more warnings to ignore. - NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created. - Use ldconfig_scriptlets macro for post(un) handling. * Fri Jun 10 2022 qkzhu@suse.com - Update to version 2.66.4: + Glib: ustring_Iterator: Don't declare copy constructor =default. The fix in the 2.66.3 release broke ABI. (Kjell Ahlstedt) Issue #98 (Scotty Trees) * Thu Oct 07 2021 bjorn.lie@gmail.com - Update to version 2.66.2: + Glib, Gio: Replace all g_quark_from_static_string() by g_quark_from_string() + Gio: - FileEnumerator: Remove refreturn to avoid memory leak - ListModel::get_object(): Make it work for interface classes + Build: MSVC build: Remove extraneous GLIBMM_API in Glib::ustring * Tue Sep 28 2021 bjorn.lie@gmail.com - Update to version 2.66.1: + Glib: Variant: Fix template constructors so they work with C++20. + Build: - Meson build: . Use relative paths to untracked/ . examples and tests: Add dependency('threads') . Make it possible to use glibmm as a subproject . No implicit_include_directories . Make quiet installations possible - MSVC build: . Export Glib::manage() . Avoid exporting classes with std::string members - [gio|glib]mmconfig.h.*: Don't dllimport on MinGW - Add glibmm2_4-docs-without-timestamp.patch: Do not add timestamps to generated doc files. * Tue Sep 28 2021 dimstar@opensuse.org - Add m4 BuildRequires: the generated gmmproc actually stores the path to m4, as detected during build. Subsequent builds of other * mm modules from git need a working setup for this. * Wed Jan 27 2021 bjorn.lie@gmail.com - Update to version 2.66.0: + Glib: - Binding: Add set_manage() and Glib::manage(). - Deprecate BalancedTree in favour of std::map and std::unordered_map. + Gio: - ListStore: Accept interfaces. - MenuAttribute: Add new enum values. - SettingsSchemaSource: Wrap new_from_directory() and list_schemas(). * Tue Dec 01 2020 bjorn.lie@gmail.com - Update to version 2.64.5: + gmmproc: Fix compatibility with gtkmm 3.24.2. + Build: Meson build: Fix Cocoa (macOS) detection. * Sat Nov 21 2020 bjorn.lie@gmail.com - Update to version 2.64.4: + Glib: PropertyProxyConnectionNode::connect_changed(): Fix using without property name. + gmmproc: - Add optional decl_prefix parameter to _WRAP_GERROR and _WRAP_ENUM. Used for adding GLIBMM_API or similar for MS Visual C++. - Allow decorating comparison operators (for Visual Studio builds). - _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignment. - Decorate private generated classes with __declspec when building with Visual Studio. - generate_wrap_init.pl.in: Use g_type_ensure(SomeClass::get_type()) to ensure that get_type() is called. + Build: - Use __declspec(dllexport) consistently when building glibmm with Visual Studio. - Meson build: Set default value of the 'warnings' option to 'min'. - Improve NMake support. - Improve Visual Studio support. - docs/reference/: Update for Doxygen >= 1.8.16. - Meson build: Fix versioning on macOS. + Documentation: - Glib::BalancedTree docs: Recommend std::map or std::unordered_map. - Meson build: Add missing Glib::Value and Variant documentation. - Add meson BuildRequires and macros, following upstreams port. - Add doxygen, graphviz-devel and xsltproc BuildRequires: Needed for building documentation. * Sun Mar 22 2020 bjorn.lie@gmail.com - Update to version 2.64.2: + Glib: build_filename(): Fix the template overload. + Build: Meson build: Install generate_extra_defs.h. - Use modern macros, tidy up spec. * Wed Mar 18 2020 bjorn.lie@gmail.com - Update to version 2.64.1: + Glib: Add missing #includes. * Wed Mar 18 2020 bjorn.lie@gmail.com - Update to version 2.64.0: + Glib: - Add get_user_runtime_dir(). - Add get_host_name(). - MainContext: Add push/pop/get_thread_default(). - Add StdStringView and UStringView. Use them in build_filename(). - Regex: match(), match_all(): Deprecate rvalue string references. - Add Glib::canonicalize_filename(). - ustring: Fix insert(iterator, In, In). + Gio: - DBus::Connection: Make the wrap() function thread-safe. - DBus::Message::get_unix_fd_list(): Add refreturn. + gmmproc: Add optional decl_prefix parameter to _CLASS_BOXEDTYPE, _CLASS_BOXEDTYPE_STATIC, _CLASS_GOBJECT, _CLASS_INTERFACE, _CLASS_OPAQUE_COPYABLE, _CLASS_OPAQUE_REFCOUNTED, _WRAP_GERROR. Used for adding GLIBMM_API or similar for MS Visual C++. + Build: - Add Meson support. - Drop gendef from Windows builds. + Documentation: - Correct spelling of spawn_async_with_pipes(). - Glib::Binding: Several doc improvements. - Glib::Binding: Explain why SlotTransform takes GValue*. - Regex: Note that Glib::ustring must be used in match methods. - Gio::AsyncResult: Improve the class description. * Wed Sep 18 2019 bjorn.lie@gmail.com - Update to version 2.62.0: + Glib: - Add ustring::make_valid() - Use convert_return_gchar_ptr_to_*() in a couple of ustring methods - Add ustring::sprintf(), wrapping g_strdup_printf() - Fix callback races in glibmm when GSource is destructed - Checksum, Datetime, TimeZone: Add Glib::Value specializations - Property: Add const get_proxy() returning ReadOnly. Getting Proxy from ReadOnly is const - Property: Update for compatibility with Gtk::Builder - Fix memory leak in Variant<std::tuple<>>::create() - Deprecate TimeVal + Gio: - Add Application::add_option_group() - DBus::Object: Fix refcounts in some vfuncs - Gio::DBus: Add ObjectProxy, ObjectSkeleton, ObjectManager, ObjectManagerClient, ObjectManagerServer - Drive, MountOperation, ThemedIcon, TlsDatabase, VolumeMonitor: Fix ownership of some lists and arrays (Fixes memory leaks and dangling pointers) - Add SocketControlMessage::add_deserialize_func() + gmmproc: Update for new glib deprecation macros + Build: Require glib-2.0 >= 2.61.2 + Documentation: - Glib::init(), Gio::init(): Improve the documentation - Glib::ustring can't always replace std::string. * Fri Mar 22 2019 bjorn.lie@gmail.com - Update to version 2.60.0: + Glib: - Add DateTime::get_timezone(), KeyFile::get_locale_for_key() and TimeZone::get_identifier(). - Add Value_RefPtrBoxed<>, Value<std::vector<string>> specializations and other Value specializations that are necessary for _WRAP_PROPERTY. - Object construction: Add custom class init and instance init functions. + Gio: - Add AppInfo::launch_uris_async() and launch_uris_async(), DBusConnection::get_flags() and property_flags(). - Settings: Add property_settings_schema(). - TlsClientConnection: Deprecate property_accepted_cas(). - ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames). - Remove NO_GTYPE from some _WRAP_ENUMs. - TlsConnection: Deprecate rehandshake API. - Application: Add signal_name_lost(). + gmmproc: Add _IS_REFCOUNTED_BOXEDTYPE. + Build: Require glib-2.0 >= 2.59.2. * Wed Mar 20 2019 bjorn.lie@gmail.com - Update to version 2.58.1: + gmmproc: - _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter. - docextract_to_xml.py: Add --exclude-file option. + Documentation: - README: Add installation instructions. - Don’t use @retval on out args, use @param[out]. * Fri Nov 30 2018 bjorn.lie@gmail.com - Update to version 2.58.0: + This release is identical to 2.56.1. * Fri Nov 30 2018 bjorn.lie@gmail.com - Update to version 2.56.1: + Glib: - ustring: Fix wchar conversion on macOS with libc++. - Avoid compiler warnings from function pointer conversions. + Gio: SocketClient: Take copy in RefPtrs for signal args. + Build: - Require glib-2.0 >= 2.55.1. - Replace the Visual Studio project files with MSVC NMake project files. * Sat Mar 31 2018 bjorn.lie@gmail.com - Update to version 2.56.0: + Glib: - Threads::Private: Fix gobj() (bgo#791711). - TimeoutSource: Use monotonic time consistently (bgo#792524). - Add RefPtr::get(). (bgo#495762). + Gio: - TlsClientConnection: Deprecate set/get/property_use_ssl3(). - DataInputStream: Deprecate read_until(). - Application: Add property_resource_base_path_string(). This is a replacement for property_resource_base_path() which can't be fixed without breaking ABI (bgo#787496). - Application: Add three set_option_context_*() methods. - DesktopAppInfo: Add get_locale_string(). + Documentation: Slightly elaborate Glib::Variant<Variant> docs (bgo#778219). + tests: - glibmm_variant: Don't use C++14 features when a C++11 compiler is used (bgo#787648). - glibmm_interface_move test: Avoid unused function warnings. + gmmproc: - _WRAP_METHOD: . Accept optional list of exceptions in errthrow (bgo#787979). . Suppress the @return section in generated documentation if return type is void (bgo#787978). - Add _MEMBER_SET_STR macro, setter for strings (bgo#793778). - Drop gcc8.patch: Fixed upstream. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Wed Feb 28 2018 dimstar@opensuse.org - Package COPYING as %license instead of %doc. * Tue Feb 27 2018 schwab@suse.de - Add gcc8.patch: add missing address operator. * Thu Sep 14 2017 zaitor@opensuse.org - Update to version 2.52.1: + Gio: TlsDatabase: Fix memory leak in a vfunc (bgo#783360). + Documentation: Update docs of get_*_name(). * Sat Jun 24 2017 zaitor@opensuse.org - Update to version 2.52.0: + Gio: UnixSocketAddress::create(): Remove the default value for the type parameter to avoid ambiguity (bgo#782592). + Gio::DBus: Proxy: Wrap call() and call_sync() methods (bgo#781818). + Documentation: RefPtr: Clarify comment about undefined behaviour. - Changes from version 2.51.7: + Glib: - SettingsSchemaKey: Add missing value/range methods (bgo#774903). - Variant: Replace throw(std::bad_cast) with noexcept(false), to fix the build with C++17 (rh#1438766). - VariantType: Deprecate first() and next(). Add get_item_types() (bgo#775741). + Gio: - ActionMap: Add add_action_with_parameter() that takes a parameter type, and deprecated the existing method, because it cannot work (bgo#774444). - SimpleAction: Make set_state() public (bgo#777953). + Build: - MacOS: Correct build without gdesktopinfo (bgo#781947). - Glib::Object: Suppress deprecation warning for g_object_newv() with glib 2.54. - Changes from version 2.51.6: + Glib: - Dispatcher: . autodeduce the type of the fd field (bgo#772074). . Don't cast a HANDLE to an int on Windows (bgo#772074). - ustring: Add cbegin() and cend(). + Gio: - Action: Include variant.h in the heaer (bgo#777953). - Application: get_default(): Correct the reference counting (bgo#779936). - Settings: . Really add set_enum() and set_flags() (bgo#774647). . Writable-change-event signal: Correct the type of the key parameter (bgo#773977). - SettingsSchemaSource: get_default(): Correct the refcounting (bgo#774593). + Gio::DBus: Proxy: Fix memory leak in get_cached_property_names() (bgo#775210). + Documentation: - Glib::Variant: Improve documentation of maybe types (bgo#778219). - Gio::ActionMap: Clarify doc of ActivateWithParameterSlot. + Build: Visual Studio builds: "Install" the .pdb files. * Wed May 31 2017 zaitor@opensuse.org - Update to version 2.50.1: + Glib: Dispatcher: Don't cast a HANDLE to an int on Windows (bgo#772074). + Gio: - Action: Include variant.h in the header (bgo#777953). - Application::get_default(): Correct the refcounting (bgo#779936). - SettingsSchemaSource: Correct the refcounting (bgo#774593). + Gio::DBus: Proxy: Fix memory leak in get_cached_property_names() (bgo#775210). + Documentation: - Glib::Variant: Improve documentation of "maybe" types (bgo#778219). - Gio::ActionMap: Clarify doc of ActivateWithParameterSlot. + Build: - C++11: Variant: Replace throw(std::bad_cast) with noexcept(false) (rh#1438766). - Visual Studio: Install the .pdb files. * Sat Dec 03 2016 jengelh@inai.de - Rectify RPM groups, replace old macros. * Fri Dec 02 2016 dimstar@opensuse.org - Rename to glibmm2_4, making space for glibmm2 to be available for the 2.52 ABI. The two versions are ready to live side-by-side. * Tue Sep 20 2016 dimstar@opensuse.org - Update to version 2.50.0: + No changes since 2.49.7. * Wed Sep 14 2016 dimstar@opensuse.org - Update to version 2.49.7: + Gio: - AppInfo: Add launch_default_for_uri_async(). - Application::get_busy(): return the bool (bgo#770304). - Drive: Add is_removable(). - Settings: . set_uiint(): Deprecate for set_uint(). . Add get/set_uint64(). . Add get/set_int64(). - giomm.h: Add include for settingsschemasource.h + Documentation: Glib::OptionGroup: Improve the documentation of add_entry(). * Fri Aug 19 2016 zaitor@opensuse.org - Update to version 2.49.5: + Glib: OptionContext: Wrap g_option_context_parse_strv(). + gmmproc: - Add DocsParser::remove_c_memory_handling_info(). - Add missing objects to glib/gio_extra_objects.defs. - Remove DocsParser::non_object_method_name(). - swap() implementations: Use std::swap(). + Documentation: Gio::SocketService: Update the class documentation. * Thu Jul 21 2016 zaitor@opensuse.org - Update to 2.49.4: + glib: Replace some use of some deprecated libsigc++ API. + Build: Really enable silent builds (bgo#768797). * Mon Jun 27 2016 zaitor@opensuse.org - Update to version 2.49.2: + Gio: - FilterInputStream: Added a constructor (bgo#572471). - FilterOutputStream: Correct the property_base_stream() return type (bgo#572471, bgo#572471). - InputStream: Added a constructor, is_closed(), has_pending(), set_pending(), clear_pending() (bgo#572471). - OutputStream: Added a constructor, is_closed(), is_closing(), has_pending(), set_pending(), and clear_pending() (bgo#572471). - Pollable, InputStream, OutputStream: Return -1 on error in vfuncs. + gmmproc: - Make h2def.py recognize some GDK_PIXBUF macros. - Add optional argument err_return_value in _WRAP_VFUNC. + Build: Visual Studio build files: Update projects. * Thu Jun 02 2016 zaitor@opensuse.org - Update to version 2.49.1: + gmmproc: - Discard unused m4 sections. - Add 'deprecated' option in _WRAP_ENUM and _WRAP_GERROR. - _CLASS_GOBJECT(): Allow custom move operation implementations with _CUSTOM_MOVE_OPERATION() (bgo#756593). + Gio: - Added ListModel, ListStoreBase and ListStore<>, and tests (bgo#755307). - SocketAddress: Correct the constructor's implemention (bgo#766150). + Gio:DBus: Proxy: allow using GDBusProxy* conversion outside DBus namespace. + Glib: - FileAtrributeInfoList, Checksum, Module, RefPtr: Make operator bool explicit. - Property: Allow to set property nick, blurb, and flags (bgo#755256). - VariantBase: Add explicit operator bool(), deprecating operator const void*. + Documentation: Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax. * Fri Apr 15 2016 idonmez@suse.com - Update to GNOME 3.20 Fate#318572 * Thu Mar 31 2016 zaitor@opensuse.org - Update to version 2.48.1: + MacOS X: Add alternative #ifdefed code when thread_local is not supported by the compiler (bgo#759791). + Replace most typedefs with the C++11 using keyword. * Tue Mar 29 2016 zaitor@opensuse.org - Update to version 2.48.0: + Regenerate docs.xml files. + Regenerate gio .defs. * Fri Mar 18 2016 dimstar@opensuse.org - Update to version 2.47.92: + Adapt to libsigc++-2.0 2.8: - using only the non-deprecated sigc::mem_fun() API. - using std::ref instead of deprecated sigc::ref. - Correct bad uses of sigc::bind<1>. + gmmproc: - defs generation: Mark deprecated signals and properties as such in the generated .defs file. - gmmproc: Check if signals and properties are deprecated appropriately. + Build: * MSVC builds: Look for includes in include/gio-win32-2.0. * Tue Mar 01 2016 zaitor@opensuse.org - Update to version 2.47.6: + Glib: - Add and uses Glib::c_str_or_nullptr() (bgo#755245). - Add some connect() overloads that move the sigc::slot. - Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declaration (bgo#761046). - Replace, via deprecation, ScopedPtr with make_unique_ptr_gfree() (bgo#760223). - SignalProxy: use variadic templates. - ustring: Add move operators (bgo#760282). - Put deprecation ifdefs around aleady-deprecated GLIBMM_INITIALIZE_STRUCT. + Gio: - FileInfo::list_attributes(): Make name_space optional. - Icon: Add serialize(), deserialize() and documentation of create(). - PropertyBase: Make custom properties more flexible (bgo#731484). - SocketConnectable: Add to_string(). + Gio::DBus:: Connection: Pass an empty bus name as nullptr. + gmmproc: - Fix errthrow in _WRAP_VFUNC (bgo#762437). - Add NULL option to _WRAP_METHOD. - h2def.py: Accept parameter names beginning with const. + Build: - Use some more minor C++11 features. - Threads example: Fix build on Visual Studio (bgo#760612). - glibmmconfig.h.in: Fix Visual Studio 2013 builds (bgo#760612). - Glib::ustring: fix -Wmisleading-indentation gcc 6 warning in public header (bgo#760641). + Other: Reformat our hand-written C++ code with clang-format. * Sun Dec 20 2015 damjanovic.ivo@gmail.com - Update to version 2.47.7: + Glib: - ustring: Don't allow comparison to 0 (bgo#572978). + Gio: - ActionMap: Fix the ref count in lookup_action_vfunc() (bgo#758813). + Build: - Dispatcher: #include <mutex> in Windows builds (bgo#758894). - Gio::Application: Destructor: Use noexcept in the implementation too (bgo#758798). - Fix the build with --disable-deprecated-api. * Sun Nov 29 2015 zaitor@opensuse.org - Update to version 2.47.3.1: + Use thread_local instead of (deprecated) Glib::Threads::Private. - Changes from version 2.47.3: + Deprecate all of Glib::Threads, including Mutex, Lock, Thread, etc. + Deprecated Glib::ThreadPool. * Tue Nov 24 2015 zaitor@opensuse.org - Update to version 2.46.2: + ObjectBase, Object, Interface: Correct move constructors and move assignment operators (bgo#756962). * Wed Sep 30 2015 zaitor@opensuse.org - Update to version 2.46.1: + mmmproc: _CLASS_GOBJECT(): Move the "= delete"ed constructor and operator= to public, instead of private. - Changes from version 2.46.0: + Glib:: - RefPtr: Make it possible to stop use of RefPtr with certain classes (bgo#755048). - WeakRef: Use noexcept (bgo#583399). + Gio: Application: Remove bind/unbind_busy_property() because they are not quite ready. + Gio::Dbus: Connection::signal_subscribe(): Pass nullptr instead of "". * Fri Sep 18 2015 zaitor@opensuse.org - Update to version 2.45.80: + Gio: - Application: Add bind/unbind_busy_property() and set_state_hint(). - TlsClientConnection: Add copy_session_state(). + Build: - MSVC Builds: . Require MSVC.Net 2013 for C++11 support (bgo#753271). . Adapt for recent source code changes (bgo#753271). . Improve Build Speed and Debugging Experience. * Fri Sep 11 2015 dimstar@opensuse.org - Add patch tags. * Fri Sep 04 2015 zaitor@opensuse.org - Update to version 2.45.70: + Glib: - C++11: . Add move operations to ObjectBase and Object. . RefPtr: Make methods noexcept. + gmmproc: - C++11: . Generate move operations. . More use of = delete instead of private copy operations. . Use std::stoul instead of strtoul. - C++11: IOChannel: move operations: Call the base sigc::trackable. - C++11: Markup: Add move operations. + Documentation: - Update configuration for Doxygen 1.8.9.1. - Exclude bogus documentation symbols. - Generate documentation for API all platforms. - Changes from version 2.45.52: + Glib:: - C++11: Glib::ObjectBase, Object, Interface: Add move operators. - C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final. + Gio: FileIcon: Remove unncessary IMPLEMENTS_INTERFACE. + gmmproc: - _CLASS_GOBJECT(): Generate move operations. - _CLASS_INTERFACE(): Generate move operations. - _CLASS_BOXEDTYPE_STATIC(): Add move operations. - _CLASS_BOXEDTYPE_STATIC: Add explicit copy operations. - _CLASS_OPAQUE_COPYABLE(): Add move operations. - _CLASS_OPAQUE_COPYABLE: Generate static swap(). - _CLASS_OPAQUE_REFCOUNTED: Use = delete for the default constructor. * Thu Aug 20 2015 zaitor@opensuse.org - Update to version 2.45.50: + Glib: RefPtr: - Add move constructor and move assignment operator for castable types (bgo#752812). - Add release(): (bgo#752812). - move assignment operator: Use swap() (bgo#752812). + Gio: - NetworkMonitor: Add get_network_metered() and property. - SocketService: Add active property. + General: C++11: Boxed types: Declare move operations as noexcept. + Build: - Update Visual Studio project to Visual Studio 2013, for C++11 support. - Improve gen_scripts. + gmmproc: generate_wrap_init.pl: Allow use of nested namespaces for whole module (bgo#753013). * Fri Jul 31 2015 zaitor@opensuse.org - Update to version 2.45.40: + Glib: RefPtr: Add move constructor and move assignment operator. + Gio: Application: Add the shutdown signal (bgo#752600). + Build: - C++11: . Use noexcept instead of throw(). . Use "= delete" instead of private copy constructors/operator=. . Use nullptr instead of 0. . C++11: Use the override keyword. - Changes from version 2.45.31: + Glib: HelperList: fix iterator check in operator[] (bgo#751530). + Build: - Use (and require) C++11. - Use some simple C++11 syntax. - Fix the build with -Wshadow. + gmmproc: - Generate code that uses some simple C++11 syntax. - _WRAP_SIGNAL: Accept apostrophes in a preceding comment. - Changes from version 2.45.3: + Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource. + Deprecate HelperList and SArray because nothing uses them. + Build: Don't disable more deprecation warnings than necessary (bgo#750379). + gmmproc: - _WRAP_METHOD: deprecated: Use G_GNUC_[BEGIN|END]_IGNORE_DEPRECATIONS per function, instead of one big undef [G|GDK|GTK]_DISABLE_DEPRECATED (bgo#750379). - Remove GP_LIST, because nothing uses it. - Drop fix-deprecated-extra_object_base_data_mutex-auto_ptr.patch: Fixed upstream. * Fri Jul 31 2015 novell@tower-net.de - Added fix-deprecated-extra_object_base_data_mutex-auto_ptr.patch + fixes gcc5 warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] * Tue Mar 24 2015 dimstar@opensuse.org - Update to version 2.44.0: + Gio: Action, ActionGroup: Avoid memory leaks in funcs (bgo#705124). + gmmproc: _WRAP_VFUNC(): Add keep_return parameter (bgo#705124). * Sat Mar 07 2015 zaitor@opensuse.org - Update to version 2.43.91: + Glib: OptionContext: Add get/set_strict_posix(). + Gio: Application: - Add get/set/unset_resource_base_path() and property. - Add get_is_busy() and property. + File: Add replace_contents_bytes_aync(). + InputStream: Add read_all_async() and read_all_finish(). + MemoryInputStream: Add add_bytes(). + OutputStream: Add write_all_async() and write_all_finish(). + Gio::DBus InterfaceInfo: Add cache_build() and cache_release(). * Sat Feb 28 2015 dimstar@opensuse.org - Update to version 2.43.90: + Glib: - Error::register_init(): Call Glib::wrap_register_init(). (bgo#743466). - OptionGroup: . Fix enable/disable bool option pairs (bgo#744854). . Fix memory leaks (bgo#745173). . Don't use deprecate g_option_group_free(). - Value: Deprecate Value<char>, add Value<signed char>. + Gio: - Application: Deprecate property_action_group(). - Notification: Add set_priority() and enum NotificationPriority. - Add TcpWrapperConnection. - UnixSocketAddress: Deprecate property_abstract(). + gmmproc: - Fix error messages in glib and gio by removing unnecessary _IGNORES(). - h2def.py: Remove *_DEPRECATED_IN_*_*_FOR(*) prefixes with white space. - Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes (bgo#743918). * Wed Jan 28 2015 zaitor@opensuse.org - Update to version 2.43.3: + Glib: - Binding: Rename and change BindingTransformSlot to SlotTransform. (bgo#738663). - Add SlotSpawnChildSetup (bgo#528285). + Documentation: Resource: Suppress incorrect doxygen links. * Sun Dec 21 2014 zaitor@opensuse.org - Update to version 2.43.2: + Gio: - Added NetworkMonitor. - UnixFDList, UnixFDMessage: Correct array lengths in steal_fds() (bgo#741365). + gmmproc: - Don't make one very long line for the enum documentation. - Improve the conversion of Since to @newin. - Add an empty line after @newin where it's missing. - Changes from version 2.43.1: + gmmproc: - Tidy up the generation of enum docs. - _WRAP_GERROR: Add documentation to the generated enum Code. - Change messages that MS Visual Studio can misunderstand. - Warn when an ignored method or signal doesn't exist (bgo#737212). + Glib: - Add Binding (bgo#738663). - Checksum::ChecksumType: Remove erroneous documentation. - Property: Add some documentation (bgo#523043). + Gio: Add Resource. * Tue Sep 23 2014 dimstar@opensuse.org - Update to version 2.42.0: + Gio: Notification: Deprecate set_urgent(). + Tools: h2def.py: fixed generator in case of inline functions (bgo#736427). + Build system fixes. * Mon Sep 15 2014 zaitor@opensuse.org - Update to version 2.41.4: + gmmproc: - Added parameter exception_handler in _WRAP_VFUNC() (bgo#735132). - Better error checks in some _WRAP_* macros. + Build: - Update and overhaul of Visual Studio 2010 and Visual Studio 2008 project build files. - Gio::DBus: Don't use parameter name 'interface' to fix the build with MinGW (bgo#735137). * Fri Aug 22 2014 dimstar@opensuse.org - Update to version 2.41.3: + Updated documentation (bgo#734094). * Tue Jul 29 2014 dimstar@opensuse.org - Update to version 2.41.2: + Gio: - Menu: Allow detailed_action == null (bgo#733203). - Add Permission and SimplePermission (bgo#732436). + Glib: - Make custom interface properties instance data (bgo#732746). - PropertyBase: Use g_object_notify_by_pspec() instead of g_object_notify() (bgo#731484). + gmmproc: - Add support for GtkContainer child properties. - _WRAP_METHOD: Allow multi-word parameter types such as unsigned int. * Sat Jul 12 2014 dimstar@opensuse.org - Update to version 2.41.1: + Gio: - Application: Deprecate set_action_group(). - DesktopAppInfo: Deprecate set_desktop_env(). - Settings: Deprecate list_schemas(), range_check() and property_schema(). - TlsConnection: Deprecate [set|get]_use_system_certdb() and property_use_system_certdb(). - VolumeMonitor: Deprecate adopt_orphan_mount(). + Glib: - Keyfile: Deprecate one of the load_from_dirs() methods. - ValueArray: Deprecated. + tests: Test custom properties and an interface with properties. + Documentation: Add a blank line after @deprecated and @newin to help doxygen. - Changes from version 2.41.0: + Glib: - Keyfile: Add save_to_file(). - Add VariantDict. + Gio: - Action: Add parse_detailed_name() and parse_detailed_name_variant(). - Application: Add the handle-local-options signal. - ApplicationCommandline: Add get_options_dict(). - MenuModel: Add signal_items_changed(). - MemoryInputStream: Add add_data() taking a sigc::slot, with a test. - Add Notification. - Settings: Add get_user_value() and get_default_value(). - Socket: Add get/set_option(). - TlsInteraction: Add invoke_request_certificate(), request_certificate(), request_certificate_async() and request_certificate_finish(). * Sun Apr 13 2014 zaitor@opensuse.org - Update to version 2.40.0: + VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value. + gmmproc: Small improvement of enum documentation. + Windows: Update the visual Studio build files. * Sat Apr 05 2014 zaitor@opensuse.org - Update to version 2.39.93: + Glib: - Keyfile: Add save_to_file(). - Add VariantDict. - Variant: Remove the now-unnecessary local g_variant_parse_error_quark() (bgo#727554). + Gio: - Application: Add the handle-local-options signal. - ApplicationCommandline: Add get_options_dict(). - Settings: Add get_user_value() and get_default_value(). - Socket: Add get/set_option(). - TlsInteraction: Add invoke_request_certificate(), request_certificate(), request_certificate_async() and request_certificate_finish(). + Build: - h2def.py: . Handle *_DEPRECATED_IN_* and AVAILABLE_IN_* with 0 digits. . Also strip *_DEPRECATE_IN_*_FOR () without a space. - Visual Studio Projects: Update giomm Projects. * Wed Apr 02 2014 dimstar@opensuse.org - Update to version 2.39.92: + Gio: Application: Add add_main_option_entry() and add_option_group(). + Documentation: Glib::ustring: Say more clearly that it must be only UTF-8 (bgo#681560). + Build: win32: Surround content_type_get_symbolic_icon() with ifdefs. * Wed Apr 02 2014 dimstar@opensuse.org - Update to version 2.39.91: + Documenation: Improve Gio::Socket documentation. * Wed Apr 02 2014 zaitor@opensuse.org - Update to version 2.39.4: + Gio - Action: . Add parse_detailed_name() and parse_detailed_name_variant(). . Fix activate(const Glib::Variant<T_Value>& value) (bgo#722896). - MenuModel: Add signal_items_changed(). - MemoryInputStream: Add add_data() taking a sigc::slot, with a test (bgo#609946). - MenuModel: Add signal_items_changed(). - Add Notification (bgo#722896). + Documentation: - Fix some doxygen warnings. - Don't change NULL to 0 in docs, when it's part of a longer name. - OptionContext: Add API documentation based on the C docs. * Wed Apr 02 2014 zaitor@opensuse.org - Update to version 2.39.3: + Documentation improvements. + Fix a test on IPv6 systems. * Wed Apr 02 2014 dimstar@opensuse.org - Drop old tarball. * Mon Nov 18 2013 dimstar@opensuse.org - Update to version 2.38.1 (bnc#849913): + Gio::ActionGroup: Remove a nonsensical check that clang complains about, correctly (bgo#709963). + Updated documentation. * Fri Oct 11 2013 dimstar@opensuse.org - Update to version 2.38.0: + Glib: - ByteArray: . Fix refcount problems. . Add some tests for methods returning self. + Gio: - Action: . Add an activate() method that takes no parameter. . print_detailed_name(): Remove the action_name parameter. - ActionGroup: activate_action(): Add a method overload that takes no parameter parameter. - ActionMap: Fix a reference-counting problem. - MenuItem: . Add set_action(), unset_target() and unset_action_and_target(). . get/set_attribute(): Deprecated for get/set_attribute_value() methods. - Settings: Add create_action(). * Fri Sep 20 2013 dimstar@opensuse.org - Update to version 2.37.93: + Gio: - ActionMap: lookup_action(): Fix the reference counting. - File: Add measure_disk_usage() and measure_disk_usage_async(). - Settings: Add get/set_uint(). - Add VariantParseError. Because it is thrown by GtkBuilder, at least for now. + Build fixes. * Wed Sep 11 2013 dimstar@opensuse.org - Update to version 2.37.7: + Gio: Menu: Add insert/append/prepend_section() with no label parameter. + gmmproc: - Pass NULL to C function calls for optional empty strings (bgo#686909, bgo#702456). - Add parameter return_value in _WRAP_VFUNC (bgo#705699). + Build: Update Visual Studio Projects. * Wed Aug 28 2013 dimstar@opensuse.org - Update to version 2.37.6: + Gio: - Action: . Make get_state() templated. . get_state_hint(): Correct a check. . Add templated change_state() and activate(). . print_detailed_name() Make this templated. + ActionGroup: Add templated getters. + ActionMap: add_action_radio_*(): Use better Slot types. + SimpleAction: - Make set_state() protected. - add_action() now takes a slot with no parameter. Added add_action_with_parameter(). + SimpleActionGroup: - lookup(): Add a const version and use refreturn. - Deprecate all methods, because they just call methods in the base ActionMap. The C functions are now deprecated too (bgo#705600). + gmmproc: Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'. * Tue Aug 06 2013 dimstar@opensuse.org - Update to version 2.37.5: + Object: Add interfaces to custom types before class_init. + DateTime: Fix compare() and equal() (bgo#704639). + Regex: Add get_max_lookbehind(). + Variant: Fix memory leaks (bgo#704851). + Gio: - Action: . get_state() and get_state_hint() now return something. . Add get_state_bool() and change_state(bool). . Add create_radio_string() and create_radio_integer() for radio items, though we might change this API lots. - ActionMap: . Add add_action(name, slot). . Add add_action_radio_string() and add_action_radio_integer() for radio items, though we might change this API lots. - Application: Add mark/unmark_busy(). - DesktopInfo: Add list_actions(), launch_action() and get_action_name(). - File: Add trash_async(), trash_finish(), make_directory_async() and make_directory_finish(). - Menu: Add remove_all(). - MenuItem: . Add set/unset_icon(). . Reimplement the constructors (bgo#705199). - SimpleAction: . set_enabled(): Add default parameter value. . Add constructors and create_bool() methods that take a bool instead of a VariantBase for the state, to make it easier to deal with toggle actions. + Updated documentations. + Build fixes. * Wed Jul 10 2013 dimstar@opensuse.org - Update to version 2.37.4: + glibmm: Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT. + giomm: Add Gio::DBus::InterfaceSkeleton. + gmmproc: - docextract_to_xml.py: Add '⇒' to the list of escape sequences. - Add _WRAP_ENUM_DOCS_ONLY() and simplify enum docs process (bgo#703155). - gmmproc: Use GMMPROC_RETURN_MISMATCHES environment variable. - Write glibmm version in generated files (bgo#697835, bgo#700495). + Build: Move to a generated ChangeLog. * Thu May 02 2013 dimstar@opensuse.org - Update to version 2.36.2: + Revert this change from 2.36.1, which should not have appeared in a stable release yet: - Custom Interfaces: Implement derived interface properties. * Wed May 01 2013 dimstar@opensuse.org - Update to version 2.36.1: + Custom Interfaces: Implement derived interface properties. + gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func(). + Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly. * Tue Apr 16 2013 dimstar@opensuse.org - Update to version 2.36.0: + GLib: - ByteArray: . Add size() and get_data(). . Add a Glib::Value<> template specialization. - VariantBase: Add check_format_string(). + Gio: - ApplicationCommandLine: Add get_stdin() and create_file_for_arg(). - AsyncResult: Added is_tagged(). - Credentials: Add get_unix_pid(). - DesktopAppInfo: Add has_key(), get_string() and get_boolean(). - FileEnumerator: Add get_child(). - FileInfo: Add get_deletion_date(). - SocketClient: Add get/set_tls(), get/set_tls_validation_flags(), get/set_proxy_resolver(). + gmmproc: - Verify that void methods should not return a value (bgo#696364). - Parse the argument list of methods correctly. + Build: - Visual Studio Projects: Fix and update. - Add a test of implementing an interface, to detect the problem in glib 2.36.0 and the expected problem with glib >= 2.37.0 (bgo#697229). * Tue Mar 19 2013 dimstar@opensuse.org - Update to version 2.35.9: + Glib: - Add edByteArray, because it is used in the GTls* API. - AppInfo::get_all(): Fix ownerships (bgo#694505). + Gio: - TlsFileDatabase: Add the create() method. - TlsCertificate: Add the certificate property. - TlsClientConnection: Add get_accepted_cas() and the "accepted-cas" property. - TlsDatabase: Add the lookup_certificates_issued_by*() methods and virtual functions. - TlsInteraction: Add the virtual functions. * Tue Feb 26 2013 dimstar@opensuse.org - Update to version 2.35.8: + Glib: - Resolver: Add lookup_records(), lookup_records_async() and lookup_records_finish(). - Signal*::connect(): Make them less thread-unsafe (bgo#396958) - Threads: Add create(slot, name) to create named threads (bgo#689863). - Variant: Allow containing complex types in arrays and in variants. - Variant: Don't refsink variants created using the custom cast ctor. - Variant< std::vector<std::string> >: Add create_from_object_paths(). - VariantBase: Add operator for BoolExpr (const void*) (bgo#690121). - VariantType: Add create_tuple() (bgo#688682). - VariantType: Correct the referencing in the create*() methods (bgo#688440). + Gio: - AppInfo: Add create_duplicate(). - DesktopAppInfo: Add some new getter methods. - File: Remove refreturn to avoid memory leaks (bgo#691606). - MemoryOutputStream: Add the steal_as_bytes() method. - SimpleAction: Fix stateful action constructor typo, allowing use (bgo#690122). - SocketConnection: Add connect*() and is_connected() methods. - ThemedIcon: Wrap the "names" property. - Add TlsConnection, TlsClient, TlsServer, TlsDatabase, TlsCertificate, TlsPassword, TlsFileDatabase and TlsInteraction. - UnixConnection: Add [receive|send]_credentials_[async|finish](). + Gio::DBus: - DBus::[Connection|Proxy]: Use ifdefs for the UnixFDList call*() methods. + gmmproc: - _WRAP_VFUNC: Support the wrapping of slots. - _WRAP_METHOD: Support wrapping methods with slots. - _WRAP_METHOD: Ensure that slot parameters can be optional. - _WRAP_[CREATE|CTOR|METHOD]: Allow any order of {} options. - _WRAP_ENUM: Skip enum constants whose names are deleted. - _WRAP_CTOR: Handle *_new() functions with a final GError**. + Updated documentations. + Build fixes. * Mon Nov 05 2012 dimstar@opensuse.org - Update to version 2.34.1: + Gio: - Corrected an ABI class-size break in MountOperation. - ContentType: Actually implement content_type_get_symbolic_icon() name. + gmmproc: - Improve documentation generation. * Mon Oct 22 2012 zaitor@opensuse.org - Update to version 2.34.0: + Some minor documentation improvements. - Drop packaging INSTALL file, as this is not needed for an rpm. * Wed Oct 17 2012 zaitor@opensuse.org - Update to version 2.33.14: + Glib: - RegEx: Add get_has_cr_or_lf(). - VariantIter: Add init() method. + Gio: - ActionGroup: Add the query_action() methods. - FileAttributeMatcher: Add create_difference() and to_string(). - FileInfo: Add has_namespace(), [get|set]_attribute_status(), and [get|set]_attribute_strings(). - IOStream: Add splice_async() splice_finish(). + MenuItem: - Add get_attribute(). + MountOperation: - Wrap the "show-unmount-progess" signal. + Proxy: Add call(), call_sync() and call_finish() for unix_fd_list. + gmmproc: - Make the output param feature work for single indirection. bgo#662371. - Add 3-argument @newin. * Tue Sep 25 2012 dimstar@opensuse.org - Update to version 2.33.13: + Build: - Use std::time_t instead of ::time_t instead of ::time_t. - Use std::size_t and std::ptrdiff_t instead of ::size_t and ::ptrdiff_t. + Gio: - AppLaunchContext: Add setenv(), unsetenv() and get_environment(). - File: Add remove_async() and remove_finish(). - Add e ConverterInputStream and ConverterOutputStream. - Add PollableInputStream and PollableOutputStream. + Gio::DBus: - Connection: Add the call_[finish|sync]() with UnixFDLists. (bgo#662371) + gmmproc: - Add a _NO_WRAP_INIT_REGISTRATION macro (bgo#684006) - _CLASS_GOBJECT: Allow classes to have custom wrap() functions (bgo#684006) - _WRAP_METHOD: Allow setting parameters from C output params. (bgo#662371) - Prepend a Doxygen @throws clause to the declaration of virtual functions that throw Glib::Error. - Improve the search for unwrapped methods. * Mon Sep 10 2012 dimstar@opensuse.org - Update to version 2.33.12: + Gio: - Add Converter, ZlibCompressor, ZlibDecompressor and CharsetConverter classes. - AppInfo: Added get_display_name(), set_as_last_used_for_type() and get_supported_types(). - Application: Added get_dbus_connection() and get_dbus_object_path(). - ContentType: . get_icon(): Fix a refcount error. . Added get_symbolic_icon(). - DBusAuthObserver: Added allow_mechanism(). - Drive: Added get_symbolic_icon(). - FileInfo: Added get_symbolic_icon(). - Menu: Added append_section(). - MenuItem: Added get_link(). - MenuModel: Added is_mutable() and get_n_items(). - Mount: Added get_symbolic_icon(). - ProxyAddress: Added get_destination_protocol() and get_uri(). - Socket: Added get_available_bytes(), get_ttl(), set_ttl(), get_broadcast(), set_broadcast(), get_multicast_loopback(), set_multicast_loopback(), get_multicast_ttl(), set_multicast_ttl(), join_multicast_group(), leave_multicast_group() and properties. - Volume: . Added get_symbolic_icon(). . Added get_sort_key(). + gmmproc: - _WRAP_VFUNC: Handle virtual functions that throw GErrors. (bgo#683460) - Changes from version 2.33.4: + Glib: - KeyFile: Correct the load_from_dirs() implementation. - Variant: Make sure that we always sink the initial reference. (bgo#680407) - VariantType: peek_string(): Correct this to handle the non-null-terminated result from g_variant_type_peek_string(). - Threads::Mutex, RecMutex: Add wrap() functions (bgo#483790) + gmmproc: - Add _CUSTOM_CTOR_CAST + Updated documentation (bgo#670212) * Wed Jul 18 2012 dimstar@opensuse.org - Update to version 2.33.3: + Glib: Added the Bytes class, wrapping GBytes. + Gio: - InetSocketAddress: Added get_flowinfo() and get_scope_id() - OutputStream: Added write_bytes(), write_bytes_async() and write_bytes_finish(). - InputStream: Added read_bytes(), read_bytes_async() and read_bytes_finish(). + Gio::DBus: Connection: Added get_last_serial() + gmmproc: Add _INCLUDE_IN_WRAP_INIT, _GMMPROC_WRAP_CONDITIONALLY * Sun Jul 15 2012 dimstar@opensuse.org - Update to version 2.33.2: + Added some enum values and documentation. - Changes from version 2.33.1: + Gio: - Application: . Allow the application ID to be empty. . Pass 0 (NULL) rather than "" to GApplication. - Add Resource (bgo#674545) + Glib: - Miscutils: get_system_data_dirs(), get_system_config_dirs(): Return early when the C function returns NULL. - Thread::RecMutex: Don't initialize this as a GStaticMutex. (bgo#677291) - Documentation: Don't hide add_exception_handler() documentation. * Sat Jul 14 2012 zaitor@opensuse.org - Update to version 2.32.1: + Gio: - Application: Pass 0 (NULL) rather than "" to GApplication. + Glib: - Miscutils: get_system_data_dirs(), get_system_config_dirs(): Return early when the C function returns NULL. - Thread::RecMutex: Don't initialize this as a GStaticMutex. (Deprecated anyway) (bgo#677291). + Documentation: - Don't hide add_exception_handler() documentation. - Really hide the GCheckSum type from the documentation. * Tue Apr 10 2012 vuntz@opensuse.org - Update to version 2.32.0: + Glib: - Dispatcher: Don't send messages to a deleted Dispatcher (bgo#651942). - Make SignalTimeout/SignalIdle::connect_once() more thread safe (bgo#396963). - Document Glib::Property and Glib::PropertyBase (bgo#673291). + gmmproc: - Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE (bgo#511136, comment 20). - Generate the documentation of default constructors of interface classes (bgo#673213). + Build: - Update Visual Studio projects. * Wed Mar 28 2012 vuntz@opensuse.org - Update to version 2.31.22: + Glib: - Threads, Dispatcher: Delete DispatchNotifier (bgo#671587). + Gio: - Action: Ensure vfunc callbacks return valid memory. - ActionGroup: list_actions_vfunc(): Do not return freed memory. - Move AppLaunchContext into its own header file. - Add Menu and MenuItem. - SimpleAction: Constructor: Add a parameter that takes no VariantType. + Gio::DBus: - Object: Ensure vfunc callbacks return valid memory. - Add the Interface and Object interfaces. + gmmproc: - _WRAP_SIGNAL() can now take an optional deprecated parameter, like _WRAP_METHOD() and _WRAP_PROPERTY(). - _WRAP_PROPERTY(): Correct the ifdefs in generated code when using the optional deprecated parameter. + Other: - Dispatcher examples: Use Glib::signal_idle().connect_once() (bgo#396963). - Some fixes for minor clang++ warnings. * Thu Mar 08 2012 vuntz@opensuse.org - Update to version 2.31.20: + Glib: - Fix exceptions thrown by Thread::create() and Threads::Thread::create (bgo#640029). - Fix the build with --disable-deprecated-api (bgo#640029). + Gio: - Application: Add quit(). + Gio::DBus: - DBus::Error, DBus::Proxy: Fix interaction with generate_wrap_init.pl (bgo#640029). - Documentation: Signal*: Better description of the connect*() methods (bgo#669906). + gmmproc and tools: - gmmproc: Allow destructors to be documented (bgo#668918). - docextract_to_xml.py: Generate signal documentation too (bgo#668918). - Add some scripts to regenerate the .defs files. - generate_wrap_init.pl: Improve reg. of exception classes in sub-namespaces and improve it for deprecated files and sub-namespaces (bgo#640029). - h2defs.py: Ignore the new GDK_AVAILABLE_IN_* macros. * Mon Feb 27 2012 vuntz@opensuse.org - Update to version 2.31.18.1: + gmmproc: - h2def.py: Handle types such as 'const gchar* const *' for functions. - _WRAP_PROPERTY(): Allow properties to be deprecated. + Gio: - Application: Derive from the ActionGroup interface. - Application: Add missing virtual functions and get/set_default() methods. - Add MenuModel, MenuAttribute, MenuLink and MenuIter. + Gio::DBus: - ActionGroup, MenuModel: Have get() methods instead of create() methods (bgo#637445). - Add DBus::MenuModel. - Connection: Add the MenuModel export/unexport methods. - Add class documentation. * Tue Feb 21 2012 vuntz@opensuse.org - Update to version 2.31.18: + Gio: - Add the ActionMap interface. + Gio::Dbus: - Add the ActionGroup classe. - Connection: Add the ActionGroup export/unexport methods. + Glib: - Add the RemoteActionGroup classes. + gmmproc: - h2def.py: Handle deprecated functions. - docs: Remove possible parenthesis in gtk-doc signal references (bgo#668918). * Wed Feb 15 2012 vuntz@opensuse.org - Update to version 2.31.16.1: + gmmproc (docs): - Add documentation to wrapped signals (bgo#668918). - Convert signal and property names correctly (bgo#668918). - Add some HTML entity conversions. - Translate the <itemizedlist> tags in docs correctly. * Tue Feb 07 2012 vuntz@opensuse.org - Update to version 2.31.16: + Build: - Dispatcher: Fix the build on win32. - thread.h: Move calls to deprecated glib functions into thread.cc. - Remove xz BuildRequires now that it comes for free in the build system. * Fri Nov 25 2011 dimstar@opensuse.org - Update to version 2.31.2: + glibmm: - Add Glib::Threads::* in threads.h, deprecating everything in thread.h. - Avoid compiler warnings when using -std=c++0x with g++. + giomm: - drive: Add get_sort_key(). - EmblemedIcon: Add clear_emblems(). - FileIcon: Add the "file" property. - InetAddress: Add address_equal(). - Mount: Add get_sort_key(). - Socket: Add the "timeout" property. - SocketAddress: Add the "family" property. + gmmproc: - C example code removal: Also remove code in </programlisting> tags. - Ensure template parameter has a space before to avoid trigraphs. [bgo#663303] + Examples: - Avoid use of the now-deprecated API. - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details. * Fri Oct 28 2011 dimstar@opensuse.org - Update to version 2.31.0.2: + gthread.h: Move the deprecation ifdefs to avoid affecting non-deprecated API. * Fri Oct 28 2011 dimstar@opensuse.org - Update to version 2.31.0.1: + Avoid deprecation compiler warnings in glibmm and projects using glibmm. + Move IOCondition from main.h to iochannel.h. + Don't include <glibmm.h> via init.h or wrap_init.h. + gmmproc: - Don't include C code examples found in the XML docs - Don't include <glibmm.h> by default in generated files. + Bugs fixed: bgo#650544, bgo#662597 - Changes from version 2.31.0: + Glib: - Date: set_time(): Use g_date_set_time_t() instead of g_date_set_time(). - Thread: Deprecated thread_init(), Thread::joinable(), * _priority(), etc. - Threads are always enabled in glib now, and thread_init() does nothing. - VariantContainerBase: Add create_maybe(). + Gio: - DataInputStream: Add read_line_utf8() and read_line_finish_utf8(). - DBus::MethodInvocation: Add UnixFDList return_value() method overload. - Re-add Application and related class so they can be finished. - ApplicationCommandLine: Add the get_platform_data() method. - SimpleAction: Wrap the signals and properties. + gmmproc: - Fix h2def.py not parsing function starting with G_GNUC_* macros. [bgo#660225] - _WRAP_METHOD: Allow return types to have commas. [bgo#661401] - _WRAP_METHOD: Use {OUT} instead of {RET} for output params. - Remove M4 warnings due to commas in return types. * Tue Sep 27 2011 vuntz@opensuse.org - Update to version 2.30.0: + giomm: - DBus::Server: Add constructors. - Remove Application and friends, because they are still not ready. + Documentation: - gmmproc: DocParser: Correct the removal of link tags. * Tue Sep 06 2011 vuntz@opensuse.org - Update to version 2.29.13: + giomm: - Variant< std::vector<std::string> >: Ensure correct creation (bgo#657030). + gmmproc: - Correct handling of constversion etc. in _WRAP_METHOD, avoiding side-effects on other _WRAP_METHOD() calls in the same .hg file (bgo#657751). * Wed Aug 31 2011 vuntz@opensuse.org - Update to version 2.29.12: + Gio::Application: - Add back Gio::Application and friends so we can try to finish them. - local_command_line_vfunc(): Use references for parameters (bgo#643478). + Gio::TimeZoneMonitor: Remove because it was removed in glib. + Build: configure: Require the latest libsigc++ because our tests require it (lp#829596). * Mon Jul 25 2011 vuntz@opensuse.org - Update to version 2.29.11: + Gio::AppInfo: - launch(): Use a vector instead of a ListHandle and assume that it contains Gio::File rather than strings. This was unusable before. - Add launch() overload with no launch_context parameter. - Add launch() overload taking one file. - launch_uri(): Deprecate the method taking a GAppLaunchContext*, adding one taking a Gio::AppLaunchContext instead. - Add launch_uri() taking one URI. + Add test case for a recent fix in libsigc++ with RefPtr (bgo#564005). + tools: Add python .def generation scripts removed from PyGObject. + gmmproc: Allow _STRUCT_NOT_HIDDEN to be used even when multiple classes are defined in one file. * Wed Jul 06 2011 vuntz@opensuse.org - Update to version 2.29.10: + Gio: - Added DateTime, TimeZone, TimeZoneMonitor. * Wed Jun 15 2011 dimstar@opensuse.org - Update to version 2.28.2: + gmmproc: - _WRAP_METHOD: Add optional parameter functionality. - _WRAP_[CREATE|CTOR|METHOD]: Support parameter reordering. - _WRAP_METHOD: Add the possibility of an output parameter. - Protect documentation with m4 quotes. + Gio: - bgo#645072: DBus::Connection::emit_signal(): Replace empty strings with 0, because gio fails with "". + Build: - bgo#652461: Removed now-unused doctooldir variable from pkgconfig files. * Wed May 18 2011 dimstar@opensuse.org - Update to version 2.28.1: + gmmproc: - Extra Defs Tool: Only generate properties that the GType owns - bgo#649182: Put guards around generated includes in wrap_init.cc to fix the wind32 build. - bgo#644037: GtkDefs::split_tokens(): Speed improvement. + Build fixes. + Updated documentation. * Tue Apr 05 2011 fcrozat@novell.com - Update to version 2.28.0: + Gio: - DBus::Connection: . Added a register_method() overload with no vtable. . register_object(), register_subtree(): Take the VTable by reference, not pointer. - DBus::MethodInvocation: . get_parameters(): Return a VariantContainerBase instead of taking a VariantBase. . return_gerror(), return_error_literal(): Rename them both to return_error(). - DBus::NodeInfo::lookup_interface(): Add a method overload with no name. - DBus::Proxy: Rename type_map_changed_properties to MapChangeProperties. - DBus::VariantContainerBase::create_tuple(): Add a method overload that takes a single VariantBase. - Settings: Really add list_schemas(). * Tue Mar 29 2011 fcrozat@novell.com - Update to version 2.27.99.2: + Glib: - Variant: Rename get(index) to get_child(index). - Variant<std::string>: Allow this to be used for object paths and signatures as well as just bytestrings. - Variant<Glib::ustring>: Allow this to be used for bytestrings, object paths and signatures as well as just (UTF-8) strings. - Move constructor definitions into the .cc file. - Capitalize the standard types, such as VARIANT_TYPE_STRING. + ArrayHandle: Make it compilable with MSVC 2005, 2008, 2010. bgo#645851. * Mon Mar 28 2011 fcrozat@novell.com - Update to version 2.27.99.1: + Gio: - DBus: Use VariantContainerBase for tuple Variants. * Thu Mar 24 2011 fcrozat@novell.com - Update to version 2.27.99: + Gio: - Removed Application, ApplicationCommandLine, and ActionGroup because they are unfinished. We hope to add them back in glibmm 3.2. - Removed SettingsBackend because it is unfinished. - Settings: Removed API that used SettingsBackend. - Variant: Improved the documentation. + Build: Remove the dependency on mm-common during the tarball build. - Changes from version 2.27.98: + Gio: - DBus::InterfaceVTable: Make the tuple type clearer in SlotInterfaceMethodCall. + Glib: - Correct some range checks to use >= instead of just >. - Vectorutils, ArrayHandle: Check for NULL pointers. - Changes from version 2.27.97: + Gio: - DBus::Proxy: Added the properties_changed signal bgo#644886 + Variant: - Added Variant<VariantBase>::get(). bgo#644207. - Added some get() method overloads. - Added VariantBase::cast_dynamic(). bgo#644146 + Build: Fix the missing doc-install.pl problem. mm-common is now needed for tarball builds, though this might change soon. - Changes from version 2.27.96: + Gio: - Application: . open(): Added a single-file method overload. . The command-line signal now returns an int instead of a bool. It is a main() status code. . Added get_environ(). . Add the local_command_line vfunc, - ApplicationCommandLine: Use std::string instead of ustring in some API. - DBus::InterfaceVTable: Use g_error_copy() where appropriate, fixing a crash. bgo#644008 + Build: Do not install doctool/ scripts such as doc-install.pl. These are now only installed by mm-common, and the mm-common macros find it there, so no changes should be necessary in other modules if you update mm-common. + Documentation: Avoid errors in the reference documentation due to encoding confusion in our perl scripts. bgo#644037 - Changes from version 2.27.95: + Gio: - Throw Gio::Error again, instead of just the base Glib::Error. This was broken in glibmm 2.27.94. + Glib: - build_filename(): Add method overloads to take up to 9 arguments, for convenience. bgo#599578 + Documentation: Mark some new API as new in 2.28. * Wed Feb 23 2011 adam@mizerski.pl - Update to version 2.27.94: + OptionGroup: - Add add_entry() that takes a slot with callback function (bgo#589197). - on_post_parse() overrides no longer need to call the base class (bgo#588988). - Changes from version 2.27.93: + Added ArrayHandler, ListHandler and SListHandler, to help with conversions to/from std::vector. + Application: Initialize glibmm and giomm in the constructor, for convenience. + Resolver: lookup_service(), lookup_by_address(): Fix the reference counting (bgo#639575). + Fix the build (and of applications) with GLIB_DISABLE_SINGLE_INCLUDES. - Changes from version 2.27.91.1: + gmmproc: - _WRAP_CTOR(): Restore the optional extra parameter, because it is still needed by gtkmm-2.4. - Added conversion from bool& to gboolean*. + DBus::[watch|own]_name(): Add default values for parameters. + DBusConnection: - Add a send_message() without an "out_serial" parameter. - Avoid errors/exceptions in callbacks due to NULL C strings. - Wrap properties and signals. + DBusMessage: Wrap properties and signals. + DBusServer: Comment out constructors because of bgo#639478. + InetAddress: Wrap properties. + Variant: Make the variant_type() functions return actual types. + Documentation: Started a client/server example that uses the user's bus. - Changes from version 2.27.91: + Gio: - BufferedInputStream, BufferedOutputStream: Fix create_sized() (bgo#638616). - DBus: Use std::string for addresses since they could be a file path. - DBus: Use std::string instead of Glib::ustring for guid's since std::string's API is probably adequate enough for their use. - DBusConnection: . call*() methods: Re-order parameters. . Callbacks: Check for NULL GError** parameters and throw exceptions to the caller. . Add [register|unregister]_subtree() methods. . Fix crashes caused by inappropriate use of reinterpret_cast<> (bgo#637587). - DBusConnectionInvocation: reference-counting fixes. - DBusIntrospection: Fix some reference counting. - DBusServer: . Added create() methods. . CCorrect the type of the "active" property. - SocketService, ThreadedSocketService: Correct ref-counting for signals. - Improvements to the DBus examples. + Tools: - gmmproc: Warn about unwrapped properties. - Added defs_fixer.pl, which fixes some generated .defs by applying a specified override file. - Changes from version 2.27.5.1: + Glib: - RefPtr: Make it work with sorted containers (bgo#626858). - Variant: . Make all he get_iter() methods const. . Added dictionary entry and dictionary specializations. . VariantContainerBase: Add a create() method from an array of variants. . Added tests. - gmmproc cleanup + Gio: - Application: Added the open signal. - DBusConnection: Add register/unregister_object() methods (bgo#637587). - Changes from version 2.27.5: + Glib: - Added Variant<std::string>, Glib::Variant< array >, and Variant< vector > specializations + Gio: - Added DBus client example: examples/dbus/well-known-address-client.cc - Fix the build with mingw32 (bgo#636754). - Change BuildRequires to pkgconfig() ones: + old ones: glib2-devel, libsigc++2-devel. + pkgconfig() ones: gio-2.0, glib-2.0, gmodule-2.0, gobject-2.0, sigc++-2.0. - Pass --disable-static to configure. * Thu Dec 16 2010 vuntz@opensuse.org - Update to version 2.27.4.1: + Gio: - DBus[Connection|Proxy]: Don't take extra reference on async creation. - DBusConnection: . Add non-observable create method overloads. . Make the create methods.async get methods, static. . Added get_sync() methods. . Added send_message_with_reply_sync() methods. . Added signal_subscribe() and add_filter(). - DBusIntrospection: new_for_xml(): Rename to create_for_xml(). - DBusProxy: . Reorder the parameters so that "name" is second in methods. . Add a non-cancellable call_sync() method. - Documentation: Add a DBus Doxygen group. + Glib: - Regex: Add a MatchInfo class and use it. bgo#636911 - gmmproc: Remove m4 conversion files for gdk, gtk, atk, and pango. They are now in the derived projects, which should now include convert_glibmm instead of, for instance, convert_gtkmm. - Changes from version 2.27.4: + Gio: - DBus::Address: Wrap the gio dbus address API in this namespace. - DBusConnection: . Add emit_signal(). . Add call(), call_finish() and call_sync() methods. - DBusMethodInvocationbusmethodinvocation: Remove the default constructor because it probably will not be used (there is no create() method to go along with it). - DbusServer: create_sync(): Use g_dbus_server_new_sync() instead of the constructors because the C function does more than call g_initable_new(). + gmmproc: - Improve parsing of the C documentation. - Changes from version 2.27.3.1: + Gio: - Added ApplicationCommandLine. - Application . Added non-cancellable overload of register_application() . Return int value from run() correctly . Fix protected constructor signature - DBusConnection, DBusProxy, DBusServer: Add non-cancellable overloads of the constructors and create methods. Renamed the create() synchronized methods to create_sync(). - Initable: Add a non-cancellable overload of the init() method. - Documentation: Added lots of class and method documentation. - Changes from version 2.27.3: + Gio: - Application: Added open(). - ActionGroup: Added list_actions. - DataInputStream: Added read_upto(), read_upto_async() and read_upto_finish(). - DBusConnection: Correct the AsyncInitable inheritance/implementation. - MemoryOutputStream: Added steal_data(), and a const get_data(). - NetworkService: Added get_scheme(), set_scheme() and the property. - Socket: Added get_timeout(), set_timeout(), receive_with_blocking() and send_with_blocking(). - SocketClient: . Add get_enable_proxy(), set_enable_proxy(), get_timeout(), set_timeout() and add_application_proxy(). . Added connect_to_uri(), connect_to_uri_async() and connect_to_uri_finish(). - SocketConnectable: socketconnectable.hg: Added proxy_enumerate() and a const enumerate(). - Added UnixSocketAddress - UnixCredentialMessage, UnixFDMessage: Wrap properties properly. - giomm.h: Add includes of newly wrapped API. + Glib: - ObjectBase: Fixed compiler errors when the debug warnings are enabled at compile time. - Changes from version 2.27.2: + Gio: - Added ActionGroup. - Application: Large API changes to match the changed C API. - DBusConnection: Reorder the parameters in the constructors and create methods so that the DBusConnection flag parameter has a default value. - DBusProxy: Added get_cached_property(). + Glib: - Main: Add get_time(), deprecating get_current_time(), though this needs more work. - Changes from version 2.27.0: + Gio: - AsyncInitable: Add create_finish(). - DBusProxy: . Add call(), call_finish() and call_sync() methods. . Add properties and signals. - Variant: create methods: Remove the floating reference of the GVariants, correcting our memory management. + Glib: - Added get_system_data_dirs() and get_system_config_dirs(). - Build: Fix a Windows build problem caused by the removal of the optional-API ifdefs. - Changes from version 2.27.0: + Add Gio:Application. - Changes the Obsoletes of glibmm2 and glibmm2-doc to be < instead of <=, now that we have a new upstream version. * Wed Oct 27 2010 dmueller@suse.de - Change glibmm provides/obsoletes to glibmm2 in libglibmm-2_4-1. * Mon Oct 11 2010 vuntz@opensuse.org - Update packaging to use the shared library packaging policy: + Create libglibmm-2_4-1 and libgiomm-2_4-1 subpackages. + Add Provides/Obsoletes for glibmm2 to libglibmm-2_4-1. + Update baselibs.conf accordingly. - Update summaries and descriptions. - Version the glibmm24-devel Obsoletes in devel subpackage. * Tue Sep 21 2010 vuntz@opensuse.org - Update to 2.25.5: + Gio: - Removed Application (removed in glib 2.26) - DBusMessage: Added create_from_blob(), set/get_byte_order(), get_header_fields(), bytes_needed(), to_blob(), to_exception(), get_locked(), lock() and copy(). - NetworkAddress: Added get_scheme() and property. - Added Proxy, ProxyAddress and ProxyResolver. - Settings: Added reset(), list_children(), list_keys(). - Added DBusAnnotationInfo, DBusArgInfo, DBusMethodInfo, DBusSignalInfo, DBusPropertyInfo, DBusInterfaceInfo, and DBusNodeInfo. - Added DBusProxy. - Added DBus::watch() and DBus::unwatch_name(). - Several other DBus* improvements. + Glib: - Variant: Added get_maybe(), get_size(), get_data(), store(), and get_n_children(). - Added VariantIter. - Drop glibmm2-drop-gapplication.patch: fixed upstream. * Sat Sep 18 2010 vuntz@opensuse.org - Add glibmm2-drop-gapplication.patch: patch based on changes in git, to remove GApplication bindings, since the API was removed in glib 2.25.16. * Wed Sep 01 2010 dimstar@opensuse.org - Update to version 2.25.4: + Gio: - Added AsyncInitable. - DBusConnection: Added create() methods. - UnixConnection: Add receive/send_credentials() methods. - Added SocketControlMessage, UnixCredentialsMessage and UnixFDMessage. * Fri Aug 06 2010 vuntz@opensuse.org - Update to version 2.25.3: + Glib: - Added VariantBase and Variant<>. + Gio: - Added Application, wrapping GApplication - Added Credentials. - Added DBusConnection, DBusMethodInvocation, DBusServer, DBusAuthObserver and DBusMessage. - Added UnixFDList. + Build: - Fix the build without __STDC_ISO_10646__. * Mon Aug 02 2010 dimstar@opensuse.org - Update to version 2.25.2: + Gio: Settings: create*() methods: - Use SettingsBackend instead of string context parameters. - Changes from version 2.25.1: + Glib: - Removed the --enable-api-exceptions, --enable-api-properties, - -enable-api-vfuncs and --enable-api-default-signal-handlers options because nobody needs them any more. The defines are now always defined, for backwards compatiblity. - Keyfile: . Added get_int64, get_uint64, set_int64, set_uint64(). . Added load_from_dirs(). - OptionGroup: Added set_translate_func(). - RegEx: Added get_compile_flags(), get_match_flags(). - bgo#617463: TimeVal: Avoid compiler warning in TimeVal::as_double() - bgo#578355: Added Glib::listenv(). + Gio: - DesktopAppInfo: Added get_filename(). - Added Settings, wrapping GSettings. * Thu Jun 10 2010 wittemar@googlemail.com - build 32bit-package * Thu May 06 2010 dimstar@opensuse.org - Update to version 2.24.2: + Reference Documentation: Add main page text for index.html * Thu Apr 29 2010 dimstar@opensuse.org - Update to version 2.24.1: + bgo#615482: UnixOutputStream: Fix the constructor to use the correct property name. + Documentation: Strip out the gobject-introspection annotations, and use other improvements made to docextract_to_xml.py + Fix the Windows MSVC build. * Mon Mar 29 2010 vuntz@opensuse.org - Update to version 2.24.0: + No change compared to 2.23.4, just a version bump. * Fri Mar 26 2010 vuntz@opensuse.org - Update to version 2.23.4: + Gio: - File: Add TypeTraits to fix Gtk::FileChooser::get_files() in gtkmm. bgo#590940 - MemoryInputStream: Correct data loss/corruption with binary data. bgo#609552 - ThemedIcon: Added get_names(). + Glib: - Fix ustring::format(non-const char*) and add regression test. + Build: - tests: Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am to always use the built library, not the installed one. bgo#610854 * Mon Mar 08 2010 dimstar@opensuse.org - Update to version 2.23.3: + Gio: - bgo#608269: AsyncResult: Add get_source_object_base(), deprecating get_source_object() because it usually can never work. - bgo#611521: File: Delete Gio::SlotFileProgress (and friends) at the correct time, fixing a crash. - bgo#607554: IOStream: get_input_stream(), get_output_stream() Fix reference counting, fixing a crash. - MemoryInputStream::add_data(): Minor documentation fix. - bgo#605710: MemoryOutputStream: Fix the constructor, so this really works. * Mon Feb 08 2010 captain.magnus@opensuse.org - Update to version 2.23.2: + Glib: - BalanceTree: New class, wrapping GTree. - NodeTree: get_root() const correction. + Gio: - Cancellable: Added release_fd() and make_polldf(). + File: - Added has_parent(), supports_thread_contexts(), start_mountable(), stop_mountable(), poll_mountable() - Aded create_file_readwrite(), create_file_readwrite_async() - Added open_readwrite(), open_readwrite_async(), finish_readwrite(), replace_readwrite(), replace_readwrite_async() and finish_replace_readwrite() - unmount_mountable(), eject_mountable(): Add overrides with MountOperation parameters + NetworkService: Change hostname property to domain + SocketConnection: Remove graceful-disconnect property + UnixInputStream: Fix the constructor's implementation. bgo#608665 + Windows: giomm.h: Don't include files on Windows that are not available on that platform. * Mon Jan 25 2010 captain.magnus@opensuse.org - Update to version 2.23.1: + This release adds the BalancedTree class (wrapping GTree) and fixes a number of bugs. + bgo#594173: NodeTree::get_root() violates const-correctness + Fine-tune Doxygen configuration to improve output + Add non-cancellable versions of a bunch of SocketClient functions wrap g_socket_connection_factory_create_connection() + A bunch of minor doxygen cleanups around the tree + bgo#606146: Relax the glib requirement + bgo#581811: Gio::content_type_guess() miss the version with a NULL filename + bgo#606100: Fix wrapping properties + Implement GTree wrapper * Wed Jan 06 2010 captain.magnus@opensuse.org - Update to version 2.23.0: + This release adds API for the new Network I/O classes that were added in glib 2.22.x. + Re-enable network IO stuff, and wrap more of it + Added new files to MSVC projects + ifdef-out inclusion of files not available on Windows in giomm.h + Regenerate gio_methods.defs, bump glib requirement + Re-generate gio_docs.xml + Wrap Gio::Mount::get_default_location() + _IGNORE a couple API that we've implemented manually + Re-generate gio signal defs + Add some more .gitignore stuff + Make build successful when exceptions, vfuncs, etc. are disabled. + Regex: Slight documentation improvement. * Mon Sep 28 2009 vuntz@opensuse.org - Update to version 2.22.1: + Fix KeyFile build with exceptions disabled + Build fixes. - Changes from version 2.22.0: + Re-enable input file line markers in gmmproc + Fix broken test for empty _WRAP_METHOD argument + Allow the C documentation to be overridden + Slightly clean up gross Perl code in gmmproc.in + Correctly quote the extracted comment for M4 + Enable verbose output of autoreconf + Do not complain about missing docs_override.xml + Support Automake silent rules * Wed Sep 09 2009 vuntz@opensuse.org - Update to version 2.21.5: + This release is a release candidate for 2.22.0. As such, some unfinished API has been disabled (notably the network IO classes that we were not able to finish in time). + Remove sigc from the Doxygen excluded symbols + Sanitize the Glib::Cond usage example + Officially deprecate GLIBMM_CHECK_PERL macro + Delete obsolete MAINTAINERS file + Implement Gio::Socket ctors using Gio::Initable + Add Network I/O classes to new documentation module + Disable network io stuff: punted to next release * Wed Sep 02 2009 vuntz@novell.com - Update to version 2.21.4.2: + Always build tools/ subdirectory (bgo#593518) - This fixes the build of various other C++ bindings. * Fri Aug 28 2009 vuntz@novell.com - Update to version 2.21.4.1: + Reenable hierarchy graphs for each class + Remove header and footer HTML fragments + Use shared mm-common Doxygen style sheet * Wed Aug 26 2009 dimstar@opensuse.org - Update to version 2.21.4: + Transition to new mm-common build infrastructure + Correct the if condition in Gio::MemoryInputStream::add_data() - Do no longer carry the tests in the -doc package. - Merge the -doc into the -devel package. Provide -doc by -devel. - Update install section to align with new build infrastructure. * Wed Jul 29 2009 vuntz@novell.com - Update to version 2.21.3: + Only compile the properties example if properties are enabled. + Fails to install when bootstrapped with Automake 1.11 (bgo#587173) + add _IGNORE() for a eject_with_operation() which is hand-written + add get_start_stop_type() and Gio::DriveStartStopType enum + add overloads for resolver methods without a cancellable object + add async versions of Resolver methods + Added a simple example showing how to resolve an internet address from a hostname + Fix MemoryInputStream::addData (bgo#589683) + Fix a build error in MemoryInputStream + Add Glib::ObjectBase::freeze_notify()/thaw_notify. (bgo#575533) + Repair Glib::KeyFile docs with regard to exceptions. (bgo#587766) + Wrapped several ISO 8601 related functions. * Sun Jul 19 2009 vuntz@novell.com - Update to version 2.21.2: + Glib: - Treat empty Glib::spawn*() working dir as unset - Add OptionGroup::add_entry(.., double&) + Gio: - Remove stray semicolons - Fix build with glib from master - wrap a couple added GDrive methods - Wrap g_drive_eject_with_operation() and related functions - implement GDrive::stop-button signal - implement Gio::InetAddress::get_native_size() - Implement Gio::Mount::mount/eject_with_operation() - implement Gio::Volume::eject_with_operation() - fix accidental bug in Gio::Drive::eject() that the compiler warned me about - implement Gio::VolumeMonitor::drive-stop-button - Changes from version 2.21.1: + Glib: - Date: Constructor: Check for invalid dates. - Added Glib::ValueArray, for use in gstreamermm. - Added Glib::file_set_contents(). - gmmproc: . Avoid problems with spaces in _DEFS() calls. bgo#586785. . Improve guessing of the *_get_type() function names from enum names. bgo#575870. + Gio: - Cancellable: Added connect() and disconnect(). - Added FileIOStream. - Added InetAddress. - Added Initable. - Added IOStream. - Added NetworkAddress. - Added NetworkService. - Added Resolver - Added Socket. - Added SocketAddress. - Added SocketConnectable. - Added SrvTarget. - File::load_contents() Added overload without the etag_out parameter. bgo#581349. + Windows Build: - General Windows fixes. - Fix the build directly from git. * Mon Mar 16 2009 vuntz@novell.com - Update to version 2.20.0: + Documentation fixes. * Fri Mar 06 2009 vuntz@novell.com - Update to version 2.19.8: + Added FILE_CREATE_REPLACE_DESTINATION enum value. + Added Error::TOO_MANY_OPEN_FILES error code. + Fix some compiler warnings about extra ;s. - Remove -fno-strict-aliasing from CFLAGS. - Remove AutoReqProv: it's default now. * Sat Feb 21 2009 vuntz@novell.com - Update to version 2.19.3: + New API: - BufferedInputStream: buffer_size property - BufferedOutputStream: buffer_size, auto_grow properties - DataInputStream: byte_order, newline_type properties - DataOutputStream: byte_order property - FilterInputStream: close_base_stream property, get/set_close_base_stream() - FilterOutputStream: close_base_stream property, get/set_close_base_stream() - UnixInputStream: fd and close_fd properties, get_fd(), get/set_close_fd() - UnixOutputStream: fd and close_fd properties, get_fd(), get/set_close_fd() + Make licenses consistent with eachother (library gpl vs. lesser gpl, etc) + Fixed some problems when building with exceptions disabled + Build fixes * Mon Feb 02 2009 hfiguiere@suse.de - Fix devhelp (bnc#410564) - Split -doc package. * Mon Feb 02 2009 mboman@suse.de - Update to version 2.19.2: + File: Added make_directory_with_parents() method overload with no parameter. bgo#566003 + NoteTree: Do not use a non-ASCII dash character in a comment, to avoid the MSVC++ warning C4819 with Visual Studio 2008. + spawn_*() functions: Added alternative API for when GLIBMM_EXCEPTIONS_ENABLED is not enabled. + uri_*() functions: Fix memory leak. + ustring: Add an overload which takes only a format string and no arguments to be substituted. * Fri Jan 23 2009 vuntz@novell.com - Drop glibmm2-includes.patch, not needed anymore. - BuildRequires glib2, not gtk2. - Minor cleanups and use fdupes * Mon Dec 29 2008 mboman@suse.de - Update to version 2.19.1: + Fix accidental ABI breakage in 2.19.0 caused by adding default handlers for new Gio::Drive signals + Wrapped new glib 2.19.x API - Gio::AppInfo: get_commandline(), can_delete(), do_delete(), reset_type_associations(), launch_default_for_uri() - Gio::Drive: new signals changed, disconnected, and eject_button - Gio::Icon: create(std::string), to_string()(), - Gio::Mount: guess_content_type_sync(), is_shadowed(), shadow(), unshadow() - Gio::content_type_from_mine_type(); - Gio::DesktopAppInfo: create_from_keyfile() - Gio::Emblem: new class - Gio::EmblemedIcon: new class - Gio::MemoryOutputStream: new class + Bugs Fixed: - bgo#555743 - warning in glibmm - bgo#562716 - warning fixing cause more warnings. - bgo#396963 - Add Glib::signal_idle().connect_once() - Remove glibmm2-bgo555743.diff. Fixed upstream * Sat Nov 29 2008 hfiguiere@suse.de - Add patch glibmm2-bgo555743.diff + fix warnings in installed header. bgo#555743 * Wed Oct 22 2008 maw@suse.de - Update to version 2.18.1: + Bugs fixed: bgo#506410, bgo#529496, bgo#539891, bgo#555576, bgo#556315, and bgo#556387. * Tue Sep 23 2008 maw@suse.de - Update to version 2.18.0: + Bug fixed: bgo#550789. * Fri Sep 12 2008 maw@suse.de - Update to version 2.17.3: + API changes: * Glib::Tree (wrapper around GNode) renamed to Glib::NodeTree to avoid confusion with GTree * Pass the node to the traversal the callback * Move TraverseFlags inside the NodeTree class + New API: * Added the drive_eject_button signal * Bugs fixed: bgo#423990, bgo#529496, bgo#523043, and bgo#506410. * Mon Aug 11 2008 maw@suse.de - Update to version 2.17.1: + New API: * Gio::File: make_directory_with_parents(), query_file_type(), and monitor() * Gio::FileEnumerator: get_container() * Gio::Mount: guess_content_type() and guess_content_type_finish() * Gio:ThemedIcon: prepend_name() * Gio::Volume: get_activation_root() + Bug Fixes: bgo#512348, bgo#538803, bgo#540656, bgo#540875, bgo#542929, bgo#543292 + Fix AppLaunchContext::get_display() and AppLaunchContext::get_startup_notify_id() to use a list of Gio::File, not filepath string; properly documented we know that this is correct; it's an API break but this function could nothave worked before * Added Keyfile example. * Mon Jun 30 2008 maw@suse.de - Update to version 2.17.0: + Added copy constructor and assignment operator, made GDate constructor visible + Added Glib::Tree, a wrapper for GNode, providing an N-ary tree container, more or less like a standard C++ container + bgo#529648 - give helpful warning message when library user forgets to initialize the library + bgo#529533 - Fix bug that prevented for Gio::Mount, Gio::Drive, and Gio::Volume from being wrapped for some backend implementations. * Sun May 18 2008 aj@suse.de - Do not BuildRequire devhelp. * Wed Apr 02 2008 maw@suse.de - Update to version 2.16.1: + Reference-counting bugfix in Gio::File::create() and Gio::File::replace() + Include Gio::Error header in headers that have API that can throw this exception + Improve documentation + Fix warning with g++ 4.3. * Fri Mar 14 2008 maw@suse.de - Update to version 2.16.0: + File: load_contents(), load_contents_finish(), load_partial_contents_finish(): Use char*& instead of char** for contents Use std::string& instead of char** for etag_out Added method overloads without cancellable. + Improved documentation: Mention exceptions instead of errors * Mon Mar 03 2008 maw@suse.de - Update to version 2.15.7: - Gio: + Removed most vfuncs, because they are not useful to application developers, and are a likely source of errors + DesktopAppInfo: * Added Added create(), create_from_file(), is_hidden() and set_desktop_env(); renamed new_from_file() to create_from_file() - File: + equal(), get_relative_file(), contains_file(): Take const File parameters + FileAttributeInfoList: Added dup() + Added query_filesystem_info_async() and query_filesystem_info_finish() because these were added to the C API + Renamed contains_file() to file_has_prefix() because this was changed in the C API - MemoryInputStream: Added add_data(const void* data, gssize len) - Mount: Really added signals - MountOperation: Wrapped the ask-question signal - Volume: + Added should_automount() + Really added signals - UnixOutputStream, DataOutputStream, DataInputStream: Made constructors protected - ThemedIcon: Added append_name() because this was added to the C API - Glib: Renamed uri_get_scheme() to uri_parse_scheme() because this was changed in the C API - Devhelp fixes, * Tue Feb 19 2008 maw@suse.de - Update to version 2.15.5: + Updates for the latest gio API changes + Bugs fixed: bgo#515133. * Tue Jan 29 2008 maw@suse.de - Update to version 2.15.3: + FilterInputStream: Really wrap this + VolumeMonitor: Workaround a crash in gio due to the eccentric use of the GType system to discover GVolumeMonitor implementations; see gio bug #511814 + Added Gio::Error exception + Added more method overloads without optional parameters, and reordered more parameters to allow default values + giomm.h: Added includes - Remove libtool archives - Add glibmm2-includes.patch. * Thu Jan 24 2008 maw@suse.de - Update to version 2.15.2: + New giomm library (check for giomm-2.4 with pkg-config) in the glibmm tarball. This wraps the new gio API in glib 2.15/16; this API could change considerably before the stable glibmm 2.16 is released + Fixes for compilation with gcc 4.3 + Many other changes. - Remove upstreamed glibmm-2.14.0-gcc43.patch - s#%run_ldconfig#/sbin/ldconfig#. * Mon Nov 26 2007 maw@suse.de - Update to version 2.14.2: + Glib::wrap(): Don't fail when wrapping an interface that is implemented by an unrecognized type + gmmproc: Add support for the new _CONFIGINCLUDE() macro. * Wed Oct 17 2007 rguenther@suse.de - Fix build with GCC 4.3. * Mon Sep 17 2007 maw@suse.de - Update to version 2.14.0: + Regex: * Add escape_string * Rename match_full() to match() * Rename match_all_full() to match_all() * Rename split_full() to split(). * Mon Jul 30 2007 maw@suse.de - Update to version 2.13.9: * KeyFile: Added Added get_double(), set_double(), get_double_list() and set_double_list(). (Murray Cumming) * Wed Jul 11 2007 mauro@suse.de - Update to version 2.13.8 - Added some new API that was added in glib 2.12 - Update docs for the new functions in the API - Added regex classes w/examples. * Tue Apr 10 2007 maw@suse.de - Update to version 2.12.7 - Bug fixes, including bugzilla.gnome.org #386990 and #397167. * Fri Jan 12 2007 sbrabec@suse.cz - Spec file cleanup. * Fri Dec 08 2006 maw@suse.de - Move to /usr, and remove several hardcoded paths. * Tue Oct 17 2006 jhargadon@suse.de - update to version 2.12.2 - Fix for api-default-signal-handlers option - win32: Remove unused source file from Visual Studio project - Support optional ifdef parameters in the .hg macros, to allow, for instance the --enable-atk=no option, to disable the build and use of the atkmm API, for use in embedded environments. * Tue Oct 10 2006 sbrabec@suse.cz - Use Obsoletes (#211085). * Tue Sep 26 2006 sbrabec@suse.cz - Package renamed to glibmm2. * Fri Sep 15 2006 jhargadon@suse.de - update to version 2.12.0 - Added the --enable-api-default-signal-handlers option, for use in embedded environments that have reduced resources. See configure --help for the other subsets - Value: Added init(const GValue*), so we can copy GValue instances of any type at runtime. Needed by the new branch of libgdamm - Build: Added the --enable-api-default-signal-handlers option, for use in embedded environments that have reduced resources. See configure --help for the other subsets - Fix implementation of Glib::Date::set_time_current() so that it doesn't set the date to Dec 31, 1969 - Added init(const GValue*), so we can copy GValue instances of any type at runtime. Needed by the new branch of libgdamm - Added a #warning to warn about including X11/Xlib.h before a glibmm header, which would break things. Bug #316726 from Mert Tugcu and Javeed Shaikh - Quote some m4 macros to avoid warnings * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 23 2006 sbrabec@suse.cz - Do not require devhelp. * Tue Jan 17 2006 sbrabec@suse.cz - Updated to version 2.8.3. * Thu Dec 01 2005 gekker@suse.de - Update to version 2.8.2 * Wed Sep 07 2005 sbrabec@suse.cz - Updated to version 2.8.0 (GNOME 2.12). * Wed Sep 07 2005 sbrabec@suse.cz - Updated to version 2.7.3. * Thu Aug 04 2005 sbrabec@suse.cz - Updated to version 2.6.1. * Wed Jun 01 2005 sbrabec@suse.cz - Fixed devel requirements. * Thu Feb 10 2005 sbrabec@suse.cz - Added branch 2.4, package splitted, updated to version 2.4.7. * Tue May 25 2004 ro@suse.de - undeprecate where needed * Thu Mar 18 2004 sbrabec@suse.cz - Removed *.o files from documentation (#36348). * Mon Feb 23 2004 sbrabec@suse.cz - Call autoreconf. * Tue Feb 17 2004 sbrabec@suse.cz - Initial SuSE package version 2.2.8.
/usr/include/giomm-2.4 /usr/include/giomm-2.4/giomm /usr/include/giomm-2.4/giomm.h /usr/include/giomm-2.4/giomm/action.h /usr/include/giomm-2.4/giomm/actiongroup.h /usr/include/giomm-2.4/giomm/actionmap.h /usr/include/giomm-2.4/giomm/appinfo.h /usr/include/giomm-2.4/giomm/applaunchcontext.h /usr/include/giomm-2.4/giomm/application.h /usr/include/giomm-2.4/giomm/applicationcommandline.h /usr/include/giomm-2.4/giomm/asyncinitable.h /usr/include/giomm-2.4/giomm/asyncresult.h /usr/include/giomm-2.4/giomm/bufferedinputstream.h /usr/include/giomm-2.4/giomm/bufferedoutputstream.h /usr/include/giomm-2.4/giomm/cancellable.h /usr/include/giomm-2.4/giomm/charsetconverter.h /usr/include/giomm-2.4/giomm/contenttype.h /usr/include/giomm-2.4/giomm/converter.h /usr/include/giomm-2.4/giomm/converterinputstream.h /usr/include/giomm-2.4/giomm/converteroutputstream.h /usr/include/giomm-2.4/giomm/credentials.h /usr/include/giomm-2.4/giomm/datainputstream.h /usr/include/giomm-2.4/giomm/dataoutputstream.h /usr/include/giomm-2.4/giomm/dbusactiongroup.h /usr/include/giomm-2.4/giomm/dbusaddress.h /usr/include/giomm-2.4/giomm/dbusauthobserver.h /usr/include/giomm-2.4/giomm/dbusconnection.h /usr/include/giomm-2.4/giomm/dbuserror.h /usr/include/giomm-2.4/giomm/dbuserrorutils.h /usr/include/giomm-2.4/giomm/dbusinterface.h /usr/include/giomm-2.4/giomm/dbusinterfaceskeleton.h /usr/include/giomm-2.4/giomm/dbusinterfacevtable.h /usr/include/giomm-2.4/giomm/dbusintrospection.h /usr/include/giomm-2.4/giomm/dbusmenumodel.h /usr/include/giomm-2.4/giomm/dbusmessage.h /usr/include/giomm-2.4/giomm/dbusmethodinvocation.h /usr/include/giomm-2.4/giomm/dbusobject.h /usr/include/giomm-2.4/giomm/dbusobjectmanager.h /usr/include/giomm-2.4/giomm/dbusobjectmanagerclient.h /usr/include/giomm-2.4/giomm/dbusobjectmanagerserver.h /usr/include/giomm-2.4/giomm/dbusobjectproxy.h /usr/include/giomm-2.4/giomm/dbusobjectskeleton.h /usr/include/giomm-2.4/giomm/dbusownname.h /usr/include/giomm-2.4/giomm/dbusproxy.h /usr/include/giomm-2.4/giomm/dbusserver.h /usr/include/giomm-2.4/giomm/dbussubtreevtable.h /usr/include/giomm-2.4/giomm/dbusutils.h /usr/include/giomm-2.4/giomm/dbuswatchname.h /usr/include/giomm-2.4/giomm/desktopappinfo.h /usr/include/giomm-2.4/giomm/drive.h /usr/include/giomm-2.4/giomm/emblem.h /usr/include/giomm-2.4/giomm/emblemedicon.h /usr/include/giomm-2.4/giomm/enums.h /usr/include/giomm-2.4/giomm/error.h /usr/include/giomm-2.4/giomm/file.h /usr/include/giomm-2.4/giomm/fileattributeinfo.h /usr/include/giomm-2.4/giomm/fileattributeinfolist.h /usr/include/giomm-2.4/giomm/fileenumerator.h /usr/include/giomm-2.4/giomm/fileicon.h /usr/include/giomm-2.4/giomm/fileinfo.h /usr/include/giomm-2.4/giomm/fileinputstream.h /usr/include/giomm-2.4/giomm/fileiostream.h /usr/include/giomm-2.4/giomm/filemonitor.h /usr/include/giomm-2.4/giomm/filenamecompleter.h /usr/include/giomm-2.4/giomm/fileoutputstream.h /usr/include/giomm-2.4/giomm/filterinputstream.h /usr/include/giomm-2.4/giomm/filteroutputstream.h /usr/include/giomm-2.4/giomm/icon.h /usr/include/giomm-2.4/giomm/inetaddress.h /usr/include/giomm-2.4/giomm/inetsocketaddress.h /usr/include/giomm-2.4/giomm/init.h /usr/include/giomm-2.4/giomm/initable.h /usr/include/giomm-2.4/giomm/inputstream.h /usr/include/giomm-2.4/giomm/iostream.h /usr/include/giomm-2.4/giomm/listmodel.h /usr/include/giomm-2.4/giomm/liststore.h /usr/include/giomm-2.4/giomm/loadableicon.h /usr/include/giomm-2.4/giomm/memoryinputstream.h /usr/include/giomm-2.4/giomm/memoryoutputstream.h /usr/include/giomm-2.4/giomm/menu.h /usr/include/giomm-2.4/giomm/menuattributeiter.h /usr/include/giomm-2.4/giomm/menuitem.h /usr/include/giomm-2.4/giomm/menulinkiter.h /usr/include/giomm-2.4/giomm/menumodel.h /usr/include/giomm-2.4/giomm/mount.h /usr/include/giomm-2.4/giomm/mountoperation.h /usr/include/giomm-2.4/giomm/networkaddress.h /usr/include/giomm-2.4/giomm/networkmonitor.h /usr/include/giomm-2.4/giomm/networkservice.h /usr/include/giomm-2.4/giomm/notification.h /usr/include/giomm-2.4/giomm/outputstream.h /usr/include/giomm-2.4/giomm/permission.h /usr/include/giomm-2.4/giomm/pollableinputstream.h /usr/include/giomm-2.4/giomm/pollableoutputstream.h /usr/include/giomm-2.4/giomm/private /usr/include/giomm-2.4/giomm/private/action_p.h /usr/include/giomm-2.4/giomm/private/actiongroup_p.h /usr/include/giomm-2.4/giomm/private/actionmap_p.h /usr/include/giomm-2.4/giomm/private/appinfo_p.h /usr/include/giomm-2.4/giomm/private/applaunchcontext_p.h /usr/include/giomm-2.4/giomm/private/application_p.h /usr/include/giomm-2.4/giomm/private/applicationcommandline_p.h /usr/include/giomm-2.4/giomm/private/asyncinitable_p.h /usr/include/giomm-2.4/giomm/private/asyncresult_p.h /usr/include/giomm-2.4/giomm/private/bufferedinputstream_p.h /usr/include/giomm-2.4/giomm/private/bufferedoutputstream_p.h /usr/include/giomm-2.4/giomm/private/cancellable_p.h /usr/include/giomm-2.4/giomm/private/charsetconverter_p.h /usr/include/giomm-2.4/giomm/private/converter_p.h /usr/include/giomm-2.4/giomm/private/converterinputstream_p.h /usr/include/giomm-2.4/giomm/private/converteroutputstream_p.h /usr/include/giomm-2.4/giomm/private/credentials_p.h /usr/include/giomm-2.4/giomm/private/datainputstream_p.h /usr/include/giomm-2.4/giomm/private/dataoutputstream_p.h /usr/include/giomm-2.4/giomm/private/dbusactiongroup_p.h /usr/include/giomm-2.4/giomm/private/dbusaddress_p.h /usr/include/giomm-2.4/giomm/private/dbusauthobserver_p.h /usr/include/giomm-2.4/giomm/private/dbusconnection_p.h /usr/include/giomm-2.4/giomm/private/dbuserror_p.h /usr/include/giomm-2.4/giomm/private/dbuserrorutils_p.h /usr/include/giomm-2.4/giomm/private/dbusinterface_p.h /usr/include/giomm-2.4/giomm/private/dbusinterfaceskeleton_p.h /usr/include/giomm-2.4/giomm/private/dbusinterfacevtable_p.h /usr/include/giomm-2.4/giomm/private/dbusintrospection_p.h /usr/include/giomm-2.4/giomm/private/dbusmenumodel_p.h /usr/include/giomm-2.4/giomm/private/dbusmessage_p.h /usr/include/giomm-2.4/giomm/private/dbusmethodinvocation_p.h /usr/include/giomm-2.4/giomm/private/dbusobject_p.h /usr/include/giomm-2.4/giomm/private/dbusobjectmanager_p.h /usr/include/giomm-2.4/giomm/private/dbusobjectmanagerclient_p.h /usr/include/giomm-2.4/giomm/private/dbusobjectmanagerserver_p.h /usr/include/giomm-2.4/giomm/private/dbusobjectproxy_p.h /usr/include/giomm-2.4/giomm/private/dbusobjectskeleton_p.h /usr/include/giomm-2.4/giomm/private/dbusownname_p.h /usr/include/giomm-2.4/giomm/private/dbusproxy_p.h /usr/include/giomm-2.4/giomm/private/dbusserver_p.h /usr/include/giomm-2.4/giomm/private/dbussubtreevtable_p.h /usr/include/giomm-2.4/giomm/private/dbusutils_p.h /usr/include/giomm-2.4/giomm/private/dbuswatchname_p.h /usr/include/giomm-2.4/giomm/private/desktopappinfo_p.h /usr/include/giomm-2.4/giomm/private/drive_p.h /usr/include/giomm-2.4/giomm/private/emblem_p.h /usr/include/giomm-2.4/giomm/private/emblemedicon_p.h /usr/include/giomm-2.4/giomm/private/enums_p.h /usr/include/giomm-2.4/giomm/private/error_p.h /usr/include/giomm-2.4/giomm/private/file_p.h /usr/include/giomm-2.4/giomm/private/fileattributeinfo_p.h /usr/include/giomm-2.4/giomm/private/fileattributeinfolist_p.h /usr/include/giomm-2.4/giomm/private/fileenumerator_p.h /usr/include/giomm-2.4/giomm/private/fileicon_p.h /usr/include/giomm-2.4/giomm/private/fileinfo_p.h /usr/include/giomm-2.4/giomm/private/fileinputstream_p.h /usr/include/giomm-2.4/giomm/private/fileiostream_p.h /usr/include/giomm-2.4/giomm/private/filemonitor_p.h /usr/include/giomm-2.4/giomm/private/filenamecompleter_p.h /usr/include/giomm-2.4/giomm/private/fileoutputstream_p.h /usr/include/giomm-2.4/giomm/private/filterinputstream_p.h /usr/include/giomm-2.4/giomm/private/filteroutputstream_p.h /usr/include/giomm-2.4/giomm/private/icon_p.h /usr/include/giomm-2.4/giomm/private/inetaddress_p.h /usr/include/giomm-2.4/giomm/private/inetsocketaddress_p.h /usr/include/giomm-2.4/giomm/private/initable_p.h /usr/include/giomm-2.4/giomm/private/inputstream_p.h /usr/include/giomm-2.4/giomm/private/iostream_p.h /usr/include/giomm-2.4/giomm/private/listmodel_p.h /usr/include/giomm-2.4/giomm/private/liststore_p.h /usr/include/giomm-2.4/giomm/private/loadableicon_p.h /usr/include/giomm-2.4/giomm/private/memoryinputstream_p.h /usr/include/giomm-2.4/giomm/private/memoryoutputstream_p.h /usr/include/giomm-2.4/giomm/private/menu_p.h /usr/include/giomm-2.4/giomm/private/menuattributeiter_p.h /usr/include/giomm-2.4/giomm/private/menuitem_p.h /usr/include/giomm-2.4/giomm/private/menulinkiter_p.h /usr/include/giomm-2.4/giomm/private/menumodel_p.h /usr/include/giomm-2.4/giomm/private/mount_p.h /usr/include/giomm-2.4/giomm/private/mountoperation_p.h /usr/include/giomm-2.4/giomm/private/networkaddress_p.h /usr/include/giomm-2.4/giomm/private/networkmonitor_p.h /usr/include/giomm-2.4/giomm/private/networkservice_p.h /usr/include/giomm-2.4/giomm/private/notification_p.h /usr/include/giomm-2.4/giomm/private/outputstream_p.h /usr/include/giomm-2.4/giomm/private/permission_p.h /usr/include/giomm-2.4/giomm/private/pollableinputstream_p.h /usr/include/giomm-2.4/giomm/private/pollableoutputstream_p.h /usr/include/giomm-2.4/giomm/private/proxy_p.h /usr/include/giomm-2.4/giomm/private/proxyaddress_p.h /usr/include/giomm-2.4/giomm/private/proxyresolver_p.h /usr/include/giomm-2.4/giomm/private/remoteactiongroup_p.h /usr/include/giomm-2.4/giomm/private/resolver_p.h /usr/include/giomm-2.4/giomm/private/resource_p.h /usr/include/giomm-2.4/giomm/private/seekable_p.h /usr/include/giomm-2.4/giomm/private/settings_p.h /usr/include/giomm-2.4/giomm/private/settingsschema_p.h /usr/include/giomm-2.4/giomm/private/settingsschemakey_p.h /usr/include/giomm-2.4/giomm/private/settingsschemasource_p.h /usr/include/giomm-2.4/giomm/private/simpleaction_p.h /usr/include/giomm-2.4/giomm/private/simpleactiongroup_p.h /usr/include/giomm-2.4/giomm/private/simpleiostream_p.h /usr/include/giomm-2.4/giomm/private/simplepermission_p.h /usr/include/giomm-2.4/giomm/private/socket_p.h /usr/include/giomm-2.4/giomm/private/socketaddress_p.h /usr/include/giomm-2.4/giomm/private/socketaddressenumerator_p.h /usr/include/giomm-2.4/giomm/private/socketclient_p.h /usr/include/giomm-2.4/giomm/private/socketconnectable_p.h /usr/include/giomm-2.4/giomm/private/socketconnection_p.h /usr/include/giomm-2.4/giomm/private/socketcontrolmessage_p.h /usr/include/giomm-2.4/giomm/private/socketlistener_p.h /usr/include/giomm-2.4/giomm/private/socketservice_p.h /usr/include/giomm-2.4/giomm/private/srvtarget_p.h /usr/include/giomm-2.4/giomm/private/tcpconnection_p.h /usr/include/giomm-2.4/giomm/private/tcpwrapperconnection_p.h /usr/include/giomm-2.4/giomm/private/themedicon_p.h /usr/include/giomm-2.4/giomm/private/threadedsocketservice_p.h /usr/include/giomm-2.4/giomm/private/tlscertificate_p.h /usr/include/giomm-2.4/giomm/private/tlsclientconnection_p.h /usr/include/giomm-2.4/giomm/private/tlsconnection_p.h /usr/include/giomm-2.4/giomm/private/tlsdatabase_p.h /usr/include/giomm-2.4/giomm/private/tlsinteraction_p.h /usr/include/giomm-2.4/giomm/private/tlspassword_p.h /usr/include/giomm-2.4/giomm/private/tlsserverconnection_p.h /usr/include/giomm-2.4/giomm/private/unixconnection_p.h /usr/include/giomm-2.4/giomm/private/unixcredentialsmessage_p.h /usr/include/giomm-2.4/giomm/private/unixfdlist_p.h /usr/include/giomm-2.4/giomm/private/unixfdmessage_p.h /usr/include/giomm-2.4/giomm/private/unixinputstream_p.h /usr/include/giomm-2.4/giomm/private/unixoutputstream_p.h /usr/include/giomm-2.4/giomm/private/unixsocketaddress_p.h /usr/include/giomm-2.4/giomm/private/volume_p.h /usr/include/giomm-2.4/giomm/private/volumemonitor_p.h /usr/include/giomm-2.4/giomm/private/zlibcompressor_p.h /usr/include/giomm-2.4/giomm/private/zlibdecompressor_p.h /usr/include/giomm-2.4/giomm/proxy.h /usr/include/giomm-2.4/giomm/proxyaddress.h /usr/include/giomm-2.4/giomm/proxyresolver.h /usr/include/giomm-2.4/giomm/remoteactiongroup.h /usr/include/giomm-2.4/giomm/resolver.h /usr/include/giomm-2.4/giomm/resource.h /usr/include/giomm-2.4/giomm/seekable.h /usr/include/giomm-2.4/giomm/settings.h /usr/include/giomm-2.4/giomm/settingsschema.h /usr/include/giomm-2.4/giomm/settingsschemakey.h /usr/include/giomm-2.4/giomm/settingsschemasource.h /usr/include/giomm-2.4/giomm/simpleaction.h /usr/include/giomm-2.4/giomm/simpleactiongroup.h /usr/include/giomm-2.4/giomm/simpleiostream.h /usr/include/giomm-2.4/giomm/simplepermission.h /usr/include/giomm-2.4/giomm/socket.h /usr/include/giomm-2.4/giomm/socketaddress.h /usr/include/giomm-2.4/giomm/socketaddressenumerator.h /usr/include/giomm-2.4/giomm/socketclient.h /usr/include/giomm-2.4/giomm/socketconnectable.h /usr/include/giomm-2.4/giomm/socketconnection.h /usr/include/giomm-2.4/giomm/socketcontrolmessage.h /usr/include/giomm-2.4/giomm/socketlistener.h /usr/include/giomm-2.4/giomm/socketservice.h /usr/include/giomm-2.4/giomm/socketsource.h /usr/include/giomm-2.4/giomm/srvtarget.h /usr/include/giomm-2.4/giomm/tcpconnection.h /usr/include/giomm-2.4/giomm/tcpwrapperconnection.h /usr/include/giomm-2.4/giomm/themedicon.h /usr/include/giomm-2.4/giomm/threadedsocketservice.h /usr/include/giomm-2.4/giomm/tlscertificate.h /usr/include/giomm-2.4/giomm/tlsclientconnection.h /usr/include/giomm-2.4/giomm/tlsconnection.h /usr/include/giomm-2.4/giomm/tlsdatabase.h /usr/include/giomm-2.4/giomm/tlsinteraction.h /usr/include/giomm-2.4/giomm/tlspassword.h /usr/include/giomm-2.4/giomm/tlsserverconnection.h /usr/include/giomm-2.4/giomm/unixconnection.h /usr/include/giomm-2.4/giomm/unixcredentialsmessage.h /usr/include/giomm-2.4/giomm/unixfdlist.h /usr/include/giomm-2.4/giomm/unixfdmessage.h /usr/include/giomm-2.4/giomm/unixinputstream.h /usr/include/giomm-2.4/giomm/unixoutputstream.h /usr/include/giomm-2.4/giomm/unixsocketaddress.h /usr/include/giomm-2.4/giomm/volume.h /usr/include/giomm-2.4/giomm/volumemonitor.h /usr/include/giomm-2.4/giomm/wrap_init.h /usr/include/giomm-2.4/giomm/zlibcompressor.h /usr/include/giomm-2.4/giomm/zlibdecompressor.h /usr/include/glibmm-2.4 /usr/include/glibmm-2.4/glibmm /usr/include/glibmm-2.4/glibmm.h /usr/include/glibmm-2.4/glibmm/arrayhandle.h /usr/include/glibmm-2.4/glibmm/balancedtree.h /usr/include/glibmm-2.4/glibmm/base64.h /usr/include/glibmm-2.4/glibmm/binding.h /usr/include/glibmm-2.4/glibmm/bytearray.h /usr/include/glibmm-2.4/glibmm/bytes.h /usr/include/glibmm-2.4/glibmm/checksum.h /usr/include/glibmm-2.4/glibmm/class.h /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h /usr/include/glibmm-2.4/glibmm/containers.h /usr/include/glibmm-2.4/glibmm/convert.h /usr/include/glibmm-2.4/glibmm/date.h /usr/include/glibmm-2.4/glibmm/datetime.h /usr/include/glibmm-2.4/glibmm/debug.h /usr/include/glibmm-2.4/glibmm/dispatcher.h /usr/include/glibmm-2.4/glibmm/enums.h /usr/include/glibmm-2.4/glibmm/error.h /usr/include/glibmm-2.4/glibmm/exception.h /usr/include/glibmm-2.4/glibmm/exceptionhandler.h /usr/include/glibmm-2.4/glibmm/extraclassinit.h /usr/include/glibmm-2.4/glibmm/fileutils.h /usr/include/glibmm-2.4/glibmm/helperlist.h /usr/include/glibmm-2.4/glibmm/i18n-lib.h /usr/include/glibmm-2.4/glibmm/i18n.h /usr/include/glibmm-2.4/glibmm/init.h /usr/include/glibmm-2.4/glibmm/interface.h /usr/include/glibmm-2.4/glibmm/iochannel.h /usr/include/glibmm-2.4/glibmm/keyfile.h /usr/include/glibmm-2.4/glibmm/listhandle.h /usr/include/glibmm-2.4/glibmm/main.h /usr/include/glibmm-2.4/glibmm/markup.h /usr/include/glibmm-2.4/glibmm/miscutils.h /usr/include/glibmm-2.4/glibmm/module.h /usr/include/glibmm-2.4/glibmm/nodetree.h /usr/include/glibmm-2.4/glibmm/object.h /usr/include/glibmm-2.4/glibmm/objectbase.h /usr/include/glibmm-2.4/glibmm/optioncontext.h /usr/include/glibmm-2.4/glibmm/optionentry.h /usr/include/glibmm-2.4/glibmm/optiongroup.h /usr/include/glibmm-2.4/glibmm/pattern.h /usr/include/glibmm-2.4/glibmm/priorities.h /usr/include/glibmm-2.4/glibmm/private /usr/include/glibmm-2.4/glibmm/private/balancedtree_p.h /usr/include/glibmm-2.4/glibmm/private/binding_p.h /usr/include/glibmm-2.4/glibmm/private/bytearray_p.h /usr/include/glibmm-2.4/glibmm/private/bytes_p.h /usr/include/glibmm-2.4/glibmm/private/checksum_p.h /usr/include/glibmm-2.4/glibmm/private/convert_p.h /usr/include/glibmm-2.4/glibmm/private/date_p.h /usr/include/glibmm-2.4/glibmm/private/datetime_p.h /usr/include/glibmm-2.4/glibmm/private/enums_p.h /usr/include/glibmm-2.4/glibmm/private/fileutils_p.h /usr/include/glibmm-2.4/glibmm/private/interface_p.h /usr/include/glibmm-2.4/glibmm/private/iochannel_p.h /usr/include/glibmm-2.4/glibmm/private/keyfile_p.h /usr/include/glibmm-2.4/glibmm/private/markup_p.h /usr/include/glibmm-2.4/glibmm/private/miscutils_p.h /usr/include/glibmm-2.4/glibmm/private/module_p.h /usr/include/glibmm-2.4/glibmm/private/nodetree_p.h /usr/include/glibmm-2.4/glibmm/private/object_p.h /usr/include/glibmm-2.4/glibmm/private/optioncontext_p.h /usr/include/glibmm-2.4/glibmm/private/optionentry_p.h /usr/include/glibmm-2.4/glibmm/private/optiongroup_p.h /usr/include/glibmm-2.4/glibmm/private/regex_p.h /usr/include/glibmm-2.4/glibmm/private/shell_p.h /usr/include/glibmm-2.4/glibmm/private/spawn_p.h /usr/include/glibmm-2.4/glibmm/private/thread_p.h /usr/include/glibmm-2.4/glibmm/private/threads_p.h /usr/include/glibmm-2.4/glibmm/private/timezone_p.h /usr/include/glibmm-2.4/glibmm/private/unicode_p.h /usr/include/glibmm-2.4/glibmm/private/uriutils_p.h /usr/include/glibmm-2.4/glibmm/private/valuearray_p.h /usr/include/glibmm-2.4/glibmm/private/variant_p.h /usr/include/glibmm-2.4/glibmm/private/variantdict_p.h /usr/include/glibmm-2.4/glibmm/private/variantiter_p.h /usr/include/glibmm-2.4/glibmm/private/varianttype_p.h /usr/include/glibmm-2.4/glibmm/property.h /usr/include/glibmm-2.4/glibmm/propertyproxy.h /usr/include/glibmm-2.4/glibmm/propertyproxy_base.h /usr/include/glibmm-2.4/glibmm/quark.h /usr/include/glibmm-2.4/glibmm/random.h /usr/include/glibmm-2.4/glibmm/refptr.h /usr/include/glibmm-2.4/glibmm/regex.h /usr/include/glibmm-2.4/glibmm/sarray.h /usr/include/glibmm-2.4/glibmm/shell.h /usr/include/glibmm-2.4/glibmm/signalproxy.h /usr/include/glibmm-2.4/glibmm/signalproxy_connectionnode.h /usr/include/glibmm-2.4/glibmm/slisthandle.h /usr/include/glibmm-2.4/glibmm/spawn.h /usr/include/glibmm-2.4/glibmm/streamiochannel.h /usr/include/glibmm-2.4/glibmm/stringutils.h /usr/include/glibmm-2.4/glibmm/thread.h /usr/include/glibmm-2.4/glibmm/threadpool.h /usr/include/glibmm-2.4/glibmm/threads.h /usr/include/glibmm-2.4/glibmm/timer.h /usr/include/glibmm-2.4/glibmm/timeval.h /usr/include/glibmm-2.4/glibmm/timezone.h /usr/include/glibmm-2.4/glibmm/unicode.h /usr/include/glibmm-2.4/glibmm/uriutils.h /usr/include/glibmm-2.4/glibmm/ustring.h /usr/include/glibmm-2.4/glibmm/utility.h /usr/include/glibmm-2.4/glibmm/value.h /usr/include/glibmm-2.4/glibmm/value_basictypes.h /usr/include/glibmm-2.4/glibmm/value_custom.h /usr/include/glibmm-2.4/glibmm/valuearray.h /usr/include/glibmm-2.4/glibmm/variant.h /usr/include/glibmm-2.4/glibmm/variant_basictypes.h /usr/include/glibmm-2.4/glibmm/variantdbusstring.h /usr/include/glibmm-2.4/glibmm/variantdict.h /usr/include/glibmm-2.4/glibmm/variantiter.h /usr/include/glibmm-2.4/glibmm/varianttype.h /usr/include/glibmm-2.4/glibmm/vectorutils.h /usr/include/glibmm-2.4/glibmm/weakref.h /usr/include/glibmm-2.4/glibmm/wrap.h /usr/include/glibmm-2.4/glibmm/wrap_init.h /usr/include/glibmm-2.4/glibmm_generate_extra_defs /usr/include/glibmm-2.4/glibmm_generate_extra_defs/generate_extra_defs.h /usr/lib64/giomm-2.4 /usr/lib64/giomm-2.4/include /usr/lib64/giomm-2.4/include/giommconfig.h /usr/lib64/glibmm-2.4 /usr/lib64/glibmm-2.4/include /usr/lib64/glibmm-2.4/include/glibmmconfig.h /usr/lib64/glibmm-2.4/proc /usr/lib64/glibmm-2.4/proc/generate_wrap_init.pl /usr/lib64/glibmm-2.4/proc/gmmproc /usr/lib64/glibmm-2.4/proc/m4 /usr/lib64/glibmm-2.4/proc/m4/base.m4 /usr/lib64/glibmm-2.4/proc/m4/class_boxedtype.m4 /usr/lib64/glibmm-2.4/proc/m4/class_boxedtype_static.m4 /usr/lib64/glibmm-2.4/proc/m4/class_generic.m4 /usr/lib64/glibmm-2.4/proc/m4/class_gobject.m4 /usr/lib64/glibmm-2.4/proc/m4/class_interface.m4 /usr/lib64/glibmm-2.4/proc/m4/class_opaque_copyable.m4 /usr/lib64/glibmm-2.4/proc/m4/class_opaque_refcounted.m4 /usr/lib64/glibmm-2.4/proc/m4/class_shared.m4 /usr/lib64/glibmm-2.4/proc/m4/compare.m4 /usr/lib64/glibmm-2.4/proc/m4/convert.m4 /usr/lib64/glibmm-2.4/proc/m4/convert_base.m4 /usr/lib64/glibmm-2.4/proc/m4/convert_gio.m4 /usr/lib64/glibmm-2.4/proc/m4/convert_glib.m4 /usr/lib64/glibmm-2.4/proc/m4/convert_glibmm.m4 /usr/lib64/glibmm-2.4/proc/m4/ctor.m4 /usr/lib64/glibmm-2.4/proc/m4/doc.m4 /usr/lib64/glibmm-2.4/proc/m4/enum.m4 /usr/lib64/glibmm-2.4/proc/m4/gerror.m4 /usr/lib64/glibmm-2.4/proc/m4/initialize.m4 /usr/lib64/glibmm-2.4/proc/m4/initialize_base.m4 /usr/lib64/glibmm-2.4/proc/m4/initialize_gio.m4 /usr/lib64/glibmm-2.4/proc/m4/initialize_glib.m4 /usr/lib64/glibmm-2.4/proc/m4/initialize_glibmm.m4 /usr/lib64/glibmm-2.4/proc/m4/member.m4 /usr/lib64/glibmm-2.4/proc/m4/method.m4 /usr/lib64/glibmm-2.4/proc/m4/property.m4 /usr/lib64/glibmm-2.4/proc/m4/signal.m4 /usr/lib64/glibmm-2.4/proc/m4/vfunc.m4 /usr/lib64/glibmm-2.4/proc/pm /usr/lib64/glibmm-2.4/proc/pm/DocsParser.pm /usr/lib64/glibmm-2.4/proc/pm/Enum.pm /usr/lib64/glibmm-2.4/proc/pm/Function.pm /usr/lib64/glibmm-2.4/proc/pm/FunctionBase.pm /usr/lib64/glibmm-2.4/proc/pm/GtkDefs.pm /usr/lib64/glibmm-2.4/proc/pm/Object.pm /usr/lib64/glibmm-2.4/proc/pm/Output.pm /usr/lib64/glibmm-2.4/proc/pm/Property.pm /usr/lib64/glibmm-2.4/proc/pm/Util.pm /usr/lib64/glibmm-2.4/proc/pm/WrapParser.pm /usr/lib64/libgiomm-2.4.so /usr/lib64/libglibmm-2.4.so /usr/lib64/libglibmm_generate_extra_defs-2.4.so /usr/lib64/pkgconfig/giomm-2.4.pc /usr/lib64/pkgconfig/glibmm-2.4.pc /usr/share/devhelp /usr/share/devhelp/books /usr/share/devhelp/books/glibmm-2.4 /usr/share/devhelp/books/glibmm-2.4/glibmm-2.4.devhelp2 /usr/share/doc/glibmm-2.4 /usr/share/doc/glibmm-2.4/images /usr/share/doc/glibmm-2.4/images/gtkmm_logo.gif /usr/share/doc/glibmm-2.4/images/top.gif /usr/share/doc/glibmm-2.4/reference /usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag /usr/share/doc/glibmm-2.4/reference/html /usr/share/doc/glibmm-2.4/reference/html/annotated.html /usr/share/doc/glibmm-2.4/reference/html/bc_s.png /usr/share/doc/glibmm-2.4/reference/html/bc_sd.png /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Action-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Action.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ActionGroup-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ActionGroup.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ActionGroup__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ActionMap-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ActionMap.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ActionMap__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Action__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AppInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AppInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AppInfo__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AppLaunchContext-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AppLaunchContext.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AppLaunchContext__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Application-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Application.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ApplicationCommandLine-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ApplicationCommandLine.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ApplicationCommandLine__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Application__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AsyncInitable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AsyncInitable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AsyncInitable__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AsyncResult-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AsyncResult.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1AsyncResult__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1BufferedInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1BufferedInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1BufferedInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1BufferedOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1BufferedOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1BufferedOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Cancellable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Cancellable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Cancellable__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1CharsetConverter-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1CharsetConverter.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1CharsetConverter__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Converter-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Converter.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ConverterInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ConverterInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ConverterInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ConverterOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ConverterOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ConverterOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Converter__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Credentials-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Credentials.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Credentials__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ActionGroup-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ActionGroup.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ActionGroup__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1AnnotationInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1AnnotationInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ArgInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ArgInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1AuthObserver-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1AuthObserver.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1AuthObserver__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Connection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Connection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Connection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Error-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Error.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Error__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Interface-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Interface.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceSkeleton-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceSkeleton.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceSkeleton__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceVTable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1InterfaceVTable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Interface__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MenuModel-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MenuModel.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MenuModel__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Message-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Message.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Message__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MethodInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MethodInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MethodInvocation-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MethodInvocation.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1MethodInvocation__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1NodeInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1NodeInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Object-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Object.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManager-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManager.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManagerClient-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManagerClient.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManagerClient__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManagerServer-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManagerServer.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManagerServer__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectManager__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectProxy-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectProxy.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectProxy__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectSkeleton-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectSkeleton.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1ObjectSkeleton__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Object__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1PropertyInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1PropertyInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Proxy-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Proxy.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Proxy__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Server-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Server.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1Server__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1SignalInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1SignalInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1SubtreeVTable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DBus_1_1SubtreeVTable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DataInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DataInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DataInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DataOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DataOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DataOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DesktopAppInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DesktopAppInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1DesktopAppInfo__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Drive-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Drive.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Drive__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Emblem-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Emblem.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Emblem__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1EmblemedIcon-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1EmblemedIcon.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1EmblemedIcon__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Error-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Error.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Error__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1File-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1File.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileAttributeInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileAttributeInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileAttributeInfoList-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileAttributeInfoList.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileAttributeMatcher-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileAttributeMatcher.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileEnumerator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileEnumerator.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileEnumerator__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileIOStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileIOStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileIOStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileIcon-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileIcon.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileIcon__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileInfo__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileMonitor-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileMonitor.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileMonitor__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FileOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1File__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilenameCompleter-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilenameCompleter.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilenameCompleter__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilterInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilterInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilterInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilterOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilterOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1FilterOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1IOStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1IOStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1IOStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Icon-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Icon.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Icon__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InetAddress-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InetAddress.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InetAddress__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InetSocketAddress-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InetSocketAddress.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InetSocketAddress__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Initable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Initable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Initable__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1InputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListModel-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListModel.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListModel__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListStore-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListStore.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListStoreBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListStoreBase.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListStoreBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ListStore__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1LoadableIcon-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1LoadableIcon.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1LoadableIcon__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MemoryInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MemoryInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MemoryInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MemoryOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MemoryOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MemoryOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Menu-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Menu.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuAttributeIter-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuAttributeIter.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuAttributeIter__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuItem-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuItem.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuItem__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuLinkIter-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuLinkIter.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuLinkIter__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuModel-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuModel.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MenuModel__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Menu__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Mount-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Mount.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MountOperation-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MountOperation.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1MountOperation__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Mount__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkAddress-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkAddress.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkAddress__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkMonitor-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkMonitor.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkMonitor__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkService-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkService.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1NetworkService__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Notification-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Notification.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Notification__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1OutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1OutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1OutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Permission-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Permission.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Permission__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1PollableInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1PollableInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1PollableInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1PollableOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1PollableOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1PollableOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Proxy-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Proxy.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ProxyAddress-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ProxyAddress.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ProxyAddress__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ProxyResolver-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ProxyResolver.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ProxyResolver__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Proxy__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1RemoteActionGroup-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1RemoteActionGroup.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1RemoteActionGroup__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Resolver-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Resolver.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ResolverError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ResolverError.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ResolverError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Resolver__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Resource-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Resource.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ResourceError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ResourceError.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ResourceError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Seekable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Seekable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Seekable__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Settings-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Settings.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchema-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchema.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaKey-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaKey.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaSource-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SettingsSchemaSource.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Settings__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SignalSocket-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SignalSocket.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleAction-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleAction.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleActionGroup-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleActionGroup.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleActionGroup__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleAction__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleIOStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleIOStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimpleIOStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimplePermission-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimplePermission.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SimplePermission__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Socket-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Socket.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketAddress-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketAddress.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketAddressEnumerator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketAddressEnumerator.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketAddressEnumerator__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketAddress__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketClient-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketClient.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketClient__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketConnectable-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketConnectable.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketConnectable__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketControlMessage-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketControlMessage.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketControlMessage__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketListener-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketListener.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketListener__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketService-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketService.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketService__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketSource-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketSource.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SocketSource__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Socket__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SrvTarget-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1SrvTarget.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TcpConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TcpConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TcpConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TcpWrapperConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TcpWrapperConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TcpWrapperConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ThemedIcon-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ThemedIcon.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ThemedIcon__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ThreadedSocketService-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ThreadedSocketService.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ThreadedSocketService__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsCertificate-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsCertificate.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsCertificate__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsClientConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsClientConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsClientConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsDatabase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsDatabase.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsDatabase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsError.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsInteraction-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsInteraction.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsInteraction__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsPassword-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsPassword.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsPassword__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsServerConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsServerConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1TlsServerConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixConnection-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixConnection.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixConnection__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixCredentialsMessage-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixCredentialsMessage.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixCredentialsMessage__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixFDList-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixFDList.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixFDList__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixFDMessage-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixFDMessage.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixFDMessage__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixInputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixInputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixInputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixOutputStream-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixOutputStream.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixOutputStream__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixSocketAddress-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixSocketAddress.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1UnixSocketAddress__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Volume-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Volume.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1VolumeMonitor-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1VolumeMonitor.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1VolumeMonitor__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1Volume__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ZlibCompressor-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ZlibCompressor.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ZlibCompressor__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ZlibDecompressor-members.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ZlibDecompressor.html /usr/share/doc/glibmm-2.4/reference/html/classGio_1_1ZlibDecompressor__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandle-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandle.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandle_3_01bool_00_01Container__Helpers_1_1TypeTraits_3_01bool_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandle_3_01bool_00_01Container__Helpers_1_1TypeTraits_3_01bool_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandler-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandler.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandler_3_01bool_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ArrayHandler_3_01bool_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1BalancedTree-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1BalancedTree.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Binding-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Binding.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Binding__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ByteArray-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ByteArray.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Bytes-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Bytes.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Checksum-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Checksum.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Cond-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Cond.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ArrayIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ArrayIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ArrayKeeper-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ArrayKeeper.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1GListKeeper-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1GListKeeper.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1GSListKeeper-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1GSListKeeper.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ListIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1ListIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1SListIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Container__Helpers_1_1SListIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ConvertError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ConvertError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ConvertError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DBusObjectPathString-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DBusObjectPathString.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DBusObjectPathString__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DBusSignatureString-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DBusSignatureString.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DBusSignatureString__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Date-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Date.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DateTime-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DateTime.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Dir-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Dir.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DirIterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1DirIterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Dispatcher-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Dispatcher.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Error-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Error.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Error__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Exception-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Exception.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Exception__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ExtraClassInit-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ExtraClassInit.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ExtraClassInit__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1FileError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1FileError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1FileError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1HelperList-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1HelperList.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IConv-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IConv.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOChannel-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOChannel.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOChannelError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOChannelError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOChannelError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOChannel__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOSource-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOSource.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IOSource__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IdleSource-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IdleSource.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1IdleSource__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Interface-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Interface.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Interface__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1KeyFile-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1KeyFile.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1KeyFileError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1KeyFileError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1KeyFileError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ListHandle-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ListHandle.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ListHandler-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ListHandler.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MainContext-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MainContext.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MainLoop-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MainLoop.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MarkupError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MarkupError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MarkupError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1ParseContext.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1Parser-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1Parser.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MatchInfo-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1MatchInfo.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Module-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Module.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Mutex-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Mutex.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Mutex_1_1Lock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Mutex_1_1Lock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1NodeTree-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1NodeTree.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Object-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Object.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ObjectBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ObjectBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ObjectBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Object__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionContext-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionContext.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionEntry-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionEntry.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionGroup-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1OptionGroup.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PatternSpec-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PatternSpec.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PollFD-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PollFD.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Private-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Private.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__Base-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__Base.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1PropertyProxy__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__ReadOnly-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__ReadOnly.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__ReadOnly__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__WriteOnly-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__WriteOnly.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__WriteOnly__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Property__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Quark-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Quark.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Quark__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1QueryQuark-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1QueryQuark.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1QueryQuark__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock_1_1WriterLock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RWLock__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Rand-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Rand.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RecMutex-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RecMutex.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RecMutex_1_1Lock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RecMutex__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RefPtr-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RefPtr.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Regex-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Regex.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RegexError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RegexError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1RegexError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SListHandle-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SListHandle.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SListHandler-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SListHandler.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Sequence-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Sequence.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ShellError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ShellError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ShellError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalChildWatch-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalChildWatch.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIO-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIO.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIdle-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalIdle.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailed-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailed.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailedAnyType-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailedAnyType.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailedAnyType__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyDetailed__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyNormal-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyNormal.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyProperty-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyProperty.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalProxy__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalTimeout-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SignalTimeout.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Source-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Source.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Source__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SpawnError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SpawnError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1SpawnError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1StdStringView-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1StdStringView.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1StreamIOChannel-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1StreamIOChannel.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Thread-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Thread.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ThreadError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ThreadError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ThreadError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ThreadPool-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ThreadPool.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Thread_1_1Exit.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Cond-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Cond.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Mutex-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Mutex.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Mutex_1_1Lock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Mutex_1_1Lock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Private-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Private.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RWLock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RWLock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RWLock_1_1ReaderLock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RWLock_1_1ReaderLock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RWLock_1_1WriterLock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RWLock_1_1WriterLock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RecMutex-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RecMutex.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RecMutex_1_1Lock-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1RecMutex_1_1Lock.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Thread-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Thread.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1ThreadError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1ThreadError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1ThreadError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Threads_1_1Thread_1_1Exit.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1TimeZone-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1TimeZone.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1TimeoutSource-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1TimeoutSource.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1TimeoutSource__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Timer-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Timer.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1UStringView-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1UStringView.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueArray-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueArray.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Boxed-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Boxed.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Enum-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Enum.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Flags-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Flags.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Object-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Object.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__String-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__String.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__String__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Variant-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Variant.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Variant__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01bool_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01char_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01char_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01double_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01double_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01float_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01float_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01int_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01int_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01long_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01long_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01signed_01char_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01signed_01char_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01signed_01char_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01std_1_1string_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01std_1_1string_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01std_1_1string_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Boxed-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Boxed.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Boxed__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Enum-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Enum.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Enum__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Flags-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Flags.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Flags__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Pointer-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Pointer.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Pointer__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__RefPtrBoxed-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__RefPtrBoxed.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__RefPtrBoxed__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantContainerBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantContainerBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantContainerBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantDict-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantDict.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantIter-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantIter.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantParseError-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantParseError.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantParseError__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantStringBase-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantStringBase.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantStringBase__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantType-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1VariantType.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1DBusObjectPathString_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1DBusObjectPathString_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1DBusObjectPathString_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1DBusSignatureString_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1DBusSignatureString_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1DBusSignatureString_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1ustring_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1ustring_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Glib_1_1ustring_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01VariantBase_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01VariantBase_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01VariantBase_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Variant_3_01T_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Variant_3_01T_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01Variant_3_01T_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01bool_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01bool_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01bool_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01double_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01double_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01double_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint16_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint16_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint16_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint32_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint32_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint32_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint64_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint64_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01gint64_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint16_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint16_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint16_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint32_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint32_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint32_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint64_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint64_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01guint64_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1map_3_01K_00_01V_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1map_3_01K_00_01V_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1map_3_01K_00_01V_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1string_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1string_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1string_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1tuple_3_01Types_8_8_8_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1tuple_3_01Types_8_8_8_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1tuple_3_01Types_8_8_8_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01Glib_1_1DBusObjectPathString_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01Glib_1_1DBusObjectPathString_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01Glib_1_1DBusObjectPathString_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01T_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01T_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01T_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01std_1_1string_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01std_1_1string_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01std_1_1vector_3_01std_1_1string_01_4_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01unsigned_01char_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01unsigned_01char_01_4.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant_3_01unsigned_01char_01_4__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1WeakRef-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1WeakRef.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring__Iterator-members.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring__Iterator.html /usr/share/doc/glibmm-2.4/reference/html/classGlib_1_1ustring__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/classes.html /usr/share/doc/glibmm-2.4/reference/html/clipboard.js /usr/share/doc/glibmm-2.4/reference/html/closed.png /usr/share/doc/glibmm-2.4/reference/html/deprecated.html /usr/share/doc/glibmm-2.4/reference/html/dir_02fef2a40270467d72a7f717cf991d8a.html /usr/share/doc/glibmm-2.4/reference/html/dir_07751704b118695e01d7a4d50505f5ce.html /usr/share/doc/glibmm-2.4/reference/html/dir_98c789a82e29670547769c353b486e1a.html /usr/share/doc/glibmm-2.4/reference/html/dir_dee721e91beb661e2532016b35060757.html /usr/share/doc/glibmm-2.4/reference/html/doc.svg /usr/share/doc/glibmm-2.4/reference/html/docd.svg /usr/share/doc/glibmm-2.4/reference/html/doxygen-extra.css /usr/share/doc/glibmm-2.4/reference/html/doxygen.css /usr/share/doc/glibmm-2.4/reference/html/doxygen.svg /usr/share/doc/glibmm-2.4/reference/html/doxygen_crawl.html /usr/share/doc/glibmm-2.4/reference/html/dynsections.js /usr/share/doc/glibmm-2.4/reference/html/examples.html /usr/share/doc/glibmm-2.4/reference/html/folderclosed.svg /usr/share/doc/glibmm-2.4/reference/html/folderclosedd.svg /usr/share/doc/glibmm-2.4/reference/html/folderopen.svg /usr/share/doc/glibmm-2.4/reference/html/folderopend.svg /usr/share/doc/glibmm-2.4/reference/html/functions.html /usr/share/doc/glibmm-2.4/reference/html/functions_b.html /usr/share/doc/glibmm-2.4/reference/html/functions_c.html /usr/share/doc/glibmm-2.4/reference/html/functions_d.html /usr/share/doc/glibmm-2.4/reference/html/functions_e.html /usr/share/doc/glibmm-2.4/reference/html/functions_enum.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_b.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_c.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_d.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_e.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_f.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_g.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_h.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_i.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_j.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_k.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_l.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_m.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_n.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_o.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_p.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_q.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_r.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_s.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_t.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_u.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_v.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_w.html /usr/share/doc/glibmm-2.4/reference/html/functions_eval_y.html /usr/share/doc/glibmm-2.4/reference/html/functions_f.html /usr/share/doc/glibmm-2.4/reference/html/functions_func.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_b.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_c.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_d.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_e.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_f.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_g.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_h.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_i.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_j.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_k.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_l.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_m.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_n.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_o.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_p.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_q.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_r.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_s.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_t.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_u.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_v.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_w.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_y.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_z.html /usr/share/doc/glibmm-2.4/reference/html/functions_func_~.html /usr/share/doc/glibmm-2.4/reference/html/functions_g.html /usr/share/doc/glibmm-2.4/reference/html/functions_h.html /usr/share/doc/glibmm-2.4/reference/html/functions_i.html /usr/share/doc/glibmm-2.4/reference/html/functions_j.html /usr/share/doc/glibmm-2.4/reference/html/functions_k.html /usr/share/doc/glibmm-2.4/reference/html/functions_l.html /usr/share/doc/glibmm-2.4/reference/html/functions_m.html /usr/share/doc/glibmm-2.4/reference/html/functions_n.html /usr/share/doc/glibmm-2.4/reference/html/functions_o.html /usr/share/doc/glibmm-2.4/reference/html/functions_p.html /usr/share/doc/glibmm-2.4/reference/html/functions_q.html /usr/share/doc/glibmm-2.4/reference/html/functions_r.html /usr/share/doc/glibmm-2.4/reference/html/functions_rela.html /usr/share/doc/glibmm-2.4/reference/html/functions_s.html /usr/share/doc/glibmm-2.4/reference/html/functions_t.html /usr/share/doc/glibmm-2.4/reference/html/functions_type.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_b.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_c.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_d.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_e.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_f.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_g.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_i.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_l.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_m.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_p.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_r.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_s.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_t.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_v.html /usr/share/doc/glibmm-2.4/reference/html/functions_type_y.html /usr/share/doc/glibmm-2.4/reference/html/functions_u.html /usr/share/doc/glibmm-2.4/reference/html/functions_v.html /usr/share/doc/glibmm-2.4/reference/html/functions_vars.html /usr/share/doc/glibmm-2.4/reference/html/functions_w.html /usr/share/doc/glibmm-2.4/reference/html/functions_y.html /usr/share/doc/glibmm-2.4/reference/html/functions_z.html /usr/share/doc/glibmm-2.4/reference/html/functions_~.html /usr/share/doc/glibmm-2.4/reference/html/graph_legend.dot /usr/share/doc/glibmm-2.4/reference/html/graph_legend.html /usr/share/doc/glibmm-2.4/reference/html/group__Base64.html /usr/share/doc/glibmm-2.4/reference/html/group__CharsetConv.html /usr/share/doc/glibmm-2.4/reference/html/group__ContHandles.html /usr/share/doc/glibmm-2.4/reference/html/group__ContHelpers.html /usr/share/doc/glibmm-2.4/reference/html/group__DBus.html /usr/share/doc/glibmm-2.4/reference/html/group__FileUtils.html /usr/share/doc/glibmm-2.4/reference/html/group__MainLoop.html /usr/share/doc/glibmm-2.4/reference/html/group__Markup.html /usr/share/doc/glibmm-2.4/reference/html/group__MiscUtils.html /usr/share/doc/glibmm-2.4/reference/html/group__NetworkIO.html /usr/share/doc/glibmm-2.4/reference/html/group__PatternMatching.html /usr/share/doc/glibmm-2.4/reference/html/group__Random.html /usr/share/doc/glibmm-2.4/reference/html/group__ShellUtils.html /usr/share/doc/glibmm-2.4/reference/html/group__Spawn.html /usr/share/doc/glibmm-2.4/reference/html/group__Streams.html /usr/share/doc/glibmm-2.4/reference/html/group__StringUtils.html /usr/share/doc/glibmm-2.4/reference/html/group__ThreadPools.html /usr/share/doc/glibmm-2.4/reference/html/group__Threads.html /usr/share/doc/glibmm-2.4/reference/html/group__Unicode.html /usr/share/doc/glibmm-2.4/reference/html/group__UriUtils.html /usr/share/doc/glibmm-2.4/reference/html/group__Variant.html /usr/share/doc/glibmm-2.4/reference/html/group__giommContentType.html /usr/share/doc/glibmm-2.4/reference/html/group__giommEnums.html /usr/share/doc/glibmm-2.4/reference/html/group__glibmmEnums.html /usr/share/doc/glibmm-2.4/reference/html/group__glibmmValue.html /usr/share/doc/glibmm-2.4/reference/html/hierarchy.html /usr/share/doc/glibmm-2.4/reference/html/index.html /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_0.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_1.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_10.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_100.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_101.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_102.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_103.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_104.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_105.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_106.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_107.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_108.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_109.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_11.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_110.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_111.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_112.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_113.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_114.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_115.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_116.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_12.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_13.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_14.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_15.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_16.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_17.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_18.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_19.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_2.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_20.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_21.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_22.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_23.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_24.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_25.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_26.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_27.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_28.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_29.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_3.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_30.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_31.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_32.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_33.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_34.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_35.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_36.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_37.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_38.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_39.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_4.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_40.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_41.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_42.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_43.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_44.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_45.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_46.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_47.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_48.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_49.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_5.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_50.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_51.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_52.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_53.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_54.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_55.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_56.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_57.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_58.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_59.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_6.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_60.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_61.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_62.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_63.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_64.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_65.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_66.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_67.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_68.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_69.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_7.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_70.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_71.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_72.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_73.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_74.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_75.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_76.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_77.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_78.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_79.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_8.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_80.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_81.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_82.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_83.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_84.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_85.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_86.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_87.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_88.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_89.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_9.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_90.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_91.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_92.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_93.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_94.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_95.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_96.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_97.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_98.dot /usr/share/doc/glibmm-2.4/reference/html/inherit_graph_99.dot /usr/share/doc/glibmm-2.4/reference/html/inherits.html /usr/share/doc/glibmm-2.4/reference/html/jquery.js /usr/share/doc/glibmm-2.4/reference/html/menu.js /usr/share/doc/glibmm-2.4/reference/html/menudata.js /usr/share/doc/glibmm-2.4/reference/html/minus.svg /usr/share/doc/glibmm-2.4/reference/html/minusd.svg /usr/share/doc/glibmm-2.4/reference/html/namespaceGio.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGio_1_1DBus.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGio_1_1DBus_1_1Address.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGio_1_1DBus_1_1ErrorUtils.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib_1_1Ascii.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib_1_1Base64.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib_1_1Container__Helpers.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib_1_1Markup.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib_1_1Threads.html /usr/share/doc/glibmm-2.4/reference/html/namespaceGlib_1_1Unicode.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_b.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_c.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_d.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_e.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_enum.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_b.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_c.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_d.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_e.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_f.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_i.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_k.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_m.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_n.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_o.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_p.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_r.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_s.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_t.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_u.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_eval_z.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_f.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_b.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_c.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_d.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_e.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_f.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_g.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_h.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_i.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_l.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_m.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_o.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_p.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_s.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_t.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_u.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_v.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_w.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_func_x.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_g.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_h.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_i.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_k.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_l.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_m.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_n.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_o.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_p.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_r.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_s.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_t.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_type.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_u.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_v.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_vars.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_w.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_x.html /usr/share/doc/glibmm-2.4/reference/html/namespacemembers_z.html /usr/share/doc/glibmm-2.4/reference/html/namespaces.html /usr/share/doc/glibmm-2.4/reference/html/nav_f.png /usr/share/doc/glibmm-2.4/reference/html/nav_fd.png /usr/share/doc/glibmm-2.4/reference/html/nav_g.png /usr/share/doc/glibmm-2.4/reference/html/nav_h.png /usr/share/doc/glibmm-2.4/reference/html/nav_hd.png /usr/share/doc/glibmm-2.4/reference/html/open.png /usr/share/doc/glibmm-2.4/reference/html/pages.html /usr/share/doc/glibmm-2.4/reference/html/plus.svg /usr/share/doc/glibmm-2.4/reference/html/plusd.svg /usr/share/doc/glibmm-2.4/reference/html/since_2_12.html /usr/share/doc/glibmm-2.4/reference/html/since_2_14.html /usr/share/doc/glibmm-2.4/reference/html/since_2_16.html /usr/share/doc/glibmm-2.4/reference/html/since_2_18.html /usr/share/doc/glibmm-2.4/reference/html/since_2_20.html /usr/share/doc/glibmm-2.4/reference/html/since_2_22.html /usr/share/doc/glibmm-2.4/reference/html/since_2_24.html /usr/share/doc/glibmm-2.4/reference/html/since_2_26.html /usr/share/doc/glibmm-2.4/reference/html/since_2_28.html /usr/share/doc/glibmm-2.4/reference/html/since_2_30.html /usr/share/doc/glibmm-2.4/reference/html/since_2_32.html /usr/share/doc/glibmm-2.4/reference/html/since_2_34.html /usr/share/doc/glibmm-2.4/reference/html/since_2_36.html /usr/share/doc/glibmm-2.4/reference/html/since_2_38.html /usr/share/doc/glibmm-2.4/reference/html/since_2_4.html /usr/share/doc/glibmm-2.4/reference/html/since_2_40.html /usr/share/doc/glibmm-2.4/reference/html/since_2_42.html /usr/share/doc/glibmm-2.4/reference/html/since_2_44.html /usr/share/doc/glibmm-2.4/reference/html/since_2_46.html /usr/share/doc/glibmm-2.4/reference/html/since_2_48.html /usr/share/doc/glibmm-2.4/reference/html/since_2_50.html /usr/share/doc/glibmm-2.4/reference/html/since_2_52.html /usr/share/doc/glibmm-2.4/reference/html/since_2_54.html /usr/share/doc/glibmm-2.4/reference/html/since_2_56.html /usr/share/doc/glibmm-2.4/reference/html/since_2_6.html /usr/share/doc/glibmm-2.4/reference/html/since_2_60.html /usr/share/doc/glibmm-2.4/reference/html/since_2_62.html /usr/share/doc/glibmm-2.4/reference/html/since_2_64.html /usr/share/doc/glibmm-2.4/reference/html/since_2_66.html /usr/share/doc/glibmm-2.4/reference/html/since_2_8.html /usr/share/doc/glibmm-2.4/reference/html/splitbar.png /usr/share/doc/glibmm-2.4/reference/html/splitbard.png /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1Drive_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1Drive_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1File_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1File_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1Mount_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1Mount_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1Volume_01_4_01_4-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits_3_01Glib_1_1RefPtr_3_01Gio_1_1Volume_01_4_01_4.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticMutex-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticMutex.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticPrivate-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticPrivate.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticRWLock-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticRWLock.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticRWLock__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticRecMutex-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticRecMutex.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1TimeVal-members.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1TimeVal.html /usr/share/doc/glibmm-2.4/reference/html/structGlib_1_1TimeVal__inherit__graph.dot /usr/share/doc/glibmm-2.4/reference/html/sync_off.png /usr/share/doc/glibmm-2.4/reference/html/sync_on.png /usr/share/doc/glibmm-2.4/reference/html/tab_a.png /usr/share/doc/glibmm-2.4/reference/html/tab_ad.png /usr/share/doc/glibmm-2.4/reference/html/tab_b.png /usr/share/doc/glibmm-2.4/reference/html/tab_bd.png /usr/share/doc/glibmm-2.4/reference/html/tab_h.png /usr/share/doc/glibmm-2.4/reference/html/tab_hd.png /usr/share/doc/glibmm-2.4/reference/html/tab_s.png /usr/share/doc/glibmm-2.4/reference/html/tab_sd.png /usr/share/doc/glibmm-2.4/reference/html/tabs.css /usr/share/doc/glibmm-2.4/reference/html/thread_2dispatcher_8cc-example.html /usr/share/doc/glibmm-2.4/reference/html/thread_2thread_8cc-example.html /usr/share/doc/glibmm-2.4/reference/html/topics.html /usr/share/doc/packages/glibmm2_4-devel /usr/share/doc/packages/glibmm2_4-devel/AUTHORS /usr/share/doc/packages/glibmm2_4-devel/ChangeLog /usr/share/doc/packages/glibmm2_4-devel/NEWS /usr/share/doc/packages/glibmm2_4-devel/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 1 00:01:50 2024