diff -Nru geoclue-2.0-2.4.0/aclocal.m4 geoclue-2.0-2.4.1/aclocal.m4 --- geoclue-2.0-2.4.0/aclocal.m4 2015-10-27 13:08:40.000000000 +0000 +++ geoclue-2.0-2.4.1/aclocal.m4 2015-12-07 19:07:35.000000000 +0000 @@ -20,103 +20,196 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -dnl -*- mode: autoconf -*- -dnl Copyright 2009 Johan Dahlin -dnl -dnl This file is free software; the author(s) gives unlimited -dnl permission to copy and/or distribute it, with or without -dnl modifications, as long as this notice is preserved. -dnl -# serial 1 +dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) +# serial 42 IT_PROG_INTLTOOL +AC_DEFUN([IT_PROG_INTLTOOL], [ +AC_PREREQ([2.50])dnl +AC_REQUIRE([AM_NLS])dnl + +case "$am__api_version" in + 1.[01234]) + AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) + ;; + *) + ;; +esac -m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], -[ - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([LT_INIT],[$0])dnl setup libtool first +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +if test -n "$1"; then + AC_MSG_CHECKING([for intltool >= $1]) + AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) +fi - dnl enable/disable introspection - m4_if([$2], [require], - [dnl - enable_introspection=yes - ],[dnl - AC_ARG_ENABLE(introspection, - AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], - [Enable introspection for this build]),, - [enable_introspection=auto]) - ])dnl +AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) +AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) +AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) +fi - AC_MSG_CHECKING([for gobject-introspection]) +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) - dnl presence/version checking - AS_CASE([$enable_introspection], - [no], [dnl - found_introspection="no (disabled, use --enable-introspection to enable)" - ],dnl - [yes],[dnl - PKG_CHECK_EXISTS([gobject-introspection-1.0],, - AC_MSG_ERROR([gobject-introspection-1.0 is not installed])) - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], - found_introspection=yes, - AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME])) - ],dnl - [auto],[dnl - PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no) - dnl Canonicalize enable_introspection - enable_introspection=$found_introspection - ],dnl - [dnl - AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) - ])dnl +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + +_IT_SUBST(INTLTOOL_DESKTOP_RULE) +_IT_SUBST(INTLTOOL_DIRECTORY_RULE) +_IT_SUBST(INTLTOOL_KEYS_RULE) +_IT_SUBST(INTLTOOL_PROP_RULE) +_IT_SUBST(INTLTOOL_OAF_RULE) +_IT_SUBST(INTLTOOL_PONG_RULE) +_IT_SUBST(INTLTOOL_SERVER_RULE) +_IT_SUBST(INTLTOOL_SHEET_RULE) +_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) +_IT_SUBST(INTLTOOL_UI_RULE) +_IT_SUBST(INTLTOOL_XAM_RULE) +_IT_SUBST(INTLTOOL_KBD_RULE) +_IT_SUBST(INTLTOOL_XML_RULE) +_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) +_IT_SUBST(INTLTOOL_CAVES_RULE) +_IT_SUBST(INTLTOOL_SCHEMAS_RULE) +_IT_SUBST(INTLTOOL_THEME_RULE) +_IT_SUBST(INTLTOOL_SERVICE_RULE) +_IT_SUBST(INTLTOOL_POLICY_RULE) + +# Check the gettext tools to make sure they are GNU +AC_PATH_PROG(XGETTEXT, xgettext) +AC_PATH_PROG(MSGMERGE, msgmerge) +AC_PATH_PROG(MSGFMT, msgfmt) +AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi - AC_MSG_RESULT([$found_introspection]) +AC_PATH_PROG(INTLTOOL_PERL, perl) +if test -z "$INTLTOOL_PERL"; then + AC_MSG_ERROR([perl not found]) +fi +AC_MSG_CHECKING([for perl >= 5.8.1]) +$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 +if test $? -ne 0; then + AC_MSG_ERROR([perl 5.8.1 is required for intltool]) +else + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` + AC_MSG_RESULT([$IT_PERL_VERSION]) +fi +if test "x$2" != "xno-xml"; then + AC_MSG_CHECKING([for XML::Parser]) + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + AC_MSG_RESULT([ok]) + else + AC_MSG_ERROR([XML::Parser perl module is required for intltool]) + fi +fi - INTROSPECTION_SCANNER= - INTROSPECTION_COMPILER= - INTROSPECTION_GENERATE= - INTROSPECTION_GIRDIR= - INTROSPECTION_TYPELIBDIR= - if test "x$found_introspection" = "xyes"; then - INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` - INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` - INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" - INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` - INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` - INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection - fi - AC_SUBST(INTROSPECTION_SCANNER) - AC_SUBST(INTROSPECTION_COMPILER) - AC_SUBST(INTROSPECTION_GENERATE) - AC_SUBST(INTROSPECTION_GIRDIR) - AC_SUBST(INTROSPECTION_TYPELIBDIR) - AC_SUBST(INTROSPECTION_CFLAGS) - AC_SUBST(INTROSPECTION_LIBS) - AC_SUBST(INTROSPECTION_MAKEFILE) +# Substitute ALL_LINGUAS so we can use it in po/Makefile +AC_SUBST(ALL_LINGUAS) + +IT_PO_SUBDIR([po]) - AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") ]) -dnl Usage: -dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) +# IT_PO_SUBDIR(DIRNAME) +# --------------------- +# All po subdirs have to be declared with this macro; the subdir "po" is +# declared by IT_PROG_INTLTOOL. +# +AC_DEFUN([IT_PO_SUBDIR], +[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. +dnl +dnl The following CONFIG_COMMANDS should be executed at the very end +dnl of config.status. +AC_CONFIG_COMMANDS_PRE([ + AC_CONFIG_COMMANDS([$1/stamp-it], [ + if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then + AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) + fi + rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" + >"$1/stamp-it.tmp" + [sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" + ] + [sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r $1/POTFILES + } + ' "$1/Makefile.in" >"$1/Makefile"] + rm -f "$1/Makefile.tmp" + mv "$1/stamp-it.tmp" "$1/stamp-it" + ]) +])dnl +]) -AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], +# _IT_SUBST(VARIABLE) +# ------------------- +# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +# +AC_DEFUN([_IT_SUBST], [ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) -]) +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) -dnl Usage: -dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) +# deprecated macros +AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) +# A hint is needed for aclocal from Automake <= 1.9.4: +# AC_DEFUN([AC_PROG_INTLTOOL], ...) -AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) -]) - # nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl Inc. @@ -365,6 +458,103 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ])# PKG_CHECK_VAR +dnl -*- mode: autoconf -*- +dnl Copyright 2009 Johan Dahlin +dnl +dnl This file is free software; the author(s) gives unlimited +dnl permission to copy and/or distribute it, with or without +dnl modifications, as long as this notice is preserved. +dnl + +# serial 1 + +m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], +[ + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([LT_INIT],[$0])dnl setup libtool first + + dnl enable/disable introspection + m4_if([$2], [require], + [dnl + enable_introspection=yes + ],[dnl + AC_ARG_ENABLE(introspection, + AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], + [Enable introspection for this build]),, + [enable_introspection=auto]) + ])dnl + + AC_MSG_CHECKING([for gobject-introspection]) + + dnl presence/version checking + AS_CASE([$enable_introspection], + [no], [dnl + found_introspection="no (disabled, use --enable-introspection to enable)" + ],dnl + [yes],[dnl + PKG_CHECK_EXISTS([gobject-introspection-1.0],, + AC_MSG_ERROR([gobject-introspection-1.0 is not installed])) + PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], + found_introspection=yes, + AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME])) + ],dnl + [auto],[dnl + PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no) + dnl Canonicalize enable_introspection + enable_introspection=$found_introspection + ],dnl + [dnl + AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@]) + ])dnl + + AC_MSG_RESULT([$found_introspection]) + + INTROSPECTION_SCANNER= + INTROSPECTION_COMPILER= + INTROSPECTION_GENERATE= + INTROSPECTION_GIRDIR= + INTROSPECTION_TYPELIBDIR= + if test "x$found_introspection" = "xyes"; then + INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` + INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" + INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` + INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` + INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection + fi + AC_SUBST(INTROSPECTION_SCANNER) + AC_SUBST(INTROSPECTION_COMPILER) + AC_SUBST(INTROSPECTION_GENERATE) + AC_SUBST(INTROSPECTION_GIRDIR) + AC_SUBST(INTROSPECTION_TYPELIBDIR) + AC_SUBST(INTROSPECTION_CFLAGS) + AC_SUBST(INTROSPECTION_LIBS) + AC_SUBST(INTROSPECTION_MAKEFILE) + + AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") +]) + + +dnl Usage: +dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) + +AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], +[ + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) +]) + +dnl Usage: +dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) + + +AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], +[ + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) +]) + # Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -1593,7 +1783,6 @@ m4_include([m4/gnome-compiler-flags.m4]) m4_include([m4/gtk-doc.m4]) -m4_include([m4/intltool.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) diff -Nru geoclue-2.0-2.4.0/build-aux/Makefile.in geoclue-2.0-2.4.1/build-aux/Makefile.in --- geoclue-2.0-2.4.0/build-aux/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/build-aux/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -90,10 +90,10 @@ subdir = build-aux ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -122,7 +122,7 @@ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in ar-lib compile config.guess \ - config.sub depcomp install-sh ltmain.sh missing + config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ diff -Nru geoclue-2.0-2.4.0/configure geoclue-2.0-2.4.1/configure --- geoclue-2.0-2.4.0/configure 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/configure 2015-12-07 19:07:36.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for geoclue 2.4.0. +# Generated by GNU Autoconf 2.69 for geoclue 2.4.1. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='geoclue' PACKAGE_TARNAME='geoclue' -PACKAGE_VERSION='2.4.0' -PACKAGE_STRING='geoclue 2.4.0' +PACKAGE_VERSION='2.4.1' +PACKAGE_STRING='geoclue 2.4.1' PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue' PACKAGE_URL='http://www.freedesktop.org/wiki/Software/GeoClue' @@ -1453,7 +1453,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures geoclue 2.4.0 to adapt to many kinds of systems. +\`configure' configures geoclue 2.4.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1523,7 +1523,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of geoclue 2.4.0:";; + short | recursive ) echo "Configuration of geoclue 2.4.1:";; esac cat <<\_ACEOF @@ -1692,7 +1692,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -geoclue configure 2.4.0 +geoclue configure 2.4.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1970,7 +1970,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by geoclue $as_me 2.4.0, which was +It was created by geoclue $as_me 2.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2838,7 +2838,7 @@ # Define the identity of the package. PACKAGE='geoclue' - VERSION='2.4.0' + VERSION='2.4.1' cat >>confdefs.h <<_ACEOF @@ -15308,7 +15308,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by geoclue $as_me 2.4.0, which was +This file was extended by geoclue $as_me 2.4.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15375,7 +15375,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -geoclue config.status 2.4.0 +geoclue config.status 2.4.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru geoclue-2.0-2.4.0/configure.ac geoclue-2.0-2.4.1/configure.ac --- geoclue-2.0-2.4.0/configure.ac 2015-10-27 13:08:22.000000000 +0000 +++ geoclue-2.0-2.4.1/configure.ac 2015-12-07 18:58:10.000000000 +0000 @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.4.0], + [2.4.1], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) diff -Nru geoclue-2.0-2.4.0/data/Makefile.in geoclue-2.0-2.4.1/data/Makefile.in --- geoclue-2.0-2.4.0/data/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/data/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -91,10 +91,10 @@ subdir = data ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff -Nru geoclue-2.0-2.4.0/debian/changelog geoclue-2.0-2.4.1/debian/changelog --- geoclue-2.0-2.4.0/debian/changelog 2015-11-23 16:00:09.000000000 +0000 +++ geoclue-2.0-2.4.1/debian/changelog 2015-12-24 23:33:17.000000000 +0000 @@ -1,9 +1,16 @@ -geoclue-2.0 (2.4.0-1ubuntu1) xenial; urgency=medium +geoclue-2.0 (2.4.1-1) unstable; urgency=medium - * debian/patches/git_no_segfault.patch: - - backport upstream fix for a segfault issue (lp: #1517793) + * [e6f8dec3] Imported Upstream version 2.4.1 - -- Sebastien Bacher Mon, 23 Nov 2015 17:00:06 +0100 + -- Laurent Bigonville Fri, 25 Dec 2015 00:33:09 +0100 + +geoclue-2.0 (2.4.0-2) unstable; urgency=medium + + * [db9c32f0] debian/control: Fix a typo (interract → interact) + (Closes: 805744) + * [ebd72f04] Make the package for the convenience library Multi-arch: same + + -- Laurent Bigonville Wed, 25 Nov 2015 18:26:49 +0100 geoclue-2.0 (2.4.0-1) unstable; urgency=medium diff -Nru geoclue-2.0-2.4.0/debian/control geoclue-2.0-2.4.1/debian/control --- geoclue-2.0-2.4.0/debian/control 2015-11-23 16:00:15.000000000 +0000 +++ geoclue-2.0-2.4.1/debian/control 2015-12-24 23:33:17.000000000 +0000 @@ -1,8 +1,7 @@ Source: geoclue-2.0 Section: utils Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Laurent Bigonville +Maintainer: Laurent Bigonville Uploaders: Craig Andrews Build-Depends: autotools-dev, debhelper (>= 9), @@ -41,7 +40,8 @@ Architecture: any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} -Description: convenience library to interract with geoinformation service +Multi-Arch: same +Description: convenience library to interact with geoinformation service GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . @@ -54,7 +54,8 @@ libgeoclue-2-0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Description: convenience library to interract with geoinformation service (devel files) +Multi-Arch: same +Description: convenience library to interact with geoinformation service (devel files) GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . @@ -64,7 +65,8 @@ Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} -Description: convenience library to interract with geoinformation service (introspection) +Multi-Arch: same +Description: convenience library to interact with geoinformation service (introspection) GeoClue is a D-Bus geoinformation service. The goal of the Geoclue project is to make creating location-aware applications as simple as possible. . diff -Nru geoclue-2.0-2.4.0/debian/patches/git_no_segfault.patch geoclue-2.0-2.4.1/debian/patches/git_no_segfault.patch --- geoclue-2.0-2.4.0/debian/patches/git_no_segfault.patch 2015-11-23 15:59:04.000000000 +0000 +++ geoclue-2.0-2.4.1/debian/patches/git_no_segfault.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -From 4ad5069d95d681c716074d8bbfc40b6312fdbd66 Mon Sep 17 00:00:00 2001 -From: "Zeeshan Ali (Khattak)" -Date: Thu, 19 Nov 2015 18:59:57 +0000 -Subject: wifi: Add a missing NULL check - -This avoids a crash if we get a NULL as BSS list from wpa_supplicant. - -https://bugs.freedesktop.org/show_bug.cgi?id=93008 - -diff --git a/src/gclue-wifi.c b/src/gclue-wifi.c -index 6626781..60ee5c3 100644 ---- a/src/gclue-wifi.c -+++ b/src/gclue-wifi.c -@@ -392,6 +392,9 @@ connect_bss_signals (GClueWifi *wifi) - wifi); - - bss_list = wpa_interface_get_bsss (WPA_INTERFACE (priv->interface)); -+ if (bss_list == NULL) -+ return; -+ - for (i = 0; bss_list[i] != NULL; i++) - on_bss_added (WPA_INTERFACE (priv->interface), - bss_list[i], --- -cgit v0.10.2 - diff -Nru geoclue-2.0-2.4.0/debian/patches/series geoclue-2.0-2.4.1/debian/patches/series --- geoclue-2.0-2.4.0/debian/patches/series 2015-11-23 15:59:14.000000000 +0000 +++ geoclue-2.0-2.4.1/debian/patches/series 2015-12-24 23:33:17.000000000 +0000 @@ -1,3 +1,2 @@ 01-debianize-desktop-name.patch 02-move-demo-lib.patch -git_no_segfault.patch diff -Nru geoclue-2.0-2.4.0/demo/Makefile.in geoclue-2.0-2.4.1/demo/Makefile.in --- geoclue-2.0-2.4.0/demo/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/demo/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -96,10 +96,10 @@ subdir = demo ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff -Nru geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Agent.html geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Agent.html --- geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Agent.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Agent.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -109,6 +109,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Client.html geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Client.html --- geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Client.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Client.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -184,6 +184,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Location.html geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Location.html --- geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Location.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Location.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -125,6 +125,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Manager.html geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Manager.html --- geoclue-2.0-2.4.0/docs/html/gdbus-org.freedesktop.GeoClue2.Manager.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/gdbus-org.freedesktop.GeoClue2.Manager.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -120,6 +120,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/geoclue-gclue-enums.html geoclue-2.0-2.4.1/docs/html/geoclue-gclue-enums.html --- geoclue-2.0-2.4.0/docs/html/geoclue-gclue-enums.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/geoclue-gclue-enums.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -47,7 +47,7 @@

