Skip to content

Commits on Source 3

commit 37242d13d97483f413e3c5c803e6f0231b2aa7e9
Author: Romain Bouvier <skunnyk@alteroot.org>
Date: Thu Jun 27 15:20:48 2019 +0200
Prepare for release
commit 7dbbf7c444d6013248f1b917151249bcc0c61676
Author: Romain Bouvier <skunnyk@alteroot.org>
Date: Thu Jun 27 15:19:55 2019 +0200
Disable perl bindings by default
commit b8f9b28850a2e64ac44bdca86e62768750bbffeb
Author: Romain Bouvier <skunnyk@alteroot.org>
Date: Sun Jun 23 20:04:43 2019 +0200
Fix make distcheck
- .deps file needs to be in release tarball to be able to compile vala
support
commit 8d4284058bd7acd951f112ac6d3fd42c02eefe7f
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date: Fri Feb 15 20:47:43 2019 +0100
Add support for GObject introspection and vala
- Fix bug #15135
commit b4bed38222aa0c389b6ded430bcdfade27e77f73
Author: Michał Górny <mgorny@gentoo.org>
Date: Mon Jun 17 10:30:57 2019 +0200
tests: Explicitly handle error reply from Ping method call
Explicitly handle the possible error reply from D-Bus when issuing
the Ping method call on xfconfd instance. This can happen when xfconfd
is unknown to D-Bus (e.g. not installed yet). Explicit error replacing
cryptic test failures with explicit error that xfconfd is not running.
Fix bug #15616
commit c85b6f9d9742eb9c305a3b833948b8bc6cd0acdf
Author: Anonymous <noreply@xfce.org>
Date: Mon Jun 17 00:33:50 2019 +0200
I18n: Update translation da (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 080841bf6cea6f2e76209f68bf47eb26281e5217
Author: Real School <translator_students@realschool.am>
Date: Wed Jun 12 18:34:25 2019 +0200
I18n: Update translation hy_AM (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 6c0db9b6c0923abc03acb8612c51ea96074f5f4c
Author: Real School <translator_students@realschool.am>
Date: Wed Jun 12 00:33:04 2019 +0200
I18n: Add new translation hy_AM (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 8337b0facd67cdbc68211f0c2243387e66d7d1b0
Author: Anonymous <noreply@xfce.org>
Date: Tue Jun 11 00:34:16 2019 +0200
I18n: Update translation da (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit d89d2cc8d6aee9ebcfe2592c59dc17e16a1020e9
Author: Anonymous <noreply@xfce.org>
Date: Thu Jun 6 06:33:07 2019 +0200
I18n: Update translation da (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 0afc148ae3807b2029af44aa05bdeebf5b4c0683
Author: Anonymous <noreply@xfce.org>
Date: Thu Jun 6 00:33:39 2019 +0200
I18n: Update translation da (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 6fd7054c6955750aa98d3b5cef2253839c75ed49
Author: Anonymous <noreply@xfce.org>
Date: Sat May 25 06:33:11 2019 +0200
I18n: Update translation da (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit f08709931d22d11d834189c9e1c528970fe32dd3
Author: Anonymous <noreply@xfce.org>
Date: Fri May 24 18:32:53 2019 +0200
I18n: Update translation da (100%).
68 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 1978bb7072c09deadca4578184b3b03003744afa
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sat May 18 06:56:10 2019 -0400
Back to development
commit d4574638830a262e81f5b7d4ac848bc6e35949dd
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sat May 18 06:54:37 2019 -0400
Updates for release
commit f6b89b77db7f64aabd07ff29556675deaf984618
Author: Anonymous <noreply@xfce.org>
Date: Fri May 17 18:37:37 2019 +0200
......
......@@ -29,8 +29,12 @@ EXTRA_DIST = \
ChangeLog \
INSTALL \
NEWS \
README
README \
m4/introspection.m4 \
m4/vapigen.m4
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--disable-perl-bindings
--disable-perl-bindings \
--enable-introspection \
--disable-vala
......@@ -90,10 +90,7 @@ host_triplet = @host@
@XFCONF_ENABLE_GSETTINGS_BACKEND_TRUE@am__append_1 = gsettings-backend
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
......@@ -287,6 +284,14 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
......@@ -342,6 +347,9 @@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VAPIGEN = @VAPIGEN@
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
VERSION = @VERSION@
XFCONF_VERSION = @XFCONF_VERSION@
XGETTEXT = @XGETTEXT@
......@@ -392,7 +400,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -410,11 +417,15 @@ EXTRA_DIST = \
ChangeLog \
INSTALL \
NEWS \
README
README \
m4/introspection.m4 \
m4/vapigen.m4
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--disable-perl-bindings
--disable-perl-bindings \
--enable-introspection \
--disable-vala
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
......
4.13.8
======
- Add support for GObject introspection and vala
- Tests: Explicitly handle error reply from Ping method call
- Disable perl bindings by default
- Translation Updates: Danish, Armenian (Armenia)
4.13.7
======
- Bump glib version
......
This diff is collapsed.
......@@ -90,10 +90,7 @@ build_triplet = @build@
host_triplet = @host@
subdir = common
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
......@@ -283,6 +280,14 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
......@@ -338,6 +343,9 @@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VAPIGEN = @VAPIGEN@
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
VERSION = @VERSION@
XFCONF_VERSION = @XFCONF_VERSION@
XGETTEXT = @XGETTEXT@
......@@ -388,7 +396,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......
/*
* Generated by gdbus-codegen 2.60.0 from xfconf-dbus.xml. DO NOT EDIT.
* Generated by gdbus-codegen 2.60.4 from xfconf-dbus.xml. DO NOT EDIT.
*
* The license of this code is the same as for the D-Bus interface description
* it was derived from.
......
/*
* Generated by gdbus-codegen 2.60.0 from xfconf-dbus.xml. DO NOT EDIT.
* Generated by gdbus-codegen 2.60.4 from xfconf-dbus.xml. DO NOT EDIT.
*
* The license of this code is the same as for the D-Bus interface description
* it was derived from.
......
......@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-02-24'
timestamp='2018-03-08'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
......@@ -1046,11 +1046,7 @@ EOF
echo "$UNAME_MACHINE"-dec-linux-"$LIBC"
exit ;;
x86_64:Linux:*:*)
if objdump -f /bin/sh | grep -q elf32-x86-64; then
echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32
else
echo "$UNAME_MACHINE"-pc-linux-"$LIBC"
fi
exit ;;
xtensa*:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
......@@ -1473,7 +1469,7 @@ EOF
exit 1
# Local variables:
# eval: (add-hook 'write-file-functions 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
......
......@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-02-22'
timestamp='2018-03-08'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
......@@ -1376,7 +1376,7 @@ case $os in
| -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
| -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* | -hcos* \
| -chorusos* | -chorusrdb* | -cegcc* | -glidix* \
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
......@@ -1794,7 +1794,7 @@ echo "$basic_machine$os"
exit
# Local variables:
# eval: (add-hook 'write-file-functions 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
......
This diff is collapsed.
......@@ -16,9 +16,9 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [13])
m4_define([xfconf_version_micro], [7])
m4_define([xfconf_version_micro], [8])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [f6b89b7])
m4_define([xfconf_version_build], [37242d1])
m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
......@@ -78,7 +78,7 @@ AC_SUBST(LIBXFCONF_VERSION_API)
AC_SUBST(LIBXFCONF_VERINFO)
dnl Check for i18n support
XDT_I18N([ar ast be bg bn ca cs da de el en_AU en_CA en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sr sv te th tr ug uk ur_PK ur zh_CN zh_HK zh_TW ])
XDT_I18N([ar ast be bg bn ca cs da de el en_AU en_CA en_GB es eu fi fr gl he hr hu hy_AM id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sr sv te th tr ug uk ur_PK ur zh_CN zh_HK zh_TW ])
dnl Check for gdbus-codegen
AC_ARG_VAR([GDBUS_CODEGEN], [D-Bus code and documentation generator from XML D-Bus interface definitions])
......@@ -106,7 +106,7 @@ dnl see if we can build the perl bindings
AC_ARG_ENABLE([perl-bindings],
[AC_HELP_STRING([--disable-perl-bindings],
[Don't try to build the perl bindings (default=auto)])],
[use_perl=$enableval], [use_perl=auto])
[use_perl=$enableval], [use_perl=no])
PERL_GLIB_REQUIRED_VERSION=1.020
PERL_EXTUTILS_DEPENDS_REQUIRED_VERSION=0.300
PERL_EXTUTILS_PKGCONFIG_REQUIRED_VERSION=1.000
......@@ -201,6 +201,12 @@ if test "x$ac_gsettings_backend"; then
AC_SUBST(GIO_MODULE_DIR)
fi
dnl check for GObject Introspection
GOBJECT_INTROSPECTION_CHECK([1.30.0])
dnl check for Vala support
VAPIGEN_CHECK()
dnl check for debugging support
XDT_FEATURE_DEBUG([xfconf_default_debug])
dnl gtk-doc is broken
......@@ -274,6 +280,8 @@ echo
echo "Build Configuration:"
echo
echo " * GSettings Backend: $ac_gsettings_backend"
echo " * GObject Introspection: $enable_introspection"
echo " * Vala support: $enable_vala"
echo
echo " * Debug: $enable_debug"
echo
xfconf (4.13.7-1) UNRELEASED; urgency=medium
xfconf (4.13.8-1) UNRELEASED; urgency=medium
[ Unit 193 ]
* New upstream version 4.13.6
......@@ -15,6 +15,7 @@ xfconf (4.13.7-1) UNRELEASED; urgency=medium
[ Mateusz Łukasik ]
* New upstream version 4.13.7.
* New upstream version 4.13.8.
-- Unit 193 <unit193@ubuntu.com> Sun, 21 Oct 2018 14:09:26 -0400
......
......@@ -89,10 +89,7 @@ build_triplet = @build@
host_triplet = @host@
subdir = docs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
......@@ -262,6 +259,14 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
......@@ -317,6 +322,9 @@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VAPIGEN = @VAPIGEN@
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
VERSION = @VERSION@
XFCONF_VERSION = @XFCONF_VERSION@
XGETTEXT = @XGETTEXT@
......@@ -367,7 +375,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......
......@@ -113,10 +113,7 @@ build_triplet = @build@
host_triplet = @host@
subdir = docs/reference
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
......@@ -227,6 +224,14 @@ INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
......@@ -282,6 +287,9 @@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VAPIGEN = @VAPIGEN@
VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
VERSION = @VERSION@
XFCONF_VERSION = @XFCONF_VERSION@
XGETTEXT = @XGETTEXT@
......@@ -332,7 +340,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......
......@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xfconf Core Functionality: Xfconf Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Xfconf Reference Manual">
<link rel="up" href="index.html" title="Xfconf Reference Manual">
<link rel="prev" href="index.html" title="Xfconf Reference Manual">
<link rel="next" href="xfconf-Xfconf-Types.html" title="Xfconf Types">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<meta name="generator" content="GTK-Doc V1.30 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
......@@ -32,6 +32,6 @@
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
<hr>Generated by GTK-Doc V1.30</div>
</body>
</html>
\ No newline at end of file
......@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xfconf Daemon: Xfconf Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Xfconf Reference Manual">
<link rel="up" href="index.html" title="Xfconf Reference Manual">
<link rel="prev" href="xfconf-Error-Reporting.html" title="Error Reporting">
<link rel="next" href="xfconf-Xfconf-Backend.html" title="Xfconf Backend">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<meta name="generator" content="GTK-Doc V1.30 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
......@@ -27,6 +27,6 @@
</dt></dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
<hr>Generated by GTK-Doc V1.30</div>
</body>
</html>
\ No newline at end of file
......@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Xfconf Client Library: Xfconf Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Xfconf Reference Manual">
<link rel="up" href="index.html" title="Xfconf Reference Manual">
<link rel="prev" href="xfconf-Xfconf-Backend.html" title="Xfconf Backend">
<link rel="next" href="xfconf-Xfconf-Library-Core.html" title="Xfconf Library Core">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<meta name="generator" content="GTK-Doc V1.30 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
......@@ -35,6 +35,6 @@
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
<hr>Generated by GTK-Doc V1.30</div>
</body>
</html>
\ No newline at end of file
......@@ -3,11 +3,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Index: Xfconf Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Xfconf Reference Manual">
<link rel="up" href="index.html" title="Xfconf Reference Manual">
<link rel="prev" href="xfconf-Xfconf-GObject-Binding.html" title="Xfconf-GObject Binding">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<meta name="generator" content="GTK-Doc V1.30 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
......@@ -360,6 +360,6 @@
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
<hr>Generated by GTK-Doc V1.30</div>
</body>
</html>
\ No newline at end of file