summaryrefslogtreecommitdiff
path: root/gio/src/settings.hg
Commit message (Expand)AuthorAgeFilesLines
* Gio::Settings: Add bind() overloads and unbind()Kjell Ahlstedt2023-01-161-4/+262
* gio/src/*.hg: Mark _WRAP_ENUM with decl_prefix GIOMM_APIChun-wei Fan2020-04-041-1/+1
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-071-3/+3
* Update some @newin commandsKjell Ahlstedt2018-04-261-1/+1
* Gio::Settings: set_int() and friends shall return boolKjell Ahlstedt2017-09-241-7/+7
* Gio::ActionGroup, Settings: Add detail_name to some _WRAP_SIGNAL()sKjell Ahlstedt2017-09-121-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Gio::Settings: Change SettingsBindFlags to Settings::BindFlags.Murray Cumming2017-04-181-4/+5
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-2/+2
* Replace remaining uses of Glib::ArrayHandle<> with std::vector.Murray Cumming2017-03-171-1/+1
* Use std::vector<> instead of Glib::StringArrayHandle.Murray Cumming2017-03-171-4/+3
* Gio::Settings: Add property_settings_schema(), update signal_changed()Kjell Ahlstedt2016-12-011-5/+5
* Gio::Settings: Make set_enum() + set_flags() usabledjb2016-11-301-3/+3
* Remove deprecated API.Murray Cumming2016-11-141-13/+4
* Gio::Settings: fix type of 'key' parameter of writable-change-event signalMarcin Kolny2016-11-051-1/+1
* Gio::Settings: set_uiint(): Deprecate for set_uint().Murray Cumming2016-09-131-1/+2
* Gio::Settings: Add get/set_uint64().Murray Cumming2016-09-131-0/+2
* Gio::Settings: Add get/set_int64().Murray Cumming2016-09-131-0/+2
* Mention nullptr instead of NULL in documentation and some comments.Murray Cumming2015-11-201-2/+2
* Add SettingsSchema, SettingsSchemaKey and SettingsSchemaSource.Murray Cumming2015-06-211-1/+1
* Don't disable more deprecation warnings than necessaryKjell Ahlstedt2015-06-171-5/+0
* Gio::Settings: Don't use the deprecated "schema" propertyKjell Ahlstedt2015-05-231-8/+8
* Gio::Settings: Replace connect_changed() by signal_changed(key)Kjell Ahlstedt2015-05-231-14/+2
* Gio::Settings: Add connect_changed().Murray Cumming2015-05-061-0/+13
* Deprecate API which is deprecated in glibKjell Ahlstedt2014-06-131-3/+14
* Settings: Add get_user_value() and get_default_value().Murray Cumming2014-04-041-0/+63
* Fix some doxygen warningsKjell Ahlstedt2014-01-311-1/+1
* Gio::Settings: Add create_action().Murray Cumming2013-10-111-0/+3
* Gio::Settings: Add get/set_uint().Murray Cumming2013-09-201-0/+2
* Settings: Wrap the properties.José Alburquerque2013-04-251-0/+10
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-3/+3
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+1
* Gio::Settings: Really add list_schemas().Murray Cumming2011-04-041-2/+5
* Gio: Remove SettingsBackend.Murray Cumming2011-03-241-5/+4
* Dealt with several TODOs.Murray Cumming2011-02-151-4/+7
* Gio: Added some methods.Murray Cumming2010-11-101-9/+14
* Settings: Comment out get_destroyed() to avoid a linker error.Murray Cumming2010-09-141-3/+5
* giomm: Add various unwrapped methods.José Alburquerque2010-09-131-1/+10
* Fix warnings.Murray Cumming2010-07-231-1/+1
* DBusMessage: Add get_header() and set_header().Murray Cumming2010-07-221-1/+1
* Variant<>: Make this usable as an ouput parameter.Murray Cumming2010-07-221-1/+5
* Revert changes that I did not mean to commit yet.Murray Cumming2010-07-221-5/+1
* Variant: Added some methods.Murray Cumming2010-07-221-1/+5
* Fix the build for a GDBusConnection API change.Murray Cumming2010-07-151-0/+5
* Simplify VariantBase .hg code and use it in Settings.Murray Cumming2010-06-241-0/+4
* Settings: Fix the build with the latest glib.Murray Cumming2010-06-181-5/+5
* Settings: Fix the build with the latest glib from git master.Murray Cumming2010-06-061-27/+4
* Gio::Settings: [get|set]_strv(): Rename to [get|set]_string_array().José Alburquerque2010-06-021-7/+5
* Gio::Settings: Make get_has_unapplied() const.Murray Cumming2010-06-011-1/+4
* Wrapped new glib-2.26 methods.José Alburquerque2010-05-311-0/+8