Object Hierarchy

-
    GEnum
+
    GEnum
     ╰── GClueAccuracyLevel
 
@@ -64,7 +64,7 @@

enum GClueAccuracyLevel

Used to specify level of accuracy requested by, or allowed for a client.

-

Members

+

Members

@@ -121,6 +121,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/index.html geoclue-2.0-2.4.1/docs/html/index.html --- geoclue-2.0-2.4.0/docs/html/index.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/index.html 2015-12-07 19:09:56.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -22,7 +22,7 @@     
  

-

Version 2.4.0 +

Version 2.4.1

@@ -82,6 +82,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/index.sgml geoclue-2.0-2.4.1/docs/html/index.sgml --- geoclue-2.0-2.4.0/docs/html/index.sgml 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/index.sgml 1970-01-01 00:00:00.000000000 +0000 @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru geoclue-2.0-2.4.0/docs/html/ix01.html geoclue-2.0-2.4.1/docs/html/ix01.html --- geoclue-2.0-2.4.0/docs/html/ix01.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/ix01.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -101,6 +101,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/license.html geoclue-2.0-2.4.1/docs/html/license.html --- geoclue-2.0-2.4.0/docs/html/license.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/license.html 2015-12-07 19:09:56.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -856,6 +856,6 @@

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/ref-agent-dbus.html geoclue-2.0-2.4.1/docs/html/ref-agent-dbus.html --- geoclue-2.0-2.4.0/docs/html/ref-agent-dbus.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/ref-agent-dbus.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -40,6 +40,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/html/ref-dbus.html geoclue-2.0-2.4.1/docs/html/ref-dbus.html --- geoclue-2.0-2.4.0/docs/html/ref-dbus.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/html/ref-dbus.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -51,6 +51,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/annotation-glossary.html geoclue-2.0-2.4.1/docs/lib/html/annotation-glossary.html --- geoclue-2.0-2.4.0/docs/lib/html/annotation-glossary.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/annotation-glossary.html 2015-12-07 19:09:56.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -45,6 +45,6 @@

Override the parsed C type with given type.

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/ch01.html geoclue-2.0-2.4.1/docs/lib/html/ch01.html --- geoclue-2.0-2.4.0/docs/lib/html/ch01.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/ch01.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -27,6 +27,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/ch02.html geoclue-2.0-2.4.1/docs/lib/html/ch02.html --- geoclue-2.0-2.4.0/docs/lib/html/ch02.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/ch02.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -27,6 +27,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/ch03.html geoclue-2.0-2.4.1/docs/lib/html/ch03.html --- geoclue-2.0-2.4.0/docs/lib/html/ch03.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/ch03.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -32,6 +32,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/ch04.html geoclue-2.0-2.4.1/docs/lib/html/ch04.html --- geoclue-2.0-2.4.0/docs/lib/html/ch04.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/ch04.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -32,6 +32,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/ch05.html geoclue-2.0-2.4.1/docs/lib/html/ch05.html --- geoclue-2.0-2.4.0/docs/lib/html/ch05.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/ch05.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -32,6 +32,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueClient.html geoclue-2.0-2.4.1/docs/lib/html/GClueClient.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueClient.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueClient.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@
- - - + +gchar * - + +gchar * - + @@ -260,26 +260,26 @@ - + - + - + - + - +
-GDBusInterfaceInfo * +GDBusInterfaceInfo * gclue_client_interface_info () @@ -52,7 +52,7 @@
-guint +guint gclue_client_override_properties () @@ -76,7 +76,7 @@
-gboolean +gboolean gclue_client_call_start_finish () @@ -84,7 +84,7 @@
-gboolean +gboolean gclue_client_call_start_sync () @@ -100,7 +100,7 @@
-gboolean +gboolean gclue_client_call_stop_finish () @@ -108,14 +108,14 @@
-gboolean +gboolean gclue_client_call_stop_sync ()
const gchar * +const gchar * gclue_client_get_location () @@ -123,7 +123,7 @@
-gchar * +gchar * gclue_client_dup_location () @@ -139,7 +139,7 @@
-guint +guint gclue_client_get_distance_threshold () @@ -154,7 +154,7 @@
const gchar * +const gchar * gclue_client_get_desktop_id () @@ -162,7 +162,7 @@
-gchar * +gchar * gclue_client_dup_desktop_id () @@ -178,7 +178,7 @@
-guint +guint gclue_client_get_requested_accuracy_level () @@ -194,7 +194,7 @@
-gboolean +gboolean gclue_client_get_active () @@ -221,29 +221,29 @@
gbooleangboolean active Read / Write
-gchar * desktop-id Read / Write
guintguint distance-threshold Read / Write
-gchar * location Read / Write
guintguint requested-accuracy-level Read / Write
gbooleangboolean handle-startRun LastRun Last
gbooleangboolean handle-stopRun LastRun Last
void location-updatedRun LastRun Last

Object Hierarchy

-
    GInterface
+
    GInterface
     ╰── GClueClient
 
@@ -290,25 +290,25 @@

Functions

gclue_client_interface_info ()

-
GDBusInterfaceInfo *
+
GDBusInterfaceInfo *
 gclue_client_interface_info (void);

Gets a machine-readable description of the org.freedesktop.GeoClue2.Client D-Bus interface.

-

Returns

-

A GDBusInterfaceInfo. Do not free.

+

Returns

+

A GDBusInterfaceInfo. Do not free.

[transfer none]


gclue_client_override_properties ()

-
guint
-gclue_client_override_properties (GObjectClass *klass,
-                                  guint property_id_begin);
-

Overrides all GObject properties in the GClueClient interface for a concrete class. +

guint
+gclue_client_override_properties (GObjectClass *klass,
+                                  guint property_id_begin);
+

Overrides all GObject properties in the GClueClient interface for a concrete class. The properties are overridden in the order they are defined.

-

Parameters

+

Parameters

@@ -318,7 +318,7 @@ - + @@ -330,7 +330,7 @@

klass

The class structure for a GObject-derived class.

The class structure for a GObject-derived class.

 
-

Returns

+

Returns

The last property id.

@@ -339,11 +339,11 @@

gclue_client_emit_location_updated ()

void
 gclue_client_emit_location_updated (GClueClient *object,
-                                    const gchar *arg_old,
-                                    const gchar *arg_new);
-

Emits the "LocationUpdated" D-Bus signal.

+ const gchar *arg_old, + const gchar *arg_new); +

Emits the "LocationUpdated" D-Bus signal.

-

Parameters

+

Parameters

@@ -375,17 +375,17 @@

gclue_client_call_start ()

void
 gclue_client_call_start (GClueClient *proxy,
-                         GCancellable *cancellable,
-                         GAsyncReadyCallback callback,
-                         gpointer user_data);
-

Asynchronously invokes the Start() D-Bus method on proxy + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously invokes the Start() D-Bus method on proxy . When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_client_call_start_finish() to get the result of the operation.

See gclue_client_call_start_sync() for the synchronous, blocking version of this method.

-

Parameters

+

Parameters

@@ -400,12 +400,12 @@ - + - + @@ -421,13 +421,13 @@

gclue_client_call_start_finish ()

-
gboolean
+
gboolean
 gclue_client_call_start_finish (GClueClient *proxy,
-                                GAsyncResult *res,
-                                GError **error);
+ GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_client_call_start().

-

Parameters

+

