Skip to content

Commits on Source 7

commit b833af4bb782589ad2fa6e13373b483c741924ae
Author: Ali Abdallah <ali@xfce.org>
Date: Wed Sep 12 08:36:27 2018 +0200
Test sparse files only on regular ones
This commit fixes #14693 to allow thumbnailing of folders.
commit 493f35ee50986a2346deca35cfe8cd918ab354fb
Author: Olivier Duchateau <duchateau.olivier@gmail.com>
Date: Sat Sep 8 18:03:32 2018 +0200
Fix uninitialized variable
Signed-off-by: Ali Abdallah <ali@xfce.org>
commit c46bd87fff95f102eca84c1945bfd2e7391238e5
Author: Nuno Miguel <nunomgue@gmail.com>
Date: Sun Sep 9 18:31:39 2018 +0200
I18n: Update translation pt (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 85ad11cb3032e7c318c1a40e7f04540530d0d3aa
Author: Ali Abdallah <ali@xfce.org>
Date: Sat Sep 8 02:38:37 2018 +0200
Prepare 0.2.2 release!
commit a2a0e8ab5ee6ff71ed62e391412e5c560e08f2b3
Author: Ali Abdallah <ali@xfce.org>
Date: Sat Sep 8 02:28:29 2018 +0200
Use hash table to avoid loading xdg user path twice.
commit 39e1e26a3907bd223f60554a14eb0f5ce93703ff
Author: Ali Abdallah <ali@xfce.org>
Date: Sat Sep 8 01:27:48 2018 +0200
Added stat check to try to skip sparse files.
Sparse files, especially sparse video files, cause high cpu and memory
load when trying to get a thumbnail image out of them, using gst or ffmpeg
plugins.
For non sparse files, usually ((double)S_BLKSIZE * sb.st_blocks / sb.st_size) = 1.0,
but this is not always true, for example on file systems that support
compression, the ratio can be lower (ex. on ZFS), but not by too much for
already compressed video and image files.
We assume video files with ratio lower than 0.8 to be sparse and we avoid
them. Video files with ratio higher than 0.8 usually have enough valid
video frames, so getting a thumbnail out of them always succeeds. This
commit should fix bug #12259.
commit c401355a3adb1d0fc4784ae98eca50bc04664fab
Author: Ali Abdallah <ali@xfce.org>
Date: Sun Sep 2 11:05:37 2018 +0200
Fix identation + close thumbnailers directory
commit 67900ce7aba3e3b4702add01088b00c89233b996
Author: Evangelos Foutras <evangelos@foutrelis.com>
Date: Sun Jun 10 22:01:39 2018 +0300
Accept network paths in ffmpeg thumbnailer plugin
g_file_get_path() appears to be able to convert smb://, sftp://, and
other GVFS schemes to local absolute paths which can be passed as is
to ffmpegthumbnailer. In order to handle these URIs, remove the call
to g_file_is_native() and rely exclussively on g_file_get_path().
commit d462f3b951dfc4f066938e9ffe3ec769b4ca9038
Author: Evangelos Foutras <evangelos@foutrelis.com>
Date: Sun Jun 10 22:48:13 2018 +0300
Use pkg-config to find FreeType
Starting with FreeType 2.9.1, freetype-config might not be available.
commit 69cd925bc865a1b9794029956c9af517c9fecd51
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date: Thu Aug 2 12:31:10 2018 +0200
I18n: Update translation cs (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 6fcdd4f709e991cd5ae3064b4008f23114352a28
Author: Pavel Borecki <pavel.borecki@gmail.com>
Date: Wed Aug 1 18:31:19 2018 +0200
I18n: Update translation cs (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 79b961a8520715fbd800c9def0632bc19569ecc1
Author: Anonymous <noreply@xfce.org>
Date: Mon Jul 16 18:31:30 2018 +0200
I18n: Update translation fi (97%).
38 translated messages, 1 untranslated message.
Transifex (https://www.transifex.com/xfce/public/).
commit 58e8b901d93286b5187659995ea256e3200886a9
Author: Panagiotis Mantzios <pmantzios@hotmail.com>
Date: Sat Jul 14 12:30:41 2018 +0200
I18n: Update translation el (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 5dbeb004cdb51c8a7ff1b3643235f3b83f6d8bdb
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date: Sat Jun 16 18:31:03 2018 +0200
I18n: Update translation it (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 16ebc539a94bf3409021d59df9a81be57160f403
Author: Balázs Meskó <meskobalazs@gmail.com>
Date: Sun Apr 29 00:31:01 2018 +0200
I18n: Update translation hu (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit bb7a5e9491e19cdc59f4fd16d2edb00db70f6fec
Author: John Humphrys <john.humphrys@pm.me>
Date: Fri Apr 27 06:30:47 2018 +0200
I18n: Update translation en_AU (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 9b28f34ad0496cea44cd368df8926c7fb01674ce
Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
Date: Sat Mar 31 18:31:25 2018 +0200
I18n: Update translation it (100%).
39 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 29c6b21b1c1a604135605c9388ff8c7226aff1c0
Author: Ali Abdallah <ali@xfce.org>
Date: Sat Mar 31 09:31:49 2018 +0200
Release 0.2.1!
commit a6ebd22f789b3b49aa0eac2fad8a71e300eb13bf
Author: Ali Abdallah <ali@xfce.org>
Date: Sat Mar 31 09:12:01 2018 +0200
......
This diff is collapsed.
# Makefile.in generated by automake 1.15 from Makefile.am.
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -155,7 +155,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir dist dist-all distcheck
cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
# Read a list of newline-separated strings from the standard input,
......@@ -261,7 +261,6 @@ FFMPEGTHUMBNAILER_CFLAGS = @FFMPEGTHUMBNAILER_CFLAGS@
FFMPEGTHUMBNAILER_LIBS = @FFMPEGTHUMBNAILER_LIBS@
FGREP = @FGREP@
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
FREETYPE_CONFIG = @FREETYPE_CONFIG@
FREETYPE_LIBS = @FREETYPE_LIBS@
GDBUS_CODEGEN = @GDBUS_CODEGEN@
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
......@@ -416,7 +415,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -464,8 +462,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
......@@ -607,7 +605,10 @@ distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
distdir: $(DISTFILES)
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
......@@ -675,7 +676,7 @@ distdir: $(DISTFILES)
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
$(am__post_remove_distdir)
dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
......@@ -700,7 +701,7 @@ dist-shar: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
dist-zip: distdir
......@@ -718,7 +719,7 @@ dist dist-all:
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
......@@ -728,7 +729,7 @@ distcheck: dist
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
......
0.2.3
=====
- Test sparse files only for regular files (bug #14693).
- Fix uninitialized variable (bug #14688)
0.2.2
=====
- Added check to avoid sparse files, that cause high cpu and
memory load. (bug #12259).
- Use hash table to avoid scanning xdg user path twice when
searching for desktop thumbnailers.
- Close desktop thumbnailers directory when done from it.
- Accept network paths in ffmpeg thumbnailer plugin.
- Use pkg-config to find FreeType > 2.9.1.
- Translation Updates: Czech, Finnish, Hungarian, Italian,
Greek and English (Australia).
0.2.1
=====
- #9231 Handle 0 mtime threshold on Cleanup DBus method. This fixes
......
......@@ -52,23 +52,7 @@ if test x"$ac_tumbler_font_thumbnailer" = x"yes"; then
PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14],
[
dnl Check for FreeType 2.x
FREETYPE_LIBS=""
FREETYPE_CFLAGS=""
AC_PATH_PROG([FREETYPE_CONFIG], [freetype-config], [no])
if test x"$FREETYPE_CONFIG" != x"no"; then
AC_MSG_CHECKING([FREETYPE_CFLAGS])
FREETYPE_CFLAGS="`$FREETYPE_CONFIG --cflags`"
AC_MSG_RESULT([$FREETYPE_CFLAGS])
AC_MSG_CHECKING([FREETYPE_LIBS])
FREETYPE_LIBS="`$FREETYPE_CONFIG --libs`"
AC_MSG_RESULT([$FREETYPE_LIBS])
else
dnl We can only build the font thumbnailer if FreeType 2.x is available
ac_tumbler_font_thumbnailer=no
fi
AC_SUBST([FREETYPE_CFLAGS])
AC_SUBST([FREETYPE_LIBS])
PKG_CHECK_MODULES([FREETYPE], [freetype2], [], [ac_tumbler_font_thumbnailer=no])
], [ac_tumbler_font_thumbnailer=no])
fi
......
This diff is collapsed.
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
scriptversion=2012-10-14.11; # UTC
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
......@@ -17,7 +17,7 @@ scriptversion=2012-10-14.11; # UTC
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
......@@ -255,7 +255,8 @@ EOF
echo "compile $scriptversion"
exit $?
;;
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
esac
......@@ -339,9 +340,9 @@ exit $ret
# Local Variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC"
# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End:
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -25,7 +25,7 @@ m4_define([tumbler_verinfo], [0:0:0])
m4_define([tumbler_version_api_major], [1])
m4_define([tumbler_version_major], [0])
m4_define([tumbler_version_minor], [2])
m4_define([tumbler_version_micro], [1])
m4_define([tumbler_version_micro], [3])
m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
dnl ***************************
......
tumbler (0.2.3-1) unstable; urgency=medium
* New upstream version 0.2.2
* d/control: drop Lionel from Uploaders, thanks!
* New upstream version 0.2.3
-- Yves-Alexis Perez <corsac@debian.org> Fri, 14 Sep 2018 13:57:39 +0200
tumbler (0.2.1-1) unstable; urgency=medium
[ Yves-Alexis Perez ]
......
......@@ -2,8 +2,7 @@ Source: tumbler
Priority: optional
Section: xfce
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
Lionel Le Folgoc <mrpouit@gmail.com>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.16.1),
gtk-doc-tools,
......
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2013-05-30.07; # UTC
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -16,7 +16,7 @@ scriptversion=2013-05-30.07; # UTC
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
......@@ -783,9 +783,9 @@ exit 0
# Local Variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC"
# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End:
# Makefile.in generated by automake 1.15 from Makefile.am.
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -152,7 +152,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir
distdir distdir-am
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
......@@ -238,7 +238,6 @@ FFMPEGTHUMBNAILER_CFLAGS = @FFMPEGTHUMBNAILER_CFLAGS@
FFMPEGTHUMBNAILER_LIBS = @FFMPEGTHUMBNAILER_LIBS@
FGREP = @FGREP@
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
FREETYPE_CONFIG = @FREETYPE_CONFIG@
FREETYPE_LIBS = @FREETYPE_LIBS@
GDBUS_CODEGEN = @GDBUS_CODEGEN@
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
......@@ -393,7 +392,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -429,8 +427,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
......@@ -547,7 +545,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
......
# Makefile.in generated by automake 1.15 from Makefile.am.
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -152,7 +152,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir
distdir distdir-am
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
......@@ -238,7 +238,6 @@ FFMPEGTHUMBNAILER_CFLAGS = @FFMPEGTHUMBNAILER_CFLAGS@
FFMPEGTHUMBNAILER_LIBS = @FFMPEGTHUMBNAILER_LIBS@
FGREP = @FGREP@
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
FREETYPE_CONFIG = @FREETYPE_CONFIG@
FREETYPE_LIBS = @FREETYPE_LIBS@
GDBUS_CODEGEN = @GDBUS_CODEGEN@
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
......@@ -393,7 +392,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -429,8 +427,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
......@@ -547,7 +545,10 @@ cscopelist-am: $(am__tagged_files)
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
......
# Makefile.in generated by automake 1.15 from Makefile.am.
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -186,7 +186,6 @@ FFMPEGTHUMBNAILER_CFLAGS = @FFMPEGTHUMBNAILER_CFLAGS@
FFMPEGTHUMBNAILER_LIBS = @FFMPEGTHUMBNAILER_LIBS@
FGREP = @FGREP@
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
FREETYPE_CONFIG = @FREETYPE_CONFIG@
FREETYPE_LIBS = @FREETYPE_LIBS@
GDBUS_CODEGEN = @GDBUS_CODEGEN@
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
......@@ -341,7 +340,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -513,8 +511,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_srcdir)/gtk-doc.make $(am__empty):
......@@ -541,7 +539,10 @@ ctags CTAGS:
cscope cscopelist:
distdir: $(DISTFILES)
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
......@@ -794,7 +795,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_con
if test -f $(abs_builddir)/$$file ; then \
cp $(abs_builddir)/$$file $(abs_builddir)/html; \
fi; \
test -f $$file && cp $$file $(abs_builddir)/html; \
done;
$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
$(AM_V_at)touch html-build.stamp
......
......@@ -2,8 +2,8 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TumblerAbstractThumbnailer: tumbler Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<title>TumblerAbstractThumbnailer</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="tumbler Reference Manual">
<link rel="up" href="extension-api.html" title="Part IV. Extension API">
<link rel="prev" href="tumbler-tumbler-provider-plugin.html" title="tumbler-provider-plugin">
......@@ -34,7 +34,7 @@
</tr></table></div>
<div class="refsect1">
<a name="TumblerAbstractThumbnailer.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<pre class="screen"> GObject
<span class="lineart">╰──</span> TumblerAbstractThumbnailer
</pre>
</div>
......
......@@ -2,8 +2,8 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TumblerCache: tumbler Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<title>TumblerCache</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="tumbler Reference Manual">
<link rel="up" href="thumbnails.html" title="Part III. Querying and Generating Thumbnails">
<link rel="prev" href="TumblerThumbnail.html" title="TumblerThumbnail">
......@@ -34,7 +34,7 @@
</tr></table></div>
<div class="refsect1">
<a name="TumblerCache.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
......@@ -90,7 +90,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="TumblerCache.html#tumbler-cache-is-thumbnail" title="tumbler_cache_is_thumbnail ()">tumbler_cache_is_thumbnail</a> <span class="c_punctuation">()</span>
......@@ -98,7 +98,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
<span class="returnvalue">GList</span> *
</td>
<td class="function_name">
<a class="link" href="TumblerCache.html#tumbler-cache-get-flavors" title="tumbler_cache_get_flavors ()">tumbler_cache_get_flavors</a> <span class="c_punctuation">()</span>
......@@ -117,7 +117,7 @@
</div>
<div class="refsect1">
<a name="TumblerCache.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
<pre class="screen"> <a href="/usr/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
<span class="lineart">╰──</span> TumblerCache
</pre>
</div>
......@@ -136,7 +136,7 @@ tumbler_cache_get_default (<em class="parameter"><code><span class="type">void</
<a name="tumbler-cache-get-thumbnail"></a><h3>tumbler_cache_get_thumbnail ()</h3>
<pre class="programlisting"><a class="link" href="TumblerThumbnail.html" title="TumblerThumbnail"><span class="returnvalue">TumblerThumbnail</span></a> *
tumbler_cache_get_thumbnail (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
<em class="parameter"><code><span class="type">TumblerThumbnailFlavor</span> *flavor</code></em>);</pre>
</div>
<hr>
......@@ -144,43 +144,43 @@ tumbler_cache_get_thumbnail (<em class="parameter"><code><a class="link" href="T
<a name="tumbler-cache-cleanup"></a><h3>tumbler_cache_cleanup ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
tumbler_cache_cleanup (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *base_uris</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> since</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *const *base_uris</code></em>,
<em class="parameter"><code><span class="type">guint64</span> since</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-cache-delete"></a><h3>tumbler_cache_delete ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
tumbler_cache_delete (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *uris</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *const *uris</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-cache-copy"></a><h3>tumbler_cache_copy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
tumbler_cache_copy (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *from_uris</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *to_uris</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *const *from_uris</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *const *to_uris</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-cache-move"></a><h3>tumbler_cache_move ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
tumbler_cache_move (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *from_uris</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *to_uris</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *const *from_uris</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *const *to_uris</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-cache-is-thumbnail"></a><h3>tumbler_cache_is_thumbnail ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
tumbler_cache_is_thumbnail (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-cache-get-flavors"></a><h3>tumbler_cache_get_flavors ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
<pre class="programlisting"><span class="returnvalue">GList</span> *
tumbler_cache_get_flavors (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>);</pre>
</div>
<hr>
......@@ -188,7 +188,7 @@ tumbler_cache_get_flavors (<em class="parameter"><code><a class="link" href="Tum
<a name="tumbler-cache-get-flavor"></a><h3>tumbler_cache_get_flavor ()</h3>
<pre class="programlisting"><span class="returnvalue">TumblerThumbnailFlavor</span> *
tumbler_cache_get_flavor (<em class="parameter"><code><a class="link" href="TumblerCache.html" title="TumblerCache"><span class="type">TumblerCache</span></a> *cache</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
</div>
</div>
<div class="refsect1">
......
......@@ -2,8 +2,8 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TumblerThumbnail: tumbler Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<title>TumblerThumbnail</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="tumbler Reference Manual">
<link rel="up" href="thumbnails.html" title="Part III. Querying and Generating Thumbnails">
<link rel="prev" href="tumbler-tumbler-file-info.html" title="tumbler-file-info">
......@@ -35,7 +35,7 @@
</tr></table></div>
<div class="refsect1">
<a name="TumblerThumbnail.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
......@@ -43,7 +43,7 @@
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="TumblerThumbnail.html#tumbler-thumbnail-load" title="tumbler_thumbnail_load ()">tumbler_thumbnail_load</a> <span class="c_punctuation">()</span>
......@@ -51,7 +51,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="TumblerThumbnail.html#tumbler-thumbnail-needs-update" title="tumbler_thumbnail_needs_update ()">tumbler_thumbnail_needs_update</a> <span class="c_punctuation">()</span>
......@@ -59,7 +59,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="TumblerThumbnail.html#tumbler-thumbnail-save-image-data" title="tumbler_thumbnail_save_image_data ()">tumbler_thumbnail_save_image_data</a> <span class="c_punctuation">()</span>
......@@ -67,7 +67,7 @@
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</td>
<td class="function_name">
<a class="link" href="TumblerThumbnail.html#tumbler-thumbnail-save-file" title="tumbler_thumbnail_save_file ()">tumbler_thumbnail_save_file</a> <span class="c_punctuation">()</span>
......@@ -86,7 +86,7 @@
</div>
<div class="refsect1">
<a name="TumblerThumbnail.properties"></a><h2>Properties</h2>
<div class="informaltable"><table class="informaltable" border="0">
<div class="informaltable"><table border="0">
<colgroup>
<col width="150px" class="properties_type">
<col width="300px" class="properties_name">
......@@ -107,7 +107,7 @@
</tr>
<tr>
<td class="property_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="TumblerThumbnail.html#TumblerThumbnail--uri" title="The “uri” property">uri</a></td>
<td class="property_flags">Read / Write / Construct Only</td>
</tr>
......@@ -116,7 +116,7 @@
</div>
<div class="refsect1">
<a name="TumblerThumbnail.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
......@@ -129,7 +129,7 @@
</div>
<div class="refsect1">
<a name="TumblerThumbnail.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
<pre class="screen"> <a href="/usr/local/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
<span class="lineart">╰──</span> TumblerThumbnail
</pre>
</div>
......@@ -140,38 +140,38 @@
<a name="TumblerThumbnail.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="tumbler-thumbnail-load"></a><h3>tumbler_thumbnail_load ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
tumbler_thumbnail_load (<em class="parameter"><code><a class="link" href="TumblerThumbnail.html" title="TumblerThumbnail"><span class="type">TumblerThumbnail</span></a> *thumbnail</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-thumbnail-needs-update"></a><h3>tumbler_thumbnail_needs_update ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
tumbler_thumbnail_needs_update (<em class="parameter"><code><a class="link" href="TumblerThumbnail.html" title="TumblerThumbnail"><span class="type">TumblerThumbnail</span></a> *thumbnail</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> mtime</code></em>);</pre>
<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
<em class="parameter"><code><span class="type">guint64</span> mtime</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-thumbnail-save-image-data"></a><h3>tumbler_thumbnail_save_image_data ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
tumbler_thumbnail_save_image_data (<em class="parameter"><code><a class="link" href="TumblerThumbnail.html" title="TumblerThumbnail"><span class="type">TumblerThumbnail</span></a> *thumbnail</code></em>,
<em class="parameter"><code><a class="link" href="TumblerThumbnail.html#TumblerImageData" title="struct TumblerImageData"><span class="type">TumblerImageData</span></a> *data</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> mtime</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code><span class="type">guint64</span> mtime</code></em>,
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="tumbler-thumbnail-save-file"></a><h3>tumbler_thumbnail_save_file ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
tumbler_thumbnail_save_file (<em class="parameter"><code><a class="link" href="TumblerThumbnail.html" title="TumblerThumbnail"><span class="type">TumblerThumbnail</span></a> *thumbnail</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGFile.html#GFile-struct"><span class="type">GFile</span></a> *file</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a> mtime</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gioGCancellable.html#GCancellable-struct"><span class="type">GCancellable</span></a> *cancellable</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<em class="parameter"><code><span class="type">GFile</span> *file</code></em>,
<em class="parameter"><code><span class="type">guint64</span> mtime</code></em>,
<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
......@@ -214,7 +214,7 @@ tumbler_thumbnail_get_flavor (<em class="parameter"><code><a class="link" href="
<hr>
<div class="refsect2">
<a name="TumblerThumbnail--uri"></a><h3>The <code class="literal">“uri”</code> property</h3>
<pre class="programlisting"> “uri” <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “uri” <span class="type">gchar</span> *</pre>
<p>uri.</p>
<p>Flags: Read / Write / Construct Only</p>
<p>Default value: NULL</p>
......