[Xfce4-commits] [xfce/xfconf] branch master updated (7d785b7 -> e7605dc)
noreply at xfce.org
noreply at xfce.org
Sun Oct 21 12:05:07 CEST 2018
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository xfce/xfconf.
from 7d785b7 I18n: Update translation sv (100%).
new 5ec7f5c Added .NOTPARALLEL to property change test
new 05fe796 Added skeleton file to GSettings backend support.
new f86379c Merge branch 'gsettings-backend' of ssh://git.xfce.org/users/ali/xfconf into gsettings-backend
new 4864bed Implement some GSettings interface methods
new ff8de61 Handle subscribe/unsubscribe GSettings interface method.
new 6923a97 Implement write_tree GSettings interface method.
new a4b3515 Use string type for properties that do not map to xfconf.
new 3f6221d Return FALSE when xfconf_basic_gvariant_to_gvalue fails.
new d244162 Use g_bus_get instead of the private libxfconf API
new e7605dc Merge branch 'gsettings-backend'
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 4 +
common/xfconf-gvaluefuncs.c | 13 +-
common/xfconf-gvaluefuncs.h | 2 +-
configure.ac.in | 36 +++
gsettings-backend/Makefile.am | 27 +++
gsettings-backend/xfconf-giomodule.c | 64 +++++
gsettings-backend/xfconf-gsettings-backend.c | 346 +++++++++++++++++++++++++++
gsettings-backend/xfconf-gsettings-backend.h | 50 ++++
tests/property-changed-signal/Makefile.am | 2 +
9 files changed, 539 insertions(+), 5 deletions(-)
create mode 100644 gsettings-backend/Makefile.am
create mode 100644 gsettings-backend/xfconf-giomodule.c
create mode 100644 gsettings-backend/xfconf-gsettings-backend.c
create mode 100644 gsettings-backend/xfconf-gsettings-backend.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list