Parameters

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 
@@ -442,20 +442,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_call_start().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_call_start().

 

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -463,15 +463,15 @@

gclue_client_call_start_sync ()

-
gboolean
+
gboolean
 gclue_client_call_start_sync (GClueClient *proxy,
-                              GCancellable *cancellable,
-                              GError **error);
-

Synchronously invokes the Start() D-Bus method on proxy + GCancellable *cancellable, + GError **error);

+

Synchronously invokes the Start() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See gclue_client_call_start() for the asynchronous version of this method.

-

Parameters

+

Parameters

@@ -486,20 +486,20 @@ - + - +

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -509,17 +509,17 @@

gclue_client_call_stop ()

void
 gclue_client_call_stop (GClueClient *proxy,
-                        GCancellable *cancellable,
-                        GAsyncReadyCallback callback,
-                        gpointer user_data);
-

Asynchronously invokes the Stop() D-Bus method on proxy + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously invokes the Stop() D-Bus method on proxy . When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_client_call_stop_finish() to get the result of the operation.

See gclue_client_call_stop_sync() for the synchronous, blocking version of this method.

-

Parameters

+

Parameters

@@ -534,12 +534,12 @@ - + - + @@ -555,13 +555,13 @@

gclue_client_call_stop_finish ()

-
gboolean
+
gboolean
 gclue_client_call_stop_finish (GClueClient *proxy,
-                               GAsyncResult *res,
-                               GError **error);
+ GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_client_call_stop().

-

Parameters

+

Parameters

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 
@@ -576,20 +576,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_call_stop().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_call_stop().

 

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -597,15 +597,15 @@

gclue_client_call_stop_sync ()

-
gboolean
+
gboolean
 gclue_client_call_stop_sync (GClueClient *proxy,
-                             GCancellable *cancellable,
-                             GError **error);
-

Synchronously invokes the Stop() D-Bus method on proxy + GCancellable *cancellable, + GError **error);

+

Synchronously invokes the Stop() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See gclue_client_call_stop() for the asynchronous version of this method.

-

Parameters

+

Parameters

@@ -620,20 +620,20 @@ - + - +

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -641,14 +641,14 @@

gclue_client_get_location ()

-
const gchar *
+
const gchar *
 gclue_client_get_location (GClueClient *object);
-

Gets the value of the "Location" D-Bus property.

+

Gets the value of the "Location" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object was constructed. Use gclue_client_dup_location() if on another thread.

[skip]

-

Parameters

+

Parameters

@@ -663,8 +663,8 @@
-

Returns

-

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object +

Returns

+

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object .

[transfer none]

@@ -672,13 +672,13 @@

gclue_client_dup_location ()

-
gchar *
+
gchar *
 gclue_client_dup_location (GClueClient *object);
-

Gets a copy of the "Location" D-Bus property.

+

Gets a copy of the "Location" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -693,8 +693,8 @@
-

Returns

-

The property value or NULL if the property is not set. The returned value should be freed with g_free().

+

Returns

+

The property value or NULL if the property is not set. The returned value should be freed with g_free().

[transfer full]

@@ -703,13 +703,13 @@

gclue_client_set_location ()

void
 gclue_client_set_location (GClueClient *object,
-                           const gchar *value);
-

Sets the "Location" D-Bus property to value + const gchar *value);

+

Sets the "Location" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -734,13 +734,13 @@

gclue_client_get_distance_threshold ()

-
guint
+
guint
 gclue_client_get_distance_threshold (GClueClient *object);
-

Gets the value of the "DistanceThreshold" D-Bus property.

+

Gets the value of the "DistanceThreshold" D-Bus property.

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -755,7 +755,7 @@
-

Returns

+

Returns

The property value.

@@ -764,13 +764,13 @@

gclue_client_set_distance_threshold ()

void
 gclue_client_set_distance_threshold (GClueClient *object,
-                                     guint value);
-

Sets the "DistanceThreshold" D-Bus property to value + guint value); +

Sets the "DistanceThreshold" D-Bus property to value .

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -795,14 +795,14 @@

gclue_client_get_desktop_id ()

-
const gchar *
+
const gchar *
 gclue_client_get_desktop_id (GClueClient *object);
-

Gets the value of the "DesktopId" D-Bus property.

+

Gets the value of the "DesktopId" D-Bus property.

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object was constructed. Use gclue_client_dup_desktop_id() if on another thread.

[skip]

-

Parameters

+

Parameters

@@ -817,8 +817,8 @@
-

Returns

-

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object +

Returns

+

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object .

[transfer none]

@@ -826,13 +826,13 @@

gclue_client_dup_desktop_id ()

-
gchar *
+
gchar *
 gclue_client_dup_desktop_id (GClueClient *object);
-

Gets a copy of the "DesktopId" D-Bus property.

+

Gets a copy of the "DesktopId" D-Bus property.

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -847,8 +847,8 @@
-

Returns

-

The property value or NULL if the property is not set. The returned value should be freed with g_free().

+

Returns

+

The property value or NULL if the property is not set. The returned value should be freed with g_free().

[transfer full]

@@ -857,13 +857,13 @@

gclue_client_set_desktop_id ()

void
 gclue_client_set_desktop_id (GClueClient *object,
-                             const gchar *value);
-

Sets the "DesktopId" D-Bus property to value + const gchar *value); +

Sets the "DesktopId" D-Bus property to value .

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -888,14 +888,14 @@

gclue_client_get_requested_accuracy_level ()

-
guint
+
guint
 gclue_client_get_requested_accuracy_level
                                (GClueClient *object);
-

Gets the value of the "RequestedAccuracyLevel" D-Bus property.

+

Gets the value of the "RequestedAccuracyLevel" D-Bus property.

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -910,7 +910,7 @@
-

Returns

+

Returns

The property value.

@@ -920,13 +920,13 @@
void
 gclue_client_set_requested_accuracy_level
                                (GClueClient *object,
-                                guint value);
-

Sets the "RequestedAccuracyLevel" D-Bus property to value + guint value); +

Sets the "RequestedAccuracyLevel" D-Bus property to value .

Since this D-Bus property is both readable and writable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -951,13 +951,13 @@

gclue_client_get_active ()

-
gboolean
+
gboolean
 gclue_client_get_active (GClueClient *object);
-

Gets the value of the "Active" D-Bus property.

+

Gets the value of the "Active" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -972,7 +972,7 @@
-

Returns

+

Returns

The property value.

@@ -981,13 +981,13 @@

gclue_client_set_active ()

void
 gclue_client_set_active (GClueClient *object,
-                         gboolean value);
-

Sets the "Active" D-Bus property to value + gboolean value); +

Sets the "Active" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -1017,45 +1017,45 @@

Property Details

The “active” property

-
  “active”                   gboolean
-

Represents the D-Bus property "Active".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “active”                   gboolean
+

Represents the D-Bus property "Active".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: FALSE


The “desktop-id” property

-
  “desktop-id”               gchar *
-

Represents the D-Bus property "DesktopId".

-

Since the D-Bus property for this GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.

+
  “desktop-id”               gchar *
+

Represents the D-Bus property "DesktopId".

+

Since the D-Bus property for this GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.

Flags: Read / Write

Default value: NULL


The “distance-threshold” property

-
  “distance-threshold”       guint
-

Represents the D-Bus property "DistanceThreshold".

-

Since the D-Bus property for this GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.

+
  “distance-threshold”       guint
+

Represents the D-Bus property "DistanceThreshold".

+

Since the D-Bus property for this GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.

Flags: Read / Write

Default value: 0


The “location” property

-
  “location”                 gchar *
-

Represents the D-Bus property "Location".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “location”                 gchar *
+

Represents the D-Bus property "Location".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: NULL


The “requested-accuracy-level” property

-
  “requested-accuracy-level” guint
-

Represents the D-Bus property "RequestedAccuracyLevel".

-

Since the D-Bus property for this GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.

+
  “requested-accuracy-level” guint
+

Represents the D-Bus property "RequestedAccuracyLevel".

+

Since the D-Bus property for this GObject property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.

Flags: Read / Write

Default value: 0

@@ -1064,15 +1064,15 @@

Signal Details

The “handle-start” signal

-
gboolean
+
gboolean
 user_function (GClueClient           *object,
-               GDBusMethodInvocation *invocation,
-               gpointer               user_data)
-

Signal emitted when a remote caller is invoking the Start() D-Bus method.

-

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation - and eventually call gclue_client_complete_start() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

+ GDBusMethodInvocation *invocation, + gpointer user_data)
+

Signal emitted when a remote caller is invoking the Start() D-Bus method.

+

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation + and eventually call gclue_client_complete_start() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

-

Parameters

+

Parameters

@@ -1087,7 +1087,7 @@ - + @@ -1099,23 +1099,23 @@

invocation

A GDBusMethodInvocation.

A GDBusMethodInvocation.

 
-

Returns

-

TRUE if the invocation was handled, FALSE to let other signal handlers run.

+

Returns

+

TRUE if the invocation was handled, FALSE to let other signal handlers run.

-

Flags: Run Last

+

Flags: Run Last


The “handle-stop” signal

-
gboolean
+
gboolean
 user_function (GClueClient           *object,
-               GDBusMethodInvocation *invocation,
-               gpointer               user_data)
-

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

-

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation - and eventually call gclue_client_complete_stop() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

+ GDBusMethodInvocation *invocation, + gpointer user_data)
+

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

+

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation + and eventually call gclue_client_complete_stop() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

-

Parameters

+

Parameters

@@ -1130,7 +1130,7 @@ - + @@ -1142,23 +1142,23 @@

invocation

A GDBusMethodInvocation.

A GDBusMethodInvocation.

 
-

Returns

-

TRUE if the invocation was handled, FALSE to let other signal handlers run.

+

Returns

+

TRUE if the invocation was handled, FALSE to let other signal handlers run.

-

Flags: Run Last

+

Flags: Run Last


The “location-updated” signal

void
 user_function (GClueClient *object,
-               gchar       *arg_old,
-               gchar       *arg_new,
-               gpointer     user_data)
-

On the client-side, this signal is emitted whenever the D-Bus signal "LocationUpdated" is received.

-

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

+ gchar *arg_old, + gchar *arg_new, + gpointer user_data) +

On the client-side, this signal is emitted whenever the D-Bus signal "LocationUpdated" is received.

+

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

-

Parameters

+

Parameters

@@ -1189,11 +1189,11 @@
-

Flags: Run Last

+

Flags: Run Last

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueClientProxy.html geoclue-2.0-2.4.1/docs/lib/html/GClueClientProxy.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueClientProxy.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueClientProxy.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -117,8 +117,8 @@

Object Hierarchy

-
    GObject
-    ╰── GDBusProxy
+
    GObject
+    ╰── GDBusProxy
         ╰── GClueClientProxy
 
@@ -132,15 +132,15 @@
void
 gclue_client_proxy_create (const char *desktop_id,
                            GClueAccuracyLevel accuracy_level,
-                           GCancellable *cancellable,
-                           GAsyncReadyCallback callback,
-                           gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

A utility function to create a GClueClientProxy without having to deal with a GClueManager.

See gclue_client_proxy_create_sync() for the synchronous, blocking version of this function.

-

Parameters

+

Parameters

@@ -160,12 +160,12 @@ - + - + @@ -182,11 +182,11 @@

gclue_client_proxy_create_finish ()

GClueClient *
-gclue_client_proxy_create_finish (GAsyncResult *result,
-                                  GError **error);
+gclue_client_proxy_create_finish (GAsyncResult *result, + GError **error);

Finishes an operation started with gclue_client_proxy_create().

-

Parameters

+

Parameters

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the results are ready.

A GAsyncReadyCallback to call when the results are ready.

 
@@ -196,22 +196,22 @@ - - +

result

The GAsyncResult obtained from the GAsyncReadyCallback passed to +

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_proxy_create().

 

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

+

Returns

The constructed proxy -object or NULL if error +object or NULL if error is set.

[transfer full][type GClueClientProxy]

@@ -222,11 +222,11 @@
GClueClient *
 gclue_client_proxy_create_sync (const char *desktop_id,
                                 GClueAccuracyLevel accuracy_level,
-                                GCancellable *cancellable,
-                                GError **error);
+ GCancellable *cancellable, + GError **error);

