summaryrefslogtreecommitdiff
path: root/gio/src/settings.ccg
Commit message (Expand)AuthorAgeFilesLines
* Gio: Use callback functions with C linkageKjell Ahlstedt2023-03-271-4/+8
* Gio::Settings: Add bind() overloads and unbind()Kjell Ahlstedt2023-01-161-0/+91
* 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-1/+1
* Gio::Settings: Add property_settings_schema(), update signal_changed()Kjell Ahlstedt2016-12-011-0/+1
* Remove deprecated API.Murray Cumming2016-11-141-10/+0
* Run clang-format on the .ccg files.Murray Cumming2016-02-261-17/+21
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-3/+3
* Don't disable more deprecation warnings than necessaryKjell Ahlstedt2015-06-171-0/+2
* Gio::Settings: Replace connect_changed() by signal_changed(key)Kjell Ahlstedt2015-05-231-15/+0
* Gio::Settings: Add connect_changed().Murray Cumming2015-05-061-0/+15
* Deprecate API which is deprecated in glibKjell Ahlstedt2014-06-131-0/+2
* Settings: Add get_user_value() and get_default_value().Murray Cumming2014-04-041-0/+18
* gmmproc: Don't include <glibmm.h> by default in generated files.José Alburquerque2011-10-251-0/+2
* Gio::Settings: Really add list_schemas().Murray Cumming2011-04-041-0/+5
* Settings: Comment out get_destroyed() to avoid a linker error.Murray Cumming2010-09-141-0/+17
* DBusMessage: Add get_header() and set_header().Murray Cumming2010-07-221-2/+2
* Variant<>: Make this usable as an ouput parameter.Murray Cumming2010-07-221-0/+9
* Revert changes that I did not mean to commit yet.Murray Cumming2010-07-221-10/+0
* Variant: Added some methods.Murray Cumming2010-07-221-0/+10
* Settings: Fix the build with the latest glib.Murray Cumming2010-06-181-6/+0
* Settings: Fix the build with the latest glib from git master.Murray Cumming2010-06-061-14/+0
* Removal of length parameter for g_settings_[gs]et_strvChris Kühl2010-06-041-2/+2
* Gio::Settings: [get|set]_strv(): Rename to [get|set]_string_array().José Alburquerque2010-06-021-3/+3
* Settings: Add [get|set]_strv().José Alburquerque2010-05-281-1/+14
* Initial implementation of Gio::SettingsJonathon Jongsma2010-04-201-0/+27