The synchronous and blocking version of gclue_client_proxy_create().

-

Parameters

+

Parameters

@@ -246,21 +246,21 @@ - + - +

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

+

Returns

The constructed proxy -object or NULL if error +object or NULL if error is set.

[transfer full][type GClueClientProxy]

@@ -269,20 +269,20 @@

gclue_client_proxy_new ()

void
-gclue_client_proxy_new (GDBusConnection *connection,
-                        GDBusProxyFlags flags,
-                        const gchar *name,
-                        const gchar *object_path,
-                        GCancellable *cancellable,
-                        GAsyncReadyCallback callback,
-                        gpointer user_data);
-

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Client. See g_dbus_proxy_new() for more details.

+gclue_client_proxy_new (GDBusConnection *connection, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Client. See g_dbus_proxy_new() for more details.

When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_client_proxy_new_finish() to get the result of the operation.

See gclue_client_proxy_new_sync() for the synchronous, blocking version of this constructor.

-

Parameters

+

Parameters

@@ -292,17 +292,17 @@ - + - + - @@ -313,12 +313,12 @@ - + - + @@ -335,11 +335,11 @@

gclue_client_proxy_new_finish ()

GClueClient *
-gclue_client_proxy_new_finish (GAsyncResult *res,
-                               GError **error);
+gclue_client_proxy_new_finish (GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_client_proxy_new().

-

Parameters

+

Parameters

connection

A GDBusConnection.

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection +

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[allow-none]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

A GAsyncReadyCallback to call when the request is satisfied.

 
@@ -349,20 +349,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_proxy_new().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_proxy_new().

 

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueClientProxy]

@@ -371,17 +371,17 @@

gclue_client_proxy_new_sync ()

GClueClient *
-gclue_client_proxy_new_sync (GDBusConnection *connection,
-                             GDBusProxyFlags flags,
-                             const gchar *name,
-                             const gchar *object_path,
-                             GCancellable *cancellable,
-                             GError **error);
-

Synchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Client. See g_dbus_proxy_new_sync() for more details.

+gclue_client_proxy_new_sync (GDBusConnection *connection, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GError **error); +

Synchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Client. See g_dbus_proxy_new_sync() for more details.

The calling thread is blocked until a reply is received.

See gclue_client_proxy_new() for the asynchronous version of this constructor.

-

Parameters

+

Parameters

@@ -391,17 +391,17 @@ - + - + - @@ -412,20 +412,20 @@ - + - +

connection

A GDBusConnection.

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection +

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[allow-none]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueClientProxy]

@@ -434,20 +434,20 @@

gclue_client_proxy_new_for_bus ()

void
-gclue_client_proxy_new_for_bus (GBusType bus_type,
-                                GDBusProxyFlags flags,
-                                const gchar *name,
-                                const gchar *object_path,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
-

Like gclue_client_proxy_new() but takes a GBusType instead of a GDBusConnection.

+gclue_client_proxy_new_for_bus (GBusType bus_type, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Like gclue_client_proxy_new() but takes a GBusType instead of a GDBusConnection.

When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_client_proxy_new_for_bus_finish() to get the result of the operation.

See gclue_client_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.

-

Parameters

+

Parameters

@@ -457,12 +457,12 @@ - + - + @@ -477,12 +477,12 @@ - + - + @@ -499,11 +499,11 @@

gclue_client_proxy_new_for_bus_finish ()

GClueClient *
-gclue_client_proxy_new_for_bus_finish (GAsyncResult *res,
-                                       GError **error);
+gclue_client_proxy_new_for_bus_finish (GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_client_proxy_new_for_bus().

-

Parameters

+

Parameters

bus_type

A GBusType.

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

A GAsyncReadyCallback to call when the request is satisfied.

 
@@ -513,20 +513,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_proxy_new_for_bus().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_client_proxy_new_for_bus().

 

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueClientProxy]

@@ -535,17 +535,17 @@

gclue_client_proxy_new_for_bus_sync ()

GClueClient *
-gclue_client_proxy_new_for_bus_sync (GBusType bus_type,
-                                     GDBusProxyFlags flags,
-                                     const gchar *name,
-                                     const gchar *object_path,
-                                     GCancellable *cancellable,
-                                     GError **error);
-

Like gclue_client_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

+gclue_client_proxy_new_for_bus_sync (GBusType bus_type, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GError **error); +

Like gclue_client_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

The calling thread is blocked until a reply is received.

See gclue_client_proxy_new_for_bus() for the asynchronous version of this constructor.

-

Parameters

+

Parameters

@@ -555,12 +555,12 @@ - + - + @@ -575,20 +575,20 @@ - + - +

bus_type

A GBusType.

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueClientProxy]

@@ -599,6 +599,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueLocation.html geoclue-2.0-2.4.1/docs/lib/html/GClueLocation.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueLocation.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueLocation.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -43,7 +43,7 @@ -GDBusInterfaceInfo * +GDBusInterfaceInfo * gclue_location_interface_info () @@ -51,7 +51,7 @@ -guint +guint gclue_location_override_properties () @@ -59,7 +59,7 @@ -gdouble +gdouble gclue_location_get_latitude () @@ -75,7 +75,7 @@ -gdouble +gdouble gclue_location_get_longitude () @@ -91,7 +91,7 @@ -gdouble +gdouble gclue_location_get_accuracy () @@ -107,7 +107,7 @@ -gdouble +gdouble gclue_location_get_altitude () @@ -123,7 +123,7 @@ -gdouble +gdouble gclue_location_get_speed () @@ -139,7 +139,7 @@ -gdouble +gdouble gclue_location_get_heading () @@ -154,7 +154,7 @@ -const gchar * +const gchar * gclue_location_get_description () @@ -162,7 +162,7 @@ -gchar * +gchar * gclue_location_dup_description () @@ -189,38 +189,38 @@ -gdouble +gdouble accuracy Read / Write -gdouble +gdouble altitude Read / Write -gchar * +gchar * description Read / Write -gdouble +gdouble heading Read / Write -gdouble +gdouble latitude Read / Write -gdouble +gdouble longitude Read / Write -gdouble +gdouble speed Read / Write @@ -229,7 +229,7 @@

Object Hierarchy

-
    GInterface
+
    GInterface
     ╰── GClueLocation
 
@@ -240,25 +240,25 @@

Functions

gclue_location_interface_info ()

-
GDBusInterfaceInfo *
+
GDBusInterfaceInfo *
 gclue_location_interface_info (void);

Gets a machine-readable description of the org.freedesktop.GeoClue2.Location D-Bus interface.

-

Returns

-

A GDBusInterfaceInfo. Do not free.

+

Returns

+

A GDBusInterfaceInfo. Do not free.

[transfer none]


gclue_location_override_properties ()

-
guint
-gclue_location_override_properties (GObjectClass *klass,
-                                    guint property_id_begin);
-

Overrides all GObject properties in the GClueLocation interface for a concrete class. +

guint
+gclue_location_override_properties (GObjectClass *klass,
+                                    guint property_id_begin);
+

Overrides all GObject properties in the GClueLocation interface for a concrete class. The properties are overridden in the order they are defined.

-

Parameters

+

Parameters

@@ -268,7 +268,7 @@ - + @@ -280,20 +280,20 @@

klass

The class structure for a GObject-derived class.

The class structure for a GObject-derived class.

 
-

Returns

+

Returns

The last property id.


gclue_location_get_latitude ()

-
gdouble
+
gdouble
 gclue_location_get_latitude (GClueLocation *object);
-

Gets the value of the "Latitude" D-Bus property.

+

Gets the value of the "Latitude" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -308,7 +308,7 @@
-

Returns

+

Returns

The property value.

@@ -317,13 +317,13 @@

gclue_location_set_latitude ()

void
 gclue_location_set_latitude (GClueLocation *object,
-                             gdouble value);
-

Sets the "Latitude" D-Bus property to value + gdouble value); +

Sets the "Latitude" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -348,13 +348,13 @@

gclue_location_get_longitude ()

-
gdouble
+
gdouble
 gclue_location_get_longitude (GClueLocation *object);
-

Gets the value of the "Longitude" D-Bus property.

+

Gets the value of the "Longitude" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -369,7 +369,7 @@
-

Returns

+

Returns

The property value.

@@ -378,13 +378,13 @@

gclue_location_set_longitude ()

void
 gclue_location_set_longitude (GClueLocation *object,
-                              gdouble value);
-

Sets the "Longitude" D-Bus property to value + gdouble value); +

Sets the "Longitude" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -409,13 +409,13 @@

gclue_location_get_accuracy ()

-
gdouble
+
gdouble
 gclue_location_get_accuracy (GClueLocation *object);
-

Gets the value of the "Accuracy" D-Bus property.

+

Gets the value of the "Accuracy" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -430,7 +430,7 @@
-

Returns

+

Returns

The property value.

@@ -439,13 +439,13 @@

gclue_location_set_accuracy ()

void
 gclue_location_set_accuracy (GClueLocation *object,
-                             gdouble value);
-

Sets the "Accuracy" D-Bus property to value + gdouble value); +

Sets the "Accuracy" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -470,13 +470,13 @@

gclue_location_get_altitude ()

-
gdouble
+
gdouble
 gclue_location_get_altitude (GClueLocation *object);
-

Gets the value of the "Altitude" D-Bus property.

+

Gets the value of the "Altitude" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -491,7 +491,7 @@
-

Returns

+

Returns

The property value.

@@ -500,13 +500,13 @@

gclue_location_set_altitude ()

void
 gclue_location_set_altitude (GClueLocation *object,
-                             gdouble value);
-

Sets the "Altitude" D-Bus property to value + gdouble value); +

Sets the "Altitude" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -531,13 +531,13 @@

gclue_location_get_speed ()

-
gdouble
+
gdouble
 gclue_location_get_speed (GClueLocation *object);
-

Gets the value of the "Speed" D-Bus property.

+

Gets the value of the "Speed" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -552,7 +552,7 @@
-

Returns

+

Returns

The property value.

@@ -561,13 +561,13 @@

gclue_location_set_speed ()

void
 gclue_location_set_speed (GClueLocation *object,
-                          gdouble value);
-

Sets the "Speed" D-Bus property to value + gdouble value); +

Sets the "Speed" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -592,13 +592,13 @@

gclue_location_get_heading ()

-
gdouble
+
gdouble
 gclue_location_get_heading (GClueLocation *object);
-

Gets the value of the "Heading" D-Bus property.

+

Gets the value of the "Heading" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -613,7 +613,7 @@
-

Returns

+

Returns

The property value.

@@ -622,13 +622,13 @@

gclue_location_set_heading ()

void
 gclue_location_set_heading (GClueLocation *object,
-                            gdouble value);
-

Sets the "Heading" D-Bus property to value + gdouble value); +

Sets the "Heading" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -653,14 +653,14 @@

gclue_location_get_description ()

-
const gchar *
+
const gchar *
 gclue_location_get_description (GClueLocation *object);
-

Gets the value of the "Description" D-Bus property.

+

Gets the value of the "Description" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object was constructed. Use gclue_location_dup_description() if on another thread.

[skip]

-

Parameters

+

Parameters

@@ -675,8 +675,8 @@
-

Returns

-

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object +

Returns

+

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object .

[transfer none]

@@ -684,13 +684,13 @@

gclue_location_dup_description ()

-
gchar *
+
gchar *
 gclue_location_dup_description (GClueLocation *object);
-

Gets a copy of the "Description" D-Bus property.

+

Gets a copy of the "Description" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -705,8 +705,8 @@
-

Returns

-

The property value or NULL if the property is not set. The returned value should be freed with g_free().

+

Returns

+

The property value or NULL if the property is not set. The returned value should be freed with g_free().

[transfer full]

@@ -715,13 +715,13 @@

gclue_location_set_description ()

void
 gclue_location_set_description (GClueLocation *object,
-                                const gchar *value);
-

Sets the "Description" D-Bus property to value + const gchar *value); +

Sets the "Description" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -751,69 +751,69 @@

Property Details

The “accuracy” property

-
  “accuracy”                 gdouble
-

Represents the D-Bus property "Accuracy".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “accuracy”                 gdouble
+

Represents the D-Bus property "Accuracy".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0


The “altitude” property

-
  “altitude”                 gdouble
-

Represents the D-Bus property "Altitude".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “altitude”                 gdouble
+

Represents the D-Bus property "Altitude".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0


The “description” property

-
  “description”              gchar *
-

Represents the D-Bus property "Description".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “description”              gchar *
+

Represents the D-Bus property "Description".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: NULL


The “heading” property

-
  “heading”                  gdouble
-

Represents the D-Bus property "Heading".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “heading”                  gdouble
+

Represents the D-Bus property "Heading".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0


The “latitude” property

-
  “latitude”                 gdouble
-

Represents the D-Bus property "Latitude".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “latitude”                 gdouble
+

Represents the D-Bus property "Latitude".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0


The “longitude” property

-
  “longitude”                gdouble
-

Represents the D-Bus property "Longitude".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “longitude”                gdouble
+

Represents the D-Bus property "Longitude".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0


The “speed” property

-
  “speed”                    gdouble
-

Represents the D-Bus property "Speed".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “speed”                    gdouble
+

Represents the D-Bus property "Speed".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueLocationProxy.html geoclue-2.0-2.4.1/docs/lib/html/GClueLocationProxy.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueLocationProxy.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueLocationProxy.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -93,8 +93,8 @@

Object Hierarchy

-
    GObject
-    ╰── GDBusProxy
+
    GObject
+    ╰── GDBusProxy
         ╰── GClueLocationProxy
 
@@ -106,20 +106,20 @@

gclue_location_proxy_new ()

void
-gclue_location_proxy_new (GDBusConnection *connection,
-                          GDBusProxyFlags flags,
-                          const gchar *name,
-                          const gchar *object_path,
-                          GCancellable *cancellable,
-                          GAsyncReadyCallback callback,
-                          gpointer user_data);
-

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Location. See g_dbus_proxy_new() for more details.

+gclue_location_proxy_new (GDBusConnection *connection, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Location. See g_dbus_proxy_new() for more details.

When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_location_proxy_new_finish() to get the result of the operation.

See gclue_location_proxy_new_sync() for the synchronous, blocking version of this constructor.

-

Parameters

+

Parameters

@@ -129,17 +129,17 @@ - + - + - @@ -150,12 +150,12 @@ - + - + @@ -172,11 +172,11 @@

gclue_location_proxy_new_finish ()

GClueLocation *
-gclue_location_proxy_new_finish (GAsyncResult *res,
-                                 GError **error);
+gclue_location_proxy_new_finish (GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_location_proxy_new().

-

Parameters

+

Parameters

connection

A GDBusConnection.

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection +

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[allow-none]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

A GAsyncReadyCallback to call when the request is satisfied.

 
@@ -186,20 +186,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_location_proxy_new().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_location_proxy_new().

 

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueLocationProxy]

@@ -208,17 +208,17 @@

gclue_location_proxy_new_sync ()

GClueLocation *
-gclue_location_proxy_new_sync (GDBusConnection *connection,
-                               GDBusProxyFlags flags,
-                               const gchar *name,
-                               const gchar *object_path,
-                               GCancellable *cancellable,
-                               GError **error);
-

Synchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Location. See g_dbus_proxy_new_sync() for more details.

+gclue_location_proxy_new_sync (GDBusConnection *connection, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GError **error); +

Synchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Location. See g_dbus_proxy_new_sync() for more details.

The calling thread is blocked until a reply is received.

See gclue_location_proxy_new() for the asynchronous version of this constructor.

-

Parameters

+

Parameters

@@ -228,17 +228,17 @@ - + - + - @@ -249,20 +249,20 @@ - + - +

connection

A GDBusConnection.

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection +

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[allow-none]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueLocationProxy]

@@ -271,20 +271,20 @@

gclue_location_proxy_new_for_bus ()

void
-gclue_location_proxy_new_for_bus (GBusType bus_type,
-                                  GDBusProxyFlags flags,
-                                  const gchar *name,
-                                  const gchar *object_path,
-                                  GCancellable *cancellable,
-                                  GAsyncReadyCallback callback,
-                                  gpointer user_data);
-

Like gclue_location_proxy_new() but takes a GBusType instead of a GDBusConnection.

+gclue_location_proxy_new_for_bus (GBusType bus_type, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Like gclue_location_proxy_new() but takes a GBusType instead of a GDBusConnection.

When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_location_proxy_new_for_bus_finish() to get the result of the operation.

See gclue_location_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.

-

Parameters

+

Parameters

@@ -294,12 +294,12 @@ - + - + @@ -314,12 +314,12 @@ - + - + @@ -337,11 +337,11 @@

gclue_location_proxy_new_for_bus_finish ()

GClueLocation *
 gclue_location_proxy_new_for_bus_finish
-                               (GAsyncResult *res,
-                                GError **error);
+ (GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_location_proxy_new_for_bus().

-

Parameters

+

Parameters

bus_type

A GBusType.

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

A GAsyncReadyCallback to call when the request is satisfied.

 
@@ -351,20 +351,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_location_proxy_new_for_bus().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_location_proxy_new_for_bus().

 

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueLocationProxy]

@@ -373,17 +373,17 @@

gclue_location_proxy_new_for_bus_sync ()

GClueLocation *
-gclue_location_proxy_new_for_bus_sync (GBusType bus_type,
-                                       GDBusProxyFlags flags,
-                                       const gchar *name,
-                                       const gchar *object_path,
-                                       GCancellable *cancellable,
-                                       GError **error);
-

Like gclue_location_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

+gclue_location_proxy_new_for_bus_sync (GBusType bus_type, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GError **error); +

Like gclue_location_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

The calling thread is blocked until a reply is received.

See gclue_location_proxy_new_for_bus() for the asynchronous version of this constructor.

-

Parameters

+

Parameters

@@ -393,12 +393,12 @@ - + - + @@ -413,20 +413,20 @@ - + - +

bus_type

A GBusType.

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueLocationProxy]

@@ -437,6 +437,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueManager.html geoclue-2.0-2.4.1/docs/lib/html/GClueManager.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueManager.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueManager.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GDBusInterfaceInfo * +GDBusInterfaceInfo * gclue_manager_interface_info () @@ -52,7 +52,7 @@ -guint +guint gclue_manager_override_properties () @@ -68,7 +68,7 @@ -gboolean +gboolean gclue_manager_call_get_client_finish () @@ -76,7 +76,7 @@ -gboolean +gboolean gclue_manager_call_get_client_sync () @@ -92,7 +92,7 @@ -gboolean +gboolean gclue_manager_call_add_agent_finish () @@ -100,7 +100,7 @@ -gboolean +gboolean gclue_manager_call_add_agent_sync () @@ -108,7 +108,7 @@ -gboolean +gboolean gclue_manager_get_in_use () @@ -124,7 +124,7 @@ -guint +guint gclue_manager_get_available_accuracy_level () @@ -151,12 +151,12 @@ -guint +guint available-accuracy-level Read / Write -gboolean +gboolean in-use Read / Write @@ -173,24 +173,24 @@ -gboolean +gboolean handle-add-agent -Run Last +Run Last -gboolean +gboolean handle-get-client -Run Last +Run Last

Object Hierarchy

-
    GInterface
+
    GInterface
     ╰── GClueManager
-    GObject
-    ╰── GDBusInterfaceSkeleton
+    GObject
+    ╰── GDBusInterfaceSkeleton
         ╰── GClueManagerSkeleton
 
@@ -201,25 +201,25 @@

Functions

gclue_manager_interface_info ()

-
GDBusInterfaceInfo *
+
GDBusInterfaceInfo *
 gclue_manager_interface_info (void);

Gets a machine-readable description of the org.freedesktop.GeoClue2.Manager D-Bus interface.

-

Returns

-

A GDBusInterfaceInfo. Do not free.

+

Returns

+

A GDBusInterfaceInfo. Do not free.

[transfer none]


gclue_manager_override_properties ()

-
guint
-gclue_manager_override_properties (GObjectClass *klass,
-                                   guint property_id_begin);
-

Overrides all GObject properties in the GClueManager interface for a concrete class. +

guint
+gclue_manager_override_properties (GObjectClass *klass,
+                                   guint property_id_begin);
+

Overrides all GObject properties in the GClueManager interface for a concrete class. The properties are overridden in the order they are defined.

-

Parameters

+

Parameters

@@ -229,7 +229,7 @@ - + @@ -241,7 +241,7 @@

klass

The class structure for a GObject-derived class.

The class structure for a GObject-derived class.

 
-

Returns

+

Returns

The last property id.

@@ -250,17 +250,17 @@

gclue_manager_call_get_client ()

void
 gclue_manager_call_get_client (GClueManager *proxy,
-                               GCancellable *cancellable,
-                               GAsyncReadyCallback callback,
-                               gpointer user_data);
-

Asynchronously invokes the GetClient() D-Bus method on proxy + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously invokes the GetClient() D-Bus method on proxy . When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_manager_call_get_client_finish() to get the result of the operation.

See gclue_manager_call_get_client_sync() for the synchronous, blocking version of this method.

-

Parameters

+

Parameters

@@ -275,12 +275,12 @@ - + - + @@ -296,14 +296,14 @@

gclue_manager_call_get_client_finish ()

-
gboolean
+
gboolean
 gclue_manager_call_get_client_finish (GClueManager *proxy,
-                                      gchar **out_client,
-                                      GAsyncResult *res,
-                                      GError **error);
+ gchar **out_client, + GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_manager_call_get_client().

-

Parameters

+

Parameters

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 
@@ -318,25 +318,25 @@ - + - + - +

out_client

Return location for return parameter or NULL to ignore.

Return location for return parameter or NULL to ignore.

[out]

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_call_get_client().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_call_get_client().

 

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -344,16 +344,16 @@

gclue_manager_call_get_client_sync ()

-
gboolean
+
gboolean
 gclue_manager_call_get_client_sync (GClueManager *proxy,
-                                    gchar **out_client,
-                                    GCancellable *cancellable,
-                                    GError **error);
-

Synchronously invokes the GetClient() D-Bus method on proxy + gchar **out_client, + GCancellable *cancellable, + GError **error);

+

Synchronously invokes the GetClient() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See gclue_manager_call_get_client() for the asynchronous version of this method.

-

Parameters

+

Parameters

@@ -368,25 +368,25 @@ - + - + - +

out_client

Return location for return parameter or NULL to ignore.

Return location for return parameter or NULL to ignore.

[out]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -396,18 +396,18 @@

gclue_manager_call_add_agent ()

void
 gclue_manager_call_add_agent (GClueManager *proxy,
-                              const gchar *arg_id,
-                              GCancellable *cancellable,
-                              GAsyncReadyCallback callback,
-                              gpointer user_data);
-

Asynchronously invokes the AddAgent() D-Bus method on proxy + const gchar *arg_id, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously invokes the AddAgent() D-Bus method on proxy . When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_manager_call_add_agent_finish() to get the result of the operation.

See gclue_manager_call_add_agent_sync() for the synchronous, blocking version of this method.

-

Parameters

+

Parameters

@@ -427,12 +427,12 @@ - + - + @@ -448,13 +448,13 @@

gclue_manager_call_add_agent_finish ()

-
gboolean
+
gboolean
 gclue_manager_call_add_agent_finish (GClueManager *proxy,
-                                     GAsyncResult *res,
-                                     GError **error);
+ GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_manager_call_add_agent().

-

Parameters

+

Parameters

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 
@@ -469,20 +469,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_call_add_agent().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_call_add_agent().

 

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -490,16 +490,16 @@

gclue_manager_call_add_agent_sync ()

-
gboolean
+
gboolean
 gclue_manager_call_add_agent_sync (GClueManager *proxy,
-                                   const gchar *arg_id,
-                                   GCancellable *cancellable,
-                                   GError **error);
-

Synchronously invokes the AddAgent() D-Bus method on proxy + const gchar *arg_id, + GCancellable *cancellable, + GError **error);

+

Synchronously invokes the AddAgent() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See gclue_manager_call_add_agent() for the asynchronous version of this method.

-

Parameters

+

Parameters

@@ -519,20 +519,20 @@ - + - +

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

-

TRUE if the call succeded, FALSE if error +

Returns

+

TRUE if the call succeded, FALSE if error is set.

[skip]

@@ -540,13 +540,13 @@

gclue_manager_get_in_use ()

-
gboolean
+
gboolean
 gclue_manager_get_in_use (GClueManager *object);
-

Gets the value of the "InUse" D-Bus property.

+

Gets the value of the "InUse" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -561,7 +561,7 @@
-

Returns

+

Returns

The property value.

@@ -570,13 +570,13 @@

gclue_manager_set_in_use ()

void
 gclue_manager_set_in_use (GClueManager *object,
-                          gboolean value);
-

Sets the "InUse" D-Bus property to value + gboolean value); +

Sets the "InUse" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -601,14 +601,14 @@

gclue_manager_get_available_accuracy_level ()

-
guint
+
guint
 gclue_manager_get_available_accuracy_level
                                (GClueManager *object);
-

Gets the value of the "AvailableAccuracyLevel" D-Bus property.

+

Gets the value of the "AvailableAccuracyLevel" D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

[skip]

-

Parameters

+

Parameters

@@ -623,7 +623,7 @@
-

Returns

+

Returns

The property value.

@@ -633,13 +633,13 @@
void
 gclue_manager_set_available_accuracy_level
                                (GClueManager *object,
-                                guint value);
-

Sets the "AvailableAccuracyLevel" D-Bus property to value + guint value); +

Sets the "AvailableAccuracyLevel" D-Bus property to value .

Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.

[skip]

-

Parameters

+

Parameters

@@ -669,18 +669,18 @@

Property Details

The “available-accuracy-level” property

-
  “available-accuracy-level” guint
-

Represents the D-Bus property "AvailableAccuracyLevel".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “available-accuracy-level” guint
+

Represents the D-Bus property "AvailableAccuracyLevel".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: 0


The “in-use” property

-
  “in-use”                   gboolean
-

Represents the D-Bus property "InUse".

-

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

+
  “in-use”                   gboolean
+

Represents the D-Bus property "InUse".

+

Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.

Flags: Read / Write

Default value: FALSE

@@ -689,16 +689,16 @@

Signal Details

The “handle-add-agent” signal

-
gboolean
+
gboolean
 user_function (GClueManager          *object,
-               GDBusMethodInvocation *invocation,
-               gchar                 *arg_id,
-               gpointer               user_data)
-

Signal emitted when a remote caller is invoking the AddAgent() D-Bus method.

-

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation - and eventually call gclue_manager_complete_add_agent() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

+ GDBusMethodInvocation *invocation, + gchar *arg_id, + gpointer user_data)
+

Signal emitted when a remote caller is invoking the AddAgent() D-Bus method.

+

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation + and eventually call gclue_manager_complete_add_agent() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

-

Parameters

+

Parameters

@@ -713,7 +713,7 @@ - + @@ -730,23 +730,23 @@

invocation

A GDBusMethodInvocation.

A GDBusMethodInvocation.

 
-

Returns

-

TRUE if the invocation was handled, FALSE to let other signal handlers run.

+

Returns

+

TRUE if the invocation was handled, FALSE to let other signal handlers run.

-

Flags: Run Last

+

Flags: Run Last


The “handle-get-client” signal

-
gboolean
+
gboolean
 user_function (GClueManager          *object,
-               GDBusMethodInvocation *invocation,
-               gpointer               user_data)
-

Signal emitted when a remote caller is invoking the GetClient() D-Bus method.

-

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation - and eventually call gclue_manager_complete_get_client() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

+ GDBusMethodInvocation *invocation, + gpointer user_data)
+

Signal emitted when a remote caller is invoking the GetClient() D-Bus method.

+

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation + and eventually call gclue_manager_complete_get_client() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

-

Parameters

+

Parameters

@@ -761,7 +761,7 @@ - + @@ -773,14 +773,14 @@

invocation

A GDBusMethodInvocation.

A GDBusMethodInvocation.

 
-

Returns

-

TRUE if the invocation was handled, FALSE to let other signal handlers run.

+

Returns

+

TRUE if the invocation was handled, FALSE to let other signal handlers run.

-

Flags: Run Last

+

Flags: Run Last

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueManagerProxy.html geoclue-2.0-2.4.1/docs/lib/html/GClueManagerProxy.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueManagerProxy.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueManagerProxy.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -93,8 +93,8 @@

Object Hierarchy

-
    GObject
-    ╰── GDBusProxy
+
    GObject
+    ╰── GDBusProxy
         ╰── GClueManagerProxy
 
@@ -106,20 +106,20 @@

gclue_manager_proxy_new ()

void
-gclue_manager_proxy_new (GDBusConnection *connection,
-                         GDBusProxyFlags flags,
-                         const gchar *name,
-                         const gchar *object_path,
-                         GCancellable *cancellable,
-                         GAsyncReadyCallback callback,
-                         gpointer user_data);
-

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Manager. See g_dbus_proxy_new() for more details.

+gclue_manager_proxy_new (GDBusConnection *connection, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Asynchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Manager. See g_dbus_proxy_new() for more details.

When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_manager_proxy_new_finish() to get the result of the operation.

See gclue_manager_proxy_new_sync() for the synchronous, blocking version of this constructor.

-

Parameters

+

Parameters

@@ -129,17 +129,17 @@ - + - + - @@ -150,12 +150,12 @@ - + - + @@ -172,11 +172,11 @@

gclue_manager_proxy_new_finish ()

GClueManager *
-gclue_manager_proxy_new_finish (GAsyncResult *res,
-                                GError **error);
+gclue_manager_proxy_new_finish (GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_manager_proxy_new().

-

Parameters

+

Parameters

connection

A GDBusConnection.

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection +

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[allow-none]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

A GAsyncReadyCallback to call when the request is satisfied.

 
@@ -186,20 +186,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_proxy_new().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_proxy_new().

 

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueManagerProxy]

@@ -208,17 +208,17 @@

gclue_manager_proxy_new_sync ()

GClueManager *
-gclue_manager_proxy_new_sync (GDBusConnection *connection,
-                              GDBusProxyFlags flags,
-                              const gchar *name,
-                              const gchar *object_path,
-                              GCancellable *cancellable,
-                              GError **error);
-

Synchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Manager. See g_dbus_proxy_new_sync() for more details.

+gclue_manager_proxy_new_sync (GDBusConnection *connection, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GError **error); +

Synchronously creates a proxy for the D-Bus interface org.freedesktop.GeoClue2.Manager. See g_dbus_proxy_new_sync() for more details.

The calling thread is blocked until a reply is received.

See gclue_manager_proxy_new() for the asynchronous version of this constructor.

-

Parameters

+

Parameters

@@ -228,17 +228,17 @@ - + - + - @@ -249,20 +249,20 @@ - + - +

connection

A GDBusConnection.

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection +

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[allow-none]

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueManagerProxy]

@@ -271,20 +271,20 @@

gclue_manager_proxy_new_for_bus ()

void
-gclue_manager_proxy_new_for_bus (GBusType bus_type,
-                                 GDBusProxyFlags flags,
-                                 const gchar *name,
-                                 const gchar *object_path,
-                                 GCancellable *cancellable,
-                                 GAsyncReadyCallback callback,
-                                 gpointer user_data);
-

Like gclue_manager_proxy_new() but takes a GBusType instead of a GDBusConnection.

+gclue_manager_proxy_new_for_bus (GBusType bus_type, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

Like gclue_manager_proxy_new() but takes a GBusType instead of a GDBusConnection.

When the operation is finished, callback - will be invoked in the thread-default main loop of the thread you are calling this method from. + will be invoked in the thread-default main loop of the thread you are calling this method from. You can then call gclue_manager_proxy_new_for_bus_finish() to get the result of the operation.

See gclue_manager_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.

-

Parameters

+

Parameters

@@ -294,12 +294,12 @@ - + - + @@ -314,12 +314,12 @@ - + - + @@ -337,11 +337,11 @@

gclue_manager_proxy_new_for_bus_finish ()

GClueManager *
 gclue_manager_proxy_new_for_bus_finish
-                               (GAsyncResult *res,
-                                GError **error);
+ (GAsyncResult *res, + GError **error);

Finishes an operation started with gclue_manager_proxy_new_for_bus().

-

Parameters

+

Parameters

bus_type

A GBusType.

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the request is satisfied.

A GAsyncReadyCallback to call when the request is satisfied.

 
@@ -351,20 +351,20 @@ - + - +

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_proxy_new_for_bus().

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_manager_proxy_new_for_bus().

 

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueManagerProxy]

@@ -373,17 +373,17 @@

gclue_manager_proxy_new_for_bus_sync ()

GClueManager *
-gclue_manager_proxy_new_for_bus_sync (GBusType bus_type,
-                                      GDBusProxyFlags flags,
-                                      const gchar *name,
-                                      const gchar *object_path,
-                                      GCancellable *cancellable,
-                                      GError **error);
-

Like gclue_manager_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

+gclue_manager_proxy_new_for_bus_sync (GBusType bus_type, + GDBusProxyFlags flags, + const gchar *name, + const gchar *object_path, + GCancellable *cancellable, + GError **error); +

Like gclue_manager_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

The calling thread is blocked until a reply is received.

See gclue_manager_proxy_new_for_bus() for the asynchronous version of this constructor.

-

Parameters

+

Parameters

@@ -393,12 +393,12 @@ - + - + @@ -413,20 +413,20 @@ - + - +

bus_type

A GBusType.

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

Flags from the GDBusProxyFlags enumeration.

 

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL

Return location for error or NULL

 
-

Returns

-

The constructed proxy object or NULL if error +

Returns

+

The constructed proxy object or NULL if error is set.

[transfer full][type GClueManagerProxy]

@@ -437,6 +437,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/GClueSimple.html geoclue-2.0-2.4.1/docs/lib/html/GClueSimple.html --- geoclue-2.0-2.4.0/docs/lib/html/GClueSimple.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/GClueSimple.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -106,7 +106,7 @@ -gchar * +gchar * desktop-id Write / Construct Only @@ -121,7 +121,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── GClueSimple
 
@@ -147,15 +147,15 @@
void
 gclue_simple_new (const char *desktop_id,
                   GClueAccuracyLevel accuracy_level,
-                  GCancellable *cancellable,
-                  GAsyncReadyCallback callback,
-                  gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronously creates a GClueSimple instance. Use gclue_simple_new_finish() to get the created GClueSimple instance.

See gclue_fetch_location_sync() for the synchronous, blocking version of this function.

-

Parameters

+

Parameters

@@ -175,12 +175,12 @@ - + - + @@ -197,11 +197,11 @@

gclue_simple_new_finish ()

GClueSimple *
-gclue_simple_new_finish (GAsyncResult *result,
-                         GError **error);
+gclue_simple_new_finish (GAsyncResult *result, + GError **error);

Finishes an operation started with gclue_simple_new().

-

Parameters

+

Parameters

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

callback

A GAsyncReadyCallback to call when the results are ready.

A GAsyncReadyCallback to call when the results are ready.

 
@@ -211,22 +211,22 @@ - - +

result

The GAsyncResult obtained from the GAsyncReadyCallback passed to +

The GAsyncResult obtained from the GAsyncReadyCallback passed to gclue_simple_new().

 

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

+

Returns

The constructed proxy -object or NULL if error +object or NULL if error is set.

[transfer full][type GClueSimple]

@@ -237,11 +237,11 @@
GClueSimple *
 gclue_simple_new_sync (const char *desktop_id,
                        GClueAccuracyLevel accuracy_level,
-                       GCancellable *cancellable,
-                       GError **error);
+ GCancellable *cancellable, + GError **error);

The synchronous and blocking version of gclue_simple_new().

-

Parameters

+

Parameters

@@ -261,21 +261,21 @@ - + - +

cancellable

A GCancellable or NULL.

A GCancellable or NULL.

[allow-none]

error

Return location for error or NULL.

Return location for error or NULL.

 
-

Returns

+

Returns

The new GClueSimple object or -NULL if error +NULL if error is set.

[transfer full][type GClueSimple]

@@ -287,7 +287,7 @@ gclue_simple_get_client (GClueSimple *simple);

Gets the client proxy.

-

Parameters

+

Parameters

@@ -302,7 +302,7 @@
-

Returns

+

Returns

The client object.

[transfer none][type GClueClientProxy]

@@ -314,7 +314,7 @@ gclue_simple_get_location (GClueSimple *simple);

Gets the current location.

-

Parameters

+

Parameters

@@ -329,7 +329,7 @@
-

Returns

+

Returns

The last known location as GClueLocation.

[transfer none][type GClueLocationProxy]

@@ -358,7 +358,7 @@

The “desktop-id” property

-
  “desktop-id”               gchar *
+
  “desktop-id”               gchar *

The Desktop ID of the application.

Flags: Write / Construct Only

Default value: NULL

@@ -373,6 +373,6 @@
+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/index.html geoclue-2.0-2.4.1/docs/lib/html/index.html --- geoclue-2.0-2.4.0/docs/lib/html/index.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/index.html 2015-12-07 19:09:56.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -22,7 +22,7 @@     
  

-

Version 2.4.0 +

Version 2.4.1

@@ -99,6 +99,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/index.sgml geoclue-2.0-2.4.1/docs/lib/html/index.sgml --- geoclue-2.0-2.4.0/docs/lib/html/index.sgml 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/index.sgml 1970-01-01 00:00:00.000000000 +0000 @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru geoclue-2.0-2.4.0/docs/lib/html/ix01.html geoclue-2.0-2.4.1/docs/lib/html/ix01.html --- geoclue-2.0-2.4.0/docs/lib/html/ix01.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/ix01.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -233,6 +233,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/libgeoclue.devhelp2 geoclue-2.0-2.4.1/docs/lib/html/libgeoclue.devhelp2 --- geoclue-2.0-2.4.0/docs/lib/html/libgeoclue.devhelp2 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/libgeoclue.devhelp2 2015-12-07 19:09:56.000000000 +0000 @@ -24,9 +24,9 @@ - + diff -Nru geoclue-2.0-2.4.0/docs/lib/html/libgeoclue-gclue-enums.html geoclue-2.0-2.4.1/docs/lib/html/libgeoclue-gclue-enums.html --- geoclue-2.0-2.4.0/docs/lib/html/libgeoclue-gclue-enums.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/libgeoclue-gclue-enums.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -39,20 +39,14 @@ - - -#define -GCLUE_TYPE_ACCURACY_LEVEL - - + -GType +GType gclue_accuracy_level_get_type () - - +
@@ -62,15 +56,21 @@ - + + enum GClueAccuracyLevel - + + +#define +GCLUE_TYPE_ACCURACY_LEVEL + +

Object Hierarchy

-
    GEnum
+
    GEnum
     ╰── GClueAccuracyLevel
 
@@ -80,14 +80,8 @@

Functions

-

GCLUE_TYPE_ACCURACY_LEVEL

-
#define GCLUE_TYPE_ACCURACY_LEVEL (gclue_accuracy_level_get_type ())
-
-
-
-

gclue_accuracy_level_get_type ()

-
GType
+
GType
 gclue_accuracy_level_get_type (void);
@@ -97,7 +91,7 @@

enum GClueAccuracyLevel

Used to specify level of accuracy requested by, or allowed for a client.

-

Members

+

Members

@@ -151,9 +145,15 @@
+
+
+

GCLUE_TYPE_ACCURACY_LEVEL

+
#define GCLUE_TYPE_ACCURACY_LEVEL (gclue_accuracy_level_get_type ())
+
+
+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/html/license.html geoclue-2.0-2.4.1/docs/lib/html/license.html --- geoclue-2.0-2.4.0/docs/lib/html/license.html 2015-10-27 13:08:51.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/html/license.html 2015-12-07 19:09:56.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -531,6 +531,6 @@

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru geoclue-2.0-2.4.0/docs/lib/Makefile.in geoclue-2.0-2.4.1/docs/lib/Makefile.in --- geoclue-2.0-2.4.0/docs/lib/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -96,10 +96,10 @@ subdir = docs/lib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -554,10 +554,10 @@ @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -@ENABLE_GTK_DOC_FALSE@clean-local: -@ENABLE_GTK_DOC_FALSE@maintainer-clean-local: @ENABLE_GTK_DOC_FALSE@uninstall-local: +@ENABLE_GTK_DOC_FALSE@clean-local: @ENABLE_GTK_DOC_FALSE@install-data-local: +@ENABLE_GTK_DOC_FALSE@maintainer-clean-local: @ENABLE_GTK_DOC_FALSE@distclean-local: clean: clean-am @@ -699,7 +699,7 @@ @ENABLE_GTK_DOC_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @ENABLE_GTK_DOC_TRUE@ @true -@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) +@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent @ENABLE_GTK_DOC_TRUE@ $(GTK_DOC_V_XML)_source_dir='' ; \ @ENABLE_GTK_DOC_TRUE@ for i in $(DOC_SOURCE_DIR) ; do \ @ENABLE_GTK_DOC_TRUE@ _source_dir="$${_source_dir} --source-dir=$$i" ; \ @@ -710,6 +710,17 @@ @ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp @ENABLE_GTK_DOC_TRUE@ @true +@ENABLE_GTK_DOC_TRUE@xml/gtkdocentities.ent: Makefile +@ENABLE_GTK_DOC_TRUE@ $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ ) > $@ + @ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) @ENABLE_GTK_DOC_TRUE@ $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ @ENABLE_GTK_DOC_TRUE@ mkhtml_options=""; \ diff -Nru geoclue-2.0-2.4.0/docs/lib/version.xml geoclue-2.0-2.4.1/docs/lib/version.xml --- geoclue-2.0-2.4.0/docs/lib/version.xml 2015-10-27 13:08:42.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/lib/version.xml 2015-12-07 19:07:39.000000000 +0000 @@ -1 +1 @@ -2.4.0 +2.4.1 diff -Nru geoclue-2.0-2.4.0/docs/Makefile.in geoclue-2.0-2.4.1/docs/Makefile.in --- geoclue-2.0-2.4.0/docs/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -96,10 +96,10 @@ subdir = docs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) @@ -738,11 +738,11 @@ @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -@ENABLE_GTK_DOC_FALSE@distclean-local: +@ENABLE_GTK_DOC_FALSE@maintainer-clean-local: @ENABLE_GTK_DOC_FALSE@install-data-local: @ENABLE_GTK_DOC_FALSE@uninstall-local: @ENABLE_GTK_DOC_FALSE@clean-local: -@ENABLE_GTK_DOC_FALSE@maintainer-clean-local: +@ENABLE_GTK_DOC_FALSE@distclean-local: clean: clean-recursive clean-am: clean-generic clean-libtool clean-local mostlyclean-am @@ -894,7 +894,7 @@ @ENABLE_GTK_DOC_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @ENABLE_GTK_DOC_TRUE@ @true -@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) +@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent @ENABLE_GTK_DOC_TRUE@ $(GTK_DOC_V_XML)_source_dir='' ; \ @ENABLE_GTK_DOC_TRUE@ for i in $(DOC_SOURCE_DIR) ; do \ @ENABLE_GTK_DOC_TRUE@ _source_dir="$${_source_dir} --source-dir=$$i" ; \ @@ -905,6 +905,17 @@ @ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp @ENABLE_GTK_DOC_TRUE@ @true +@ENABLE_GTK_DOC_TRUE@xml/gtkdocentities.ent: Makefile +@ENABLE_GTK_DOC_TRUE@ $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ echo ""; \ +@ENABLE_GTK_DOC_TRUE@ ) > $@ + @ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) @ENABLE_GTK_DOC_TRUE@ $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ @ENABLE_GTK_DOC_TRUE@ mkhtml_options=""; \ diff -Nru geoclue-2.0-2.4.0/docs/version.xml geoclue-2.0-2.4.1/docs/version.xml --- geoclue-2.0-2.4.0/docs/version.xml 2015-10-27 13:08:42.000000000 +0000 +++ geoclue-2.0-2.4.1/docs/version.xml 2015-12-07 19:07:39.000000000 +0000 @@ -1 +1 @@ -2.4.0 +2.4.1 diff -Nru geoclue-2.0-2.4.0/gtk-doc.make geoclue-2.0-2.4.1/gtk-doc.make --- geoclue-2.0-2.4.0/gtk-doc.make 2015-05-15 10:02:35.000000000 +0000 +++ geoclue-2.0-2.4.1/gtk-doc.make 2015-12-04 18:28:01.000000000 +0000 @@ -142,7 +142,7 @@ GTK_DOC_V_XML_=$(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) GTK_DOC_V_XML_0=@echo " DOC Building XML"; -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ @@ -153,6 +153,17 @@ sgml.stamp: sgml-build.stamp @true +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + #### html #### GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_$(V)) diff -Nru geoclue-2.0-2.4.0/libgeoclue/gclue-client.c geoclue-2.0-2.4.1/libgeoclue/gclue-client.c --- geoclue-2.0-2.4.0/libgeoclue/gclue-client.c 2015-10-21 15:07:34.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/gclue-client.c 2015-12-07 19:07:58.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/libgeoclue/gclue-client.h geoclue-2.0-2.4.1/libgeoclue/gclue-client.h --- geoclue-2.0-2.4.0/libgeoclue/gclue-client.h 2015-10-21 15:07:34.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/gclue-client.h 2015-12-07 19:07:58.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/libgeoclue/gclue-location.c geoclue-2.0-2.4.1/libgeoclue/gclue-location.c --- geoclue-2.0-2.4.0/libgeoclue/gclue-location.c 2015-10-21 15:07:34.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/gclue-location.c 2015-12-07 19:07:58.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/libgeoclue/gclue-location.h geoclue-2.0-2.4.1/libgeoclue/gclue-location.h --- geoclue-2.0-2.4.0/libgeoclue/gclue-location.h 2015-10-21 15:07:34.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/gclue-location.h 2015-12-07 19:07:58.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/libgeoclue/gclue-manager.c geoclue-2.0-2.4.1/libgeoclue/gclue-manager.c --- geoclue-2.0-2.4.0/libgeoclue/gclue-manager.c 2015-10-21 15:07:34.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/gclue-manager.c 2015-12-07 19:07:58.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/libgeoclue/gclue-manager.h geoclue-2.0-2.4.1/libgeoclue/gclue-manager.h --- geoclue-2.0-2.4.0/libgeoclue/gclue-manager.h 2015-10-21 15:07:34.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/gclue-manager.h 2015-12-07 19:07:58.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/libgeoclue/Makefile.in geoclue-2.0-2.4.1/libgeoclue/Makefile.in --- geoclue-2.0-2.4.0/libgeoclue/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/libgeoclue/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -94,10 +94,10 @@ subdir = libgeoclue ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(geoclue_include_HEADERS) \ diff -Nru geoclue-2.0-2.4.0/m4/intltool.m4 geoclue-2.0-2.4.1/m4/intltool.m4 --- geoclue-2.0-2.4.0/m4/intltool.m4 2015-03-09 01:39:54.000000000 +0000 +++ geoclue-2.0-2.4.1/m4/intltool.m4 1970-01-01 00:00:00.000000000 +0000 @@ -1,212 +0,0 @@ -## intltool.m4 - Configure intltool for the target system. -*-Shell-script-*- -## Copyright (C) 2001 Eazel, Inc. -## Author: Maciej Stachowiak -## Kenneth Christiansen -## -## 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 -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, but -## WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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, write to the Free Software -## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -## -## As a special exception to the GNU General Public License, if you -## distribute this file as part of a program that contains a -## configuration script generated by Autoconf, you may include it under -## the same distribution terms that you use for the rest of that program. - -dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 42 IT_PROG_INTLTOOL -AC_DEFUN([IT_PROG_INTLTOOL], [ -AC_PREREQ([2.50])dnl -AC_REQUIRE([AM_NLS])dnl - -case "$am__api_version" in - 1.[01234]) - AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) - ;; - *) - ;; -esac - -INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` -INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -if test -n "$1"; then - AC_MSG_CHECKING([for intltool >= $1]) - AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) -fi - -AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) -AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) -AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) -fi - -if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 -fi -AC_SUBST([AM_DEFAULT_VERBOSITY]) - -INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' -INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' -INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' -AC_SUBST(INTLTOOL_V_MERGE) -AC_SUBST(INTLTOOL__v_MERGE_) -AC_SUBST(INTLTOOL__v_MERGE_0) - -INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' -intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' -intltool__v_merge_options_0='-q' -AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) -AC_SUBST(intltool__v_merge_options_) -AC_SUBST(intltool__v_merge_options_0) - - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' -else - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' -fi - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - -_IT_SUBST(INTLTOOL_DESKTOP_RULE) -_IT_SUBST(INTLTOOL_DIRECTORY_RULE) -_IT_SUBST(INTLTOOL_KEYS_RULE) -_IT_SUBST(INTLTOOL_PROP_RULE) -_IT_SUBST(INTLTOOL_OAF_RULE) -_IT_SUBST(INTLTOOL_PONG_RULE) -_IT_SUBST(INTLTOOL_SERVER_RULE) -_IT_SUBST(INTLTOOL_SHEET_RULE) -_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) -_IT_SUBST(INTLTOOL_UI_RULE) -_IT_SUBST(INTLTOOL_XAM_RULE) -_IT_SUBST(INTLTOOL_KBD_RULE) -_IT_SUBST(INTLTOOL_XML_RULE) -_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) -_IT_SUBST(INTLTOOL_CAVES_RULE) -_IT_SUBST(INTLTOOL_SCHEMAS_RULE) -_IT_SUBST(INTLTOOL_THEME_RULE) -_IT_SUBST(INTLTOOL_SERVICE_RULE) -_IT_SUBST(INTLTOOL_POLICY_RULE) - -# Check the gettext tools to make sure they are GNU -AC_PATH_PROG(XGETTEXT, xgettext) -AC_PATH_PROG(MSGMERGE, msgmerge) -AC_PATH_PROG(MSGFMT, msgfmt) -AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi - -AC_PATH_PROG(INTLTOOL_PERL, perl) -if test -z "$INTLTOOL_PERL"; then - AC_MSG_ERROR([perl not found]) -fi -AC_MSG_CHECKING([for perl >= 5.8.1]) -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - AC_MSG_ERROR([perl 5.8.1 is required for intltool]) -else - IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - AC_MSG_RESULT([$IT_PERL_VERSION]) -fi -if test "x$2" != "xno-xml"; then - AC_MSG_CHECKING([for XML::Parser]) - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - AC_MSG_RESULT([ok]) - else - AC_MSG_ERROR([XML::Parser perl module is required for intltool]) - fi -fi - -# Substitute ALL_LINGUAS so we can use it in po/Makefile -AC_SUBST(ALL_LINGUAS) - -IT_PO_SUBDIR([po]) - -]) - - -# IT_PO_SUBDIR(DIRNAME) -# --------------------- -# All po subdirs have to be declared with this macro; the subdir "po" is -# declared by IT_PROG_INTLTOOL. -# -AC_DEFUN([IT_PO_SUBDIR], -[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. -dnl -dnl The following CONFIG_COMMANDS should be executed at the very end -dnl of config.status. -AC_CONFIG_COMMANDS_PRE([ - AC_CONFIG_COMMANDS([$1/stamp-it], [ - if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then - AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) - fi - rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" - >"$1/stamp-it.tmp" - [sed '/^#/d - s/^[[].*] *// - /^[ ]*$/d - '"s|^| $ac_top_srcdir/|" \ - "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" - ] - [sed '/^POTFILES =/,/[^\\]$/ { - /^POTFILES =/!d - r $1/POTFILES - } - ' "$1/Makefile.in" >"$1/Makefile"] - rm -f "$1/Makefile.tmp" - mv "$1/stamp-it.tmp" "$1/stamp-it" - ]) -])dnl -]) - -# _IT_SUBST(VARIABLE) -# ------------------- -# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST -# -AC_DEFUN([_IT_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) - -# deprecated macros -AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) -# A hint is needed for aclocal from Automake <= 1.9.4: -# AC_DEFUN([AC_PROG_INTLTOOL], ...) - diff -Nru geoclue-2.0-2.4.0/Makefile.in geoclue-2.0-2.4.1/Makefile.in --- geoclue-2.0-2.4.0/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -90,10 +90,10 @@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ diff -Nru geoclue-2.0-2.4.0/NEWS geoclue-2.0-2.4.1/NEWS --- geoclue-2.0-2.4.0/NEWS 2015-10-27 13:05:50.000000000 +0000 +++ geoclue-2.0-2.4.1/NEWS 2015-12-07 18:57:23.000000000 +0000 @@ -1,3 +1,14 @@ +2.4.1 +===== + +- Add some missing NULL checks to avoid some crashes. +- More reliable method to connect to Avahi from network NMEA source. +- Fix warnings on system log caused by geoclue trying to access D-Bus + properties it does not need. + +Ankit +Zeeshan Ali (Khattak) + 2.4.0 ===== diff -Nru geoclue-2.0-2.4.0/src/agent/geoclue-agent-interface.c geoclue-2.0-2.4.1/src/agent/geoclue-agent-interface.c --- geoclue-2.0-2.4.0/src/agent/geoclue-agent-interface.c 2015-10-21 15:07:31.000000000 +0000 +++ geoclue-2.0-2.4.1/src/agent/geoclue-agent-interface.c 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/agent/geoclue-agent-interface.h geoclue-2.0-2.4.1/src/agent/geoclue-agent-interface.h --- geoclue-2.0-2.4.0/src/agent/geoclue-agent-interface.h 2015-10-21 15:07:31.000000000 +0000 +++ geoclue-2.0-2.4.1/src/agent/geoclue-agent-interface.h 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/agent/Makefile.in geoclue-2.0-2.4.1/src/agent/Makefile.in --- geoclue-2.0-2.4.0/src/agent/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/src/agent/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -92,10 +92,10 @@ subdir = src/agent ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff -Nru geoclue-2.0-2.4.0/src/compass-interface.c geoclue-2.0-2.4.1/src/compass-interface.c --- geoclue-2.0-2.4.0/src/compass-interface.c 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/compass-interface.c 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/compass-interface.h geoclue-2.0-2.4.1/src/compass-interface.h --- geoclue-2.0-2.4.0/src/compass-interface.h 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/compass-interface.h 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-client-info.c geoclue-2.0-2.4.1/src/gclue-client-info.c --- geoclue-2.0-2.4.0/src/gclue-client-info.c 2015-09-07 12:17:11.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-client-info.c 2015-11-19 19:08:15.000000000 +0000 @@ -256,7 +256,7 @@ task = g_task_new (initable, cancellable, callback, user_data); g_dbus_proxy_new_for_bus (G_BUS_TYPE_SYSTEM, - G_DBUS_PROXY_FLAGS_NONE, + G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, NULL, "org.freedesktop.DBus", "/org/freedesktop/DBus", diff -Nru geoclue-2.0-2.4.0/src/gclue-client-interface.c geoclue-2.0-2.4.1/src/gclue-client-interface.c --- geoclue-2.0-2.4.0/src/gclue-client-interface.c 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-client-interface.c 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-client-interface.h geoclue-2.0-2.4.1/src/gclue-client-interface.h --- geoclue-2.0-2.4.0/src/gclue-client-interface.h 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-client-interface.h 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-location-interface.c geoclue-2.0-2.4.1/src/gclue-location-interface.c --- geoclue-2.0-2.4.0/src/gclue-location-interface.c 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-location-interface.c 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-location-interface.h geoclue-2.0-2.4.1/src/gclue-location-interface.h --- geoclue-2.0-2.4.0/src/gclue-location-interface.h 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-location-interface.h 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-manager-interface.c geoclue-2.0-2.4.1/src/gclue-manager-interface.c --- geoclue-2.0-2.4.0/src/gclue-manager-interface.c 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-manager-interface.c 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-manager-interface.h geoclue-2.0-2.4.1/src/gclue-manager-interface.h --- geoclue-2.0-2.4.0/src/gclue-manager-interface.h 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-manager-interface.h 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/gclue-nmea-source.c geoclue-2.0-2.4.1/src/gclue-nmea-source.c --- geoclue-2.0-2.4.0/src/gclue-nmea-source.c 2015-09-18 11:53:04.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-nmea-source.c 2015-11-30 17:13:21.000000000 +0000 @@ -352,9 +352,11 @@ g_return_if_fail (avahi_client != NULL); + priv->avahi_client = avahi_client; + if (state == AVAHI_CLIENT_FAILURE) { const char *errorstr = avahi_strerror - (avahi_client_errno (priv->avahi_client)); + (avahi_client_errno (avahi_client)); g_warning ("Avahi client failure: %s", errorstr); } @@ -593,7 +595,8 @@ g_clear_object (&priv->connection); g_clear_object (&priv->client); g_clear_object (&priv->cancellable); - avahi_client_free (priv->avahi_client); + if (priv->avahi_client) + avahi_client_free (priv->avahi_client); g_list_free_full (priv->all_services, avahi_service_free); } @@ -631,11 +634,11 @@ priv->cancellable = g_cancellable_new (); - priv->avahi_client = avahi_client_new (poll_api, - 0, - client_callback, - source, - &error); + avahi_client_new (poll_api, + 0, + client_callback, + source, + &error); if (priv->avahi_client == NULL) { g_warning ("Failed to connect to avahi service: %s", diff -Nru geoclue-2.0-2.4.0/src/gclue-wifi.c geoclue-2.0-2.4.1/src/gclue-wifi.c --- geoclue-2.0-2.4.0/src/gclue-wifi.c 2015-09-07 12:17:11.000000000 +0000 +++ geoclue-2.0-2.4.1/src/gclue-wifi.c 2015-11-19 19:01:45.000000000 +0000 @@ -392,6 +392,9 @@ wifi); bss_list = wpa_interface_get_bsss (WPA_INTERFACE (priv->interface)); + if (bss_list == NULL) + return; + for (i = 0; bss_list[i] != NULL; i++) on_bss_added (WPA_INTERFACE (priv->interface), bss_list[i], diff -Nru geoclue-2.0-2.4.0/src/geocode-glib/Makefile.in geoclue-2.0-2.4.1/src/geocode-glib/Makefile.in --- geoclue-2.0-2.4.0/src/geocode-glib/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/src/geocode-glib/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -91,10 +91,10 @@ subdir = src/geocode-glib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff -Nru geoclue-2.0-2.4.0/src/Makefile.in geoclue-2.0-2.4.1/src/Makefile.in --- geoclue-2.0-2.4.0/src/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/src/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -103,10 +103,10 @@ subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) diff -Nru geoclue-2.0-2.4.0/src/public-api/Makefile.in geoclue-2.0-2.4.1/src/public-api/Makefile.in --- geoclue-2.0-2.4.0/src/public-api/Makefile.in 2015-10-27 13:08:41.000000000 +0000 +++ geoclue-2.0-2.4.1/src/public-api/Makefile.in 2015-12-07 19:07:37.000000000 +0000 @@ -92,10 +92,10 @@ subdir = src/public-api ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \ - $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \ - $(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 + $(top_srcdir)/m4/gtk-doc.m4 $(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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(geoclue_include_HEADERS) \ diff -Nru geoclue-2.0-2.4.0/src/wpa_supplicant-interface.c geoclue-2.0-2.4.1/src/wpa_supplicant-interface.c --- geoclue-2.0-2.4.0/src/wpa_supplicant-interface.c 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/wpa_supplicant-interface.c 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/src/wpa_supplicant-interface.h geoclue-2.0-2.4.1/src/wpa_supplicant-interface.h --- geoclue-2.0-2.4.0/src/wpa_supplicant-interface.h 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/src/wpa_supplicant-interface.h 2015-12-07 19:07:49.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.46.1. DO NOT EDIT. + * Generated by gdbus-codegen 2.47.3. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -Nru geoclue-2.0-2.4.0/.version geoclue-2.0-2.4.1/.version --- geoclue-2.0-2.4.0/.version 2015-10-21 15:07:30.000000000 +0000 +++ geoclue-2.0-2.4.1/.version 2015-12-07 19:07:49.000000000 +0000 @@ -1 +1 @@ -2.3.1 +2.4.1