Hello community, here is the log from the commit of package accountsservice for openSUSE:Factory checked in at 2014-11-18 22:45:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/accountsservice (Old) and /work/SRC/openSUSE:Factory/.accountsservice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accountsservice" Changes: -------- --- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes 2014-10-06 12:06:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes 2014-11-18 22:46:34.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Oct 19 19:56:53 UTC 2014 - [email protected] + +- Update to version 0.6.39: + + Fix ListCachedUsers race at startup. + + Add new api for uncaching user. + + Fix memory corruption bug. + + Build goo changes. + +------------------------------------------------------------------- Old: ---- accountsservice-0.6.38.tar.xz New: ---- accountsservice-0.6.39.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ accountsservice.spec ++++++ --- /var/tmp/diff_new_pack.hoMP0i/_old 2014-11-18 22:46:35.000000000 +0100 +++ /var/tmp/diff_new_pack.hoMP0i/_new 2014-11-18 22:46:35.000000000 +0100 @@ -17,7 +17,7 @@ Name: accountsservice -Version: 0.6.38 +Version: 0.6.39 Release: 0 Summary: D-Bus Service to Manipulate User Account Information License: GPL-3.0+ ++++++ accountsservice-0.6.38.tar.xz -> accountsservice-0.6.39.tar.xz ++++++ ++++ 1985 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/NEWS new/accountsservice-0.6.39/NEWS --- old/accountsservice-0.6.38/NEWS 2014-09-18 16:50:35.000000000 +0200 +++ new/accountsservice-0.6.39/NEWS 2014-10-16 19:56:16.000000000 +0200 @@ -1,3 +1,10 @@ +Changes in 0.6.39 +================= +* Fix ListCachedUsers race at startup +* Add new api for uncaching user +* Fix memory corruption bug +* Build goo changes + Changes in 0.6.38 ================= * Fix polkit policy for non-desktop cases diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/configure.ac new/accountsservice-0.6.39/configure.ac --- old/accountsservice-0.6.38/configure.ac 2014-09-18 16:46:50.000000000 +0200 +++ new/accountsservice-0.6.39/configure.ac 2014-10-16 19:56:39.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([AccountsService],[0.6.38]) +AC_INIT([AccountsService],[0.6.39]) AM_INIT_AUTOMAKE(no-dist-gzip dist-xz tar-ustar foreign) GETTEXT_PACKAGE=accounts-service diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/doc/dbus/AccountsService.xml new/accountsservice-0.6.39/doc/dbus/AccountsService.xml --- old/accountsservice-0.6.38/doc/dbus/AccountsService.xml 2014-09-18 16:53:35.000000000 +0200 +++ new/accountsservice-0.6.39/doc/dbus/AccountsService.xml 2014-10-16 19:57:19.000000000 +0200 @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ -<!ENTITY dbus-Accounts SYSTEM "../../../doc/dbus/org.freedesktop.Accounts.ref.xml"> -<!ENTITY dbus-User SYSTEM "../../../doc/dbus/org.freedesktop.Accounts.User.ref.xml"> +<!ENTITY dbus-Accounts SYSTEM "./org.freedesktop.Accounts.ref.xml"> +<!ENTITY dbus-User SYSTEM "./org.freedesktop.Accounts.User.ref.xml"> ]> <book id="index"> <bookinfo> - <title>AccountsService 0.6.38 Documentation</title> - <releaseinfo>Version 0.6.38</releaseinfo> + <title>AccountsService 0.6.39 Documentation</title> + <releaseinfo>Version 0.6.39</releaseinfo> <authorgroup> <author> <firstname>Matthias</firstname> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/doc/libaccountsservice/html/ActUser.html new/accountsservice-0.6.39/doc/libaccountsservice/html/ActUser.html --- old/accountsservice-0.6.38/doc/libaccountsservice/html/ActUser.html 2014-09-18 16:55:17.000000000 +0200 +++ new/accountsservice-0.6.39/doc/libaccountsservice/html/ActUser.html 2014-10-16 19:57:44.000000000 +0200 @@ -44,7 +44,7 @@ <tbody> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-collate" title="act_user_collate ()">act_user_collate</a> <span class="c_punctuation">()</span> @@ -60,7 +60,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-get-automatic-login" title="act_user_get_automatic_login ()">act_user_get_automatic_login</a> <span class="c_punctuation">()</span> @@ -103,7 +103,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-get-locked" title="act_user_get_locked ()">act_user_get_locked</a> <span class="c_punctuation">()</span> @@ -118,7 +118,7 @@ </td> </tr> <tr> -<td class="function_type">const <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * +<td class="function_type">const <a href="https://developer.gnome.org/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-get-login-history" title="act_user_get_login_history ()">act_user_get_login_history</a> <span class="c_punctuation">()</span> @@ -126,7 +126,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-get-login-time" title="act_user_get_login_time ()">act_user_get_login_time</a> <span class="c_punctuation">()</span> @@ -134,7 +134,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-get-num-sessions" title="act_user_get_num_sessions ()">act_user_get_num_sessions</a> <span class="c_punctuation">()</span> @@ -207,7 +207,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-is-loaded" title="act_user_is_loaded ()">act_user_is_loaded</a> <span class="c_punctuation">()</span> @@ -215,7 +215,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-is-local-account" title="act_user_is_local_account ()">act_user_is_local_account</a> <span class="c_punctuation">()</span> @@ -223,7 +223,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-is-logged-in" title="act_user_is_logged_in ()">act_user_is_logged_in</a> <span class="c_punctuation">()</span> @@ -231,7 +231,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUser.html#act-user-is-system-account" title="act_user_is_system_account ()">act_user_is_system_account</a> <span class="c_punctuation">()</span> @@ -346,123 +346,123 @@ </colgroup> <tbody> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--account-type" title="The “account-type” property">account-type</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--automatic-login" title="The “automatic-login” property">automatic-login</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--email" title="The “email” property">email</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--home-directory" title="The “home-directory” property">home-directory</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--icon-file" title="The “icon-file” property">icon-file</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--is-loaded" title="The “is-loaded” property">is-loaded</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--language" title="The “language” property">language</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--local-account" title="The “local-account” property">local-account</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--location" title="The “location” property">location</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--locked" title="The “locked” property">locked</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--login-frequency" title="The “login-frequency” property">login-frequency</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--login-history" title="The “login-history” property">login-history</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--login-time" title="The “login-time” property">login-time</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--nonexistent" title="The “nonexistent” property">nonexistent</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--password-hint" title="The “password-hint” property">password-hint</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--password-mode" title="The “password-mode” property">password-mode</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--real-name" title="The “real-name” property">real-name</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--shell" title="The “shell” property">shell</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--system-account" title="The “system-account” property">system-account</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--uid" title="The “uid” property">uid</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--user-name" title="The “user-name” property">user-name</a></td> <td class="property_flags">Read</td> </tr> <tr> <td class="property_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> <td class="property_name"><a class="link" href="ActUser.html#ActUser--x-session" title="The “x-session” property">x-session</a></td> <td class="property_flags">Read</td> </tr> @@ -516,7 +516,7 @@ </div> <div class="refsect1"> <a name="ActUser.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> <span class="lineart">╰──</span> ActUser </pre> </div> @@ -528,7 +528,7 @@ <a name="ActUser.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="act-user-collate"></a><h3>act_user_collate ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> act_user_collate (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user1</code></em>, <em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user2</code></em>);</pre> <p>Organize the user by login frequency and names.</p> @@ -596,7 +596,7 @@ <hr> <div class="refsect2"> <a name="act-user-get-automatic-login"></a><h3>act_user_get_automatic_login ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_get_automatic_login (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns whether or not <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> is automatically logged in at boot time.</p> <div class="refsect3"> @@ -616,7 +616,7 @@ </div> <div class="refsect3"> <a name="id-1.2.2.9.4.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> <p></p> </div> </div> @@ -645,7 +645,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.5.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -674,7 +674,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.6.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -759,14 +759,14 @@ <div class="refsect3"> <a name="id-1.2.2.9.9.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> <hr> <div class="refsect2"> <a name="act-user-get-locked"></a><h3>act_user_get_locked ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_get_locked (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns whether or not the <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> account is locked.</p> <div class="refsect3"> @@ -786,7 +786,7 @@ </div> <div class="refsect3"> <a name="id-1.2.2.9.10.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> <p></p> </div> </div> @@ -821,7 +821,7 @@ <hr> <div class="refsect2"> <a name="act-user-get-login-history"></a><h3>act_user_get_login_history ()</h3> -<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * +<pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> * act_user_get_login_history (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns the login history for <em class="parameter"><code>user</code></em> .</p> @@ -843,14 +843,14 @@ <div class="refsect3"> <a name="id-1.2.2.9.12.6"></a><h4>Returns</h4> <p> a pointer to GVariant of type "a(xxa{sv})" -which must not be modified or freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +which must not be modified or freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> <hr> <div class="refsect2"> <a name="act-user-get-login-time"></a><h3>act_user_get_login_time ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint64"><span class="returnvalue">gint64</span></a> act_user_get_login_time (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns the last login time for <em class="parameter"><code>user</code></em> .</p> @@ -878,7 +878,7 @@ <hr> <div class="refsect2"> <a name="act-user-get-num-sessions"></a><h3>act_user_get_num_sessions ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> act_user_get_num_sessions (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Get the number of sessions for a user that are graphical and on the same seat as the session of the calling process.</p> @@ -910,7 +910,7 @@ act_user_get_object_path (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns the user accounts service object path of <em class="parameter"><code>user</code></em> , -or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em> +or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em> doesn't have an object path associated with it.</p> <div class="refsect3"> @@ -959,7 +959,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.16.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -997,7 +997,7 @@ <pre class="programlisting">const <span class="returnvalue">char</span> * act_user_get_primary_session_id (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns the id of the primary session of <em class="parameter"><code>user</code></em> -, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em> +, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em> has no primary session. The primary session will always be graphical and will be chosen from the sessions on the same seat as @@ -1048,7 +1048,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.19.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -1077,7 +1077,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.20.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -1106,7 +1106,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.21.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -1135,7 +1135,7 @@ <div class="refsect3"> <a name="id-1.2.2.9.22.6"></a><h4>Returns</h4> <p> a pointer to an array of characters which must not be modified or -freed, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> +freed, or <a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> @@ -1170,10 +1170,10 @@ <hr> <div class="refsect2"> <a name="act-user-is-loaded"></a><h3>act_user_is_loaded ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_is_loaded (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Determines whether or not the user object is loaded and ready to read from. -<a class="link" href="ActUserManager.html#ActUserManager--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property must be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> before calling +<a class="link" href="ActUserManager.html#ActUserManager--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property must be <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> before calling <a class="link" href="ActUserManager.html#act-user-manager-list-users" title="act_user_manager_list_users ()"><code class="function">act_user_manager_list_users()</code></a></p> <div class="refsect3"> <a name="id-1.2.2.9.24.5"></a><h4>Parameters</h4> @@ -1192,14 +1192,14 @@ </div> <div class="refsect3"> <a name="id-1.2.2.9.24.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> <p></p> </div> </div> <hr> <div class="refsect2"> <a name="act-user-is-local-account"></a><h3>act_user_is_local_account ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_is_local_account (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Retrieves whether the user is a local account or not.</p> <div class="refsect3"> @@ -1219,14 +1219,14 @@ </div> <div class="refsect3"> <a name="id-1.2.2.9.25.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is local. </p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user is local. </p> <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p> </div> </div> <hr> <div class="refsect2"> <a name="act-user-is-logged-in"></a><h3>act_user_is_logged_in ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_is_logged_in (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns whether or not <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> is currently graphically logged in on the same seat as the seat of the session of the calling process.</p> @@ -1247,14 +1247,14 @@ </div> <div class="refsect3"> <a name="id-1.2.2.9.26.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> <p></p> </div> </div> <hr> <div class="refsect2"> <a name="act-user-is-system-account"></a><h3>act_user_is_system_account ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_is_system_account (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> <p>Returns whether or not <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> represents a 'system account' like 'root' or 'nobody'.</p> @@ -1275,7 +1275,7 @@ </div> <div class="refsect3"> <a name="id-1.2.2.9.27.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> <p></p> </div> </div> @@ -1316,8 +1316,8 @@ <a name="act-user-set-automatic-login"></a><h3>act_user_set_automatic_login ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> act_user_set_automatic_login (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> -<p>If enabled is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then this user will automatically be logged in + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> +<p>If enabled is set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> then this user will automatically be logged in at boot up time. Only one user can be configured to auto login at any given time, so subsequent calls to <a class="link" href="ActUser.html#act-user-set-automatic-login" title="act_user_set_automatic_login ()"><code class="function">act_user_set_automatic_login()</code></a> override previous calls.</p> @@ -1478,7 +1478,7 @@ <a name="act-user-set-locked"></a><h3>act_user_set_locked ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> act_user_set_locked (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> locked</code></em>);</pre> <p>Note this function is synchronous and ignores errors.</p> <div class="refsect3"> <a name="id-1.2.2.9.34.5"></a><h4>Parameters</h4> @@ -1508,8 +1508,8 @@ <a name="act-user-set-password"></a><h3>act_user_set_password ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> act_user_set_password (<em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>, - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *password</code></em>, - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hint</code></em>);</pre> + <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *password</code></em>, + <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hint</code></em>);</pre> <p>Changes the password of <em class="parameter"><code>user</code></em> to <em class="parameter"><code>password</code></em> . @@ -1760,7 +1760,7 @@ <a name="ActUser.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="ActUser--account-type"></a><h3>The <code class="literal">“account-type”</code> property</h3> -<pre class="programlisting"> “account-type” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<pre class="programlisting"> “account-type” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> <p>The account type for this user.</p> <p>Flags: Read</p> <p>Allowed values: [0,1]</p> @@ -1769,7 +1769,7 @@ <hr> <div class="refsect2"> <a name="ActUser--automatic-login"></a><h3>The <code class="literal">“automatic-login”</code> property</h3> -<pre class="programlisting"> “automatic-login” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “automatic-login” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Automatic Login.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1777,7 +1777,7 @@ <hr> <div class="refsect2"> <a name="ActUser--email"></a><h3>The <code class="literal">“email”</code> property</h3> -<pre class="programlisting"> “email” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “email” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The email address for this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1785,7 +1785,7 @@ <hr> <div class="refsect2"> <a name="ActUser--home-directory"></a><h3>The <code class="literal">“home-directory”</code> property</h3> -<pre class="programlisting"> “home-directory” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “home-directory” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The home directory for this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1793,7 +1793,7 @@ <hr> <div class="refsect2"> <a name="ActUser--icon-file"></a><h3>The <code class="literal">“icon-file”</code> property</h3> -<pre class="programlisting"> “icon-file” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “icon-file” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The path to an icon for this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1801,7 +1801,7 @@ <hr> <div class="refsect2"> <a name="ActUser--is-loaded"></a><h3>The <code class="literal">“is-loaded”</code> property</h3> -<pre class="programlisting"> “is-loaded” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “is-loaded” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Determines whether or not the user object is loaded and ready to read from.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1809,7 +1809,7 @@ <hr> <div class="refsect2"> <a name="ActUser--language"></a><h3>The <code class="literal">“language”</code> property</h3> -<pre class="programlisting"> “language” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “language” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>User's locale.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1817,7 +1817,7 @@ <hr> <div class="refsect2"> <a name="ActUser--local-account"></a><h3>The <code class="literal">“local-account”</code> property</h3> -<pre class="programlisting"> “local-account” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “local-account” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Local Account.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1825,7 +1825,7 @@ <hr> <div class="refsect2"> <a name="ActUser--location"></a><h3>The <code class="literal">“location”</code> property</h3> -<pre class="programlisting"> “location” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “location” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The location of this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1833,7 +1833,7 @@ <hr> <div class="refsect2"> <a name="ActUser--locked"></a><h3>The <code class="literal">“locked”</code> property</h3> -<pre class="programlisting"> “locked” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “locked” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Locked.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1841,7 +1841,7 @@ <hr> <div class="refsect2"> <a name="ActUser--login-frequency"></a><h3>The <code class="literal">“login-frequency”</code> property</h3> -<pre class="programlisting"> “login-frequency” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<pre class="programlisting"> “login-frequency” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> <p>login frequency.</p> <p>Flags: Read</p> <p>Allowed values: >= 0</p> @@ -1850,7 +1850,7 @@ <hr> <div class="refsect2"> <a name="ActUser--login-history"></a><h3>The <code class="literal">“login-history”</code> property</h3> -<pre class="programlisting"> “login-history” <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</pre> +<pre class="programlisting"> “login-history” <a href="https://developer.gnome.org/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *</pre> <p>The login history for this user.</p> <p>Flags: Read</p> <p>Allowed values: GVariant<a(xxa{sv})></p> @@ -1859,7 +1859,7 @@ <hr> <div class="refsect2"> <a name="ActUser--login-time"></a><h3>The <code class="literal">“login-time”</code> property</h3> -<pre class="programlisting"> “login-time” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></pre> +<pre class="programlisting"> “login-time” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></pre> <p>The last login time for this user.</p> <p>Flags: Read</p> <p>Allowed values: >= 0</p> @@ -1868,7 +1868,7 @@ <hr> <div class="refsect2"> <a name="ActUser--nonexistent"></a><h3>The <code class="literal">“nonexistent”</code> property</h3> -<pre class="programlisting"> “nonexistent” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “nonexistent” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Determines whether or not the user object represents a valid user account.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1876,7 +1876,7 @@ <hr> <div class="refsect2"> <a name="ActUser--password-hint"></a><h3>The <code class="literal">“password-hint”</code> property</h3> -<pre class="programlisting"> “password-hint” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “password-hint” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>Hint to help this user remember his password.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1884,7 +1884,7 @@ <hr> <div class="refsect2"> <a name="ActUser--password-mode"></a><h3>The <code class="literal">“password-mode”</code> property</h3> -<pre class="programlisting"> “password-mode” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<pre class="programlisting"> “password-mode” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> <p>The password mode for this user.</p> <p>Flags: Read</p> <p>Allowed values: [0,2]</p> @@ -1893,7 +1893,7 @@ <hr> <div class="refsect2"> <a name="ActUser--real-name"></a><h3>The <code class="literal">“real-name”</code> property</h3> -<pre class="programlisting"> “real-name” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “real-name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The real name to display for this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1901,7 +1901,7 @@ <hr> <div class="refsect2"> <a name="ActUser--shell"></a><h3>The <code class="literal">“shell”</code> property</h3> -<pre class="programlisting"> “shell” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “shell” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The shell for this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1909,7 +1909,7 @@ <hr> <div class="refsect2"> <a name="ActUser--system-account"></a><h3>The <code class="literal">“system-account”</code> property</h3> -<pre class="programlisting"> “system-account” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “system-account” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>System Account.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1917,7 +1917,7 @@ <hr> <div class="refsect2"> <a name="ActUser--uid"></a><h3>The <code class="literal">“uid”</code> property</h3> -<pre class="programlisting"> “uid” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<pre class="programlisting"> “uid” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> <p>The UID for this user.</p> <p>Flags: Read</p> <p>Allowed values: >= 0</p> @@ -1926,7 +1926,7 @@ <hr> <div class="refsect2"> <a name="ActUser--user-name"></a><h3>The <code class="literal">“user-name”</code> property</h3> -<pre class="programlisting"> “user-name” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “user-name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>The login name for this user.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1934,7 +1934,7 @@ <hr> <div class="refsect2"> <a name="ActUser--x-session"></a><h3>The <code class="literal">“x-session”</code> property</h3> -<pre class="programlisting"> “x-session” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<pre class="programlisting"> “x-session” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> <p>User's X session.</p> <p>Flags: Read</p> <p>Default value: NULL</p> @@ -1946,7 +1946,7 @@ <a name="ActUser-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *arg0, - <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>Emitted when the user accounts changes in some way.</p> <div class="refsect3"> <a name="id-1.2.2.12.2.5"></a><h4>Parameters</h4> @@ -1970,7 +1970,7 @@ <a name="ActUser-sessions-changed"></a><h3>The <code class="literal">“sessions-changed”</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *arg0, - <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>Emitted when the list of sessions for this user changes.</p> <div class="refsect3"> <a name="id-1.2.2.12.3.5"></a><h4>Parameters</h4> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/doc/libaccountsservice/html/ActUserManager.html new/accountsservice-0.6.39/doc/libaccountsservice/html/ActUserManager.html --- old/accountsservice-0.6.38/doc/libaccountsservice/html/ActUserManager.html 2014-09-18 16:55:17.000000000 +0200 +++ new/accountsservice-0.6.39/doc/libaccountsservice/html/ActUserManager.html 2014-10-16 19:57:44.000000000 +0200 @@ -44,7 +44,7 @@ <tbody> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-activate-user-session" title="act_user_manager_activate_user_session ()">act_user_manager_activate_user_session</a> <span class="c_punctuation">()</span> @@ -76,7 +76,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-can-switch" title="act_user_manager_can_switch ()">act_user_manager_can_switch</a> <span class="c_punctuation">()</span> @@ -108,7 +108,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-delete-user" title="act_user_manager_delete_user ()">act_user_manager_delete_user</a> <span class="c_punctuation">()</span> @@ -124,7 +124,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-delete-user-finish" title="act_user_manager_delete_user_finish ()">act_user_manager_delete_user_finish</a> <span class="c_punctuation">()</span> @@ -156,7 +156,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-goto-login-session" title="act_user_manager_goto_login_session ()">act_user_manager_goto_login_session</a> <span class="c_punctuation">()</span> @@ -164,7 +164,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * +<a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-list-users" title="act_user_manager_list_users ()">act_user_manager_list_users</a> <span class="c_punctuation">()</span> @@ -172,7 +172,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-no-service" title="act_user_manager_no_service ()">act_user_manager_no_service</a> <span class="c_punctuation">()</span> @@ -180,7 +180,7 @@ </tr> <tr> <td class="function_type"> -<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> </td> <td class="function_name"> <a class="link" href="ActUserManager.html#act-user-manager-uncache-user" title="act_user_manager_uncache_user ()">act_user_manager_uncache_user</a> <span class="c_punctuation">()</span> @@ -199,22 +199,22 @@ </colgroup> <tbody> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td> <td class="property_name"><a class="link" href="ActUserManager.html#ActUserManager--exclude-usernames-list" title="The “exclude-usernames-list” property">exclude-usernames-list</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUserManager.html#ActUserManager--has-multiple-users" title="The “has-multiple-users” property">has-multiple-users</a></td> <td class="property_flags">Read</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></td> <td class="property_name"><a class="link" href="ActUserManager.html#ActUserManager--include-usernames-list" title="The “include-usernames-list” property">include-usernames-list</a></td> <td class="property_flags">Read / Write</td> </tr> <tr> -<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> <td class="property_name"><a class="link" href="ActUserManager.html#ActUserManager--is-loaded" title="The “is-loaded” property">is-loaded</a></td> <td class="property_flags">Read</td> </tr> @@ -278,7 +278,7 @@ </div> <div class="refsect1"> <a name="ActUserManager.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> <span class="lineart">╰──</span> ActUserManager </pre> </div> @@ -293,7 +293,7 @@ <a name="ActUserManager.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="act-user-manager-activate-user-session"></a><h3>act_user_manager_activate_user_session ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_activate_user_session (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, <em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>);</pre> @@ -332,7 +332,7 @@ <pre class="programlisting"><a class="link" href="ActUser.html" title="ActUser"><span class="returnvalue">ActUser</span></a> * act_user_manager_cache_user (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, <em class="parameter"><code>const <span class="type">char</span> *username</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Caches a user account so it shows up via <a class="link" href="ActUserManager.html#act-user-manager-list-users" title="act_user_manager_list_users ()"><code class="function">act_user_manager_list_users()</code></a>.</p> <div class="refsect3"> <a name="id-1.2.3.9.3.5"></a><h4>Parameters</h4> @@ -355,7 +355,7 @@ </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -372,10 +372,10 @@ <a name="act-user-manager-cache-user-async"></a><h3>act_user_manager_cache_user_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> act_user_manager_cache_user_async (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *username</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> + <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *username</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Asynchronously caches a user account so it shows up via <a class="link" href="ActUserManager.html#act-user-manager-list-users" title="act_user_manager_list_users ()"><code class="function">act_user_manager_list_users()</code></a>.</p> <p>For more details, see <a class="link" href="ActUserManager.html#act-user-manager-cache-user" title="act_user_manager_cache_user ()"><code class="function">act_user_manager_cache_user()</code></a>, which @@ -401,13 +401,13 @@ </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> -<td class="parameter_description"><p> optional <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> object, -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td> +<td class="parameter_description"><p> optional <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> object, +<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> -<td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call +<td class="parameter_description"><p> a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> @@ -427,8 +427,8 @@ <a name="act-user-manager-cache-user-finish"></a><h3>act_user_manager_cache_user_finish ()</h3> <pre class="programlisting"><a class="link" href="ActUser.html" title="ActUser"><span class="returnvalue">ActUser</span></a> * act_user_manager_cache_user_finish (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Finishes an asynchronous user caching.</p> <p>See <a class="link" href="ActUserManager.html#act-user-manager-cache-user-async" title="act_user_manager_cache_user_async ()"><code class="function">act_user_manager_cache_user_async()</code></a>.</p> <div class="refsect3"> @@ -447,12 +447,12 @@ </tr> <tr> <td class="parameter_name"><p>result</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -468,7 +468,7 @@ <hr> <div class="refsect2"> <a name="act-user-manager-can-switch"></a><h3>act_user_manager_can_switch ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_can_switch (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>);</pre> <p>Check whether the user can switch to another session.</p> <div class="refsect3"> @@ -500,7 +500,7 @@ <em class="parameter"><code>const <span class="type">char</span> *username</code></em>, <em class="parameter"><code>const <span class="type">char</span> *fullname</code></em>, <em class="parameter"><code><a class="link" href="ActUser.html#ActUserAccountType" title="enum ActUserAccountType"><span class="type">ActUserAccountType</span></a> accounttype</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Creates a user account on the system.</p> <div class="refsect3"> <a name="id-1.2.3.9.7.5"></a><h4>Parameters</h4> @@ -533,7 +533,7 @@ </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -550,12 +550,12 @@ <a name="act-user-manager-create-user-async"></a><h3>act_user_manager_create_user_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> act_user_manager_create_user_async (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *username</code></em>, - <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *fullname</code></em>, + <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *username</code></em>, + <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *fullname</code></em>, <em class="parameter"><code><a class="link" href="ActUser.html#ActUserAccountType" title="enum ActUserAccountType"><span class="type">ActUserAccountType</span></a> accounttype</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Asynchronously creates a user account on the system.</p> <p>For more details, see <a class="link" href="ActUserManager.html#act-user-manager-create-user" title="act_user_manager_create_user ()"><code class="function">act_user_manager_create_user()</code></a>, which is the synchronous version of this call.</p> @@ -590,13 +590,13 @@ </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> -<td class="parameter_description"><p> optional <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> object, -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td> +<td class="parameter_description"><p> optional <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> object, +<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> -<td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call +<td class="parameter_description"><p> a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> @@ -616,8 +616,8 @@ <a name="act-user-manager-create-user-finish"></a><h3>act_user_manager_create_user_finish ()</h3> <pre class="programlisting"><a class="link" href="ActUser.html" title="ActUser"><span class="returnvalue">ActUser</span></a> * act_user_manager_create_user_finish (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Finishes an asynchronous user creation.</p> <p>See <a class="link" href="ActUserManager.html#act-user-manager-create-user-async" title="act_user_manager_create_user_async ()"><code class="function">act_user_manager_create_user_async()</code></a>.</p> <div class="refsect3"> @@ -636,12 +636,12 @@ </tr> <tr> <td class="parameter_name"><p>result</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -657,11 +657,11 @@ <hr> <div class="refsect2"> <a name="act-user-manager-delete-user"></a><h3>act_user_manager_delete_user ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_delete_user (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, <em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remove_files</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remove_files</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Deletes a user account on the system.</p> <div class="refsect3"> <a name="id-1.2.3.9.10.5"></a><h4>Parameters</h4> @@ -684,12 +684,12 @@ </tr> <tr> <td class="parameter_name"><p>remove_files</p></td> -<td class="parameter_description"><p><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to delete the users home directory</p></td> +<td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to delete the users home directory</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -697,7 +697,7 @@ </div> <div class="refsect3"> <a name="id-1.2.3.9.10.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user account was successfully deleted</p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user account was successfully deleted</p> <p></p> </div> </div> @@ -707,10 +707,10 @@ <pre class="programlisting"><span class="returnvalue">void</span> act_user_manager_delete_user_async (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, <em class="parameter"><code><a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remove_files</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remove_files</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p>Asynchronously deletes a user account from the system.</p> <p>For more details, see <a class="link" href="ActUserManager.html#act-user-manager-delete-user" title="act_user_manager_delete_user ()"><code class="function">act_user_manager_delete_user()</code></a>, which is the synchronous version of this call.</p> @@ -735,18 +735,18 @@ </tr> <tr> <td class="parameter_name"><p>remove_files</p></td> -<td class="parameter_description"><p><a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to delete the users home directory</p></td> +<td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to delete the users home directory</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>cancellable</p></td> -<td class="parameter_description"><p> optional <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> object, -<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td> +<td class="parameter_description"><p> optional <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> object, +<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td> </tr> <tr> <td class="parameter_name"><p>callback</p></td> -<td class="parameter_description"><p> a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call +<td class="parameter_description"><p> a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid until first called."><span class="acronym">scope async</span></acronym>]</span></td> </tr> @@ -764,10 +764,10 @@ <hr> <div class="refsect2"> <a name="act-user-manager-delete-user-finish"></a><h3>act_user_manager_delete_user_finish ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_delete_user_finish (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>, + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Finishes an asynchronous user account deletion.</p> <p>See <a class="link" href="ActUserManager.html#act-user-manager-delete-user-async" title="act_user_manager_delete_user_async ()"><code class="function">act_user_manager_delete_user_async()</code></a>.</p> <div class="refsect3"> @@ -786,12 +786,12 @@ </tr> <tr> <td class="parameter_name"><p>result</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -799,7 +799,7 @@ </div> <div class="refsect3"> <a name="id-1.2.3.9.12.7"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user account was successfully deleted</p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user account was successfully deleted</p> <p></p> </div> <p class="since">Since 0.6.27</p> @@ -811,7 +811,7 @@ act_user_manager_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p>Returns the user manager singleton instance. Calling this function will automatically being loading the user list if it isn't loaded already. -The <a class="link" href="ActUserManager.html#ActUserManager--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property will be set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the users +The <a class="link" href="ActUserManager.html#ActUserManager--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property will be set to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the users are finished loading and then <a class="link" href="ActUserManager.html#act-user-manager-list-users" title="act_user_manager_list_users ()"><code class="function">act_user_manager_list_users()</code></a> can be called.</p> <div class="refsect3"> <a name="id-1.2.3.9.13.5"></a><h4>Returns</h4> @@ -829,7 +829,7 @@ from <em class="parameter"><code>manager</code></em> . Trying to use this object before its -<a class="link" href="ActUser.html#ActUser--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> will result in undefined +<a class="link" href="ActUser.html#ActUser--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> will result in undefined behavior.</p> <div class="refsect3"> <a name="id-1.2.3.9.14.5"></a><h4>Parameters</h4> @@ -868,7 +868,7 @@ <p>Retrieves a pointer to the <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> object for the user with the given uid from <em class="parameter"><code>manager</code></em> . Trying to use this object before its -<a class="link" href="ActUser.html#ActUser--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> will result in undefined +<a class="link" href="ActUser.html#ActUser--is-loaded" title="The “is-loaded” property"><span class="type">“is-loaded”</span></a> property is <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> will result in undefined behavior.</p> <div class="refsect3"> <a name="id-1.2.3.9.15.5"></a><h4>Parameters</h4> @@ -901,7 +901,7 @@ <hr> <div class="refsect2"> <a name="act-user-manager-goto-login-session"></a><h3>act_user_manager_goto_login_session ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_goto_login_session (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>);</pre> <p>Switch the display to the login manager.</p> <div class="refsect3"> @@ -928,7 +928,7 @@ <hr> <div class="refsect2"> <a name="act-user-manager-list-users"></a><h3>act_user_manager_list_users ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * act_user_manager_list_users (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>);</pre> <p>Get a list of system user accounts</p> <div class="refsect3"> @@ -955,7 +955,7 @@ <hr> <div class="refsect2"> <a name="act-user-manager-no-service"></a><h3>act_user_manager_no_service ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_no_service (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>);</pre> <p>Check whether or not the accounts service is running.</p> <div class="refsect3"> @@ -982,10 +982,10 @@ <hr> <div class="refsect2"> <a name="act-user-manager-uncache-user"></a><h3>act_user_manager_uncache_user ()</h3> -<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> act_user_manager_uncache_user (<em class="parameter"><code><a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *manager</code></em>, <em class="parameter"><code>const <span class="type">char</span> *username</code></em>, - <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p>Releases all metadata about a user account, including icon, language and session. If the user account is from a remote server and the user has never logged in before, then that @@ -1011,7 +1011,7 @@ </tr> <tr> <td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> +<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -1019,7 +1019,7 @@ </div> <div class="refsect3"> <a name="id-1.2.3.9.19.6"></a><h4>Returns</h4> -<p> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> +<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, otherwise <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p> <p></p> </div> </div> @@ -1095,14 +1095,14 @@ <a name="ActUserManager.property-details"></a><h2>Property Details</h2> <div class="refsect2"> <a name="ActUserManager--exclude-usernames-list"></a><h3>The <code class="literal">“exclude-usernames-list”</code> property</h3> -<pre class="programlisting"> “exclude-usernames-list” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre> +<pre class="programlisting"> “exclude-usernames-list” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre> <p>Usernames who are specifically excluded.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="ActUserManager--has-multiple-users"></a><h3>The <code class="literal">“has-multiple-users”</code> property</h3> -<pre class="programlisting"> “has-multiple-users” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “has-multiple-users” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Whether more than one normal user is present.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1110,14 +1110,14 @@ <hr> <div class="refsect2"> <a name="ActUserManager--include-usernames-list"></a><h3>The <code class="literal">“include-usernames-list”</code> property</h3> -<pre class="programlisting"> “include-usernames-list” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre> +<pre class="programlisting"> “include-usernames-list” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a></pre> <p>Usernames who are specifically included.</p> <p>Flags: Read / Write</p> </div> <hr> <div class="refsect2"> <a name="ActUserManager--is-loaded"></a><h3>The <code class="literal">“is-loaded”</code> property</h3> -<pre class="programlisting"> “is-loaded” <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<pre class="programlisting"> “is-loaded” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> <p>Determines whether or not the manager object is loaded and ready to read from.</p> <p>Flags: Read</p> <p>Default value: FALSE</p> @@ -1130,7 +1130,7 @@ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *gobject, <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user, - <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>Emitted when a user is added to the user manager.</p> <div class="refsect3"> <a name="id-1.2.3.12.2.5"></a><h4>Parameters</h4> @@ -1167,7 +1167,7 @@ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *gobject, <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user, - <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>One of the users has changed</p> <div class="refsect3"> <a name="id-1.2.3.12.3.5"></a><h4>Parameters</h4> @@ -1204,7 +1204,7 @@ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *gobject, <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user, - <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>One of the users has logged in or out.</p> <div class="refsect3"> <a name="id-1.2.3.12.4.5"></a><h4>Parameters</h4> @@ -1241,7 +1241,7 @@ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="ActUserManager.html" title="ActUserManager"><span class="type">ActUserManager</span></a> *gobject, <a class="link" href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> *user, - <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> <p>Emitted when a user is removed from the user manager.</p> <div class="refsect3"> <a name="id-1.2.3.12.5.5"></a><h4>Parameters</h4> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/accounts-generated.c new/accountsservice-0.6.39/src/accounts-generated.c --- old/accountsservice-0.6.38/src/accounts-generated.c 2014-09-18 16:54:33.000000000 +0200 +++ new/accountsservice-0.6.39/src/accounts-generated.c 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/accounts-generated.h new/accountsservice-0.6.39/src/accounts-generated.h --- old/accountsservice-0.6.38/src/accounts-generated.h 2014-09-18 16:54:33.000000000 +0200 +++ new/accountsservice-0.6.39/src/accounts-generated.h 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/accounts-user-generated.c new/accountsservice-0.6.39/src/accounts-user-generated.c --- old/accountsservice-0.6.38/src/accounts-user-generated.c 2014-09-18 16:54:34.000000000 +0200 +++ new/accountsservice-0.6.39/src/accounts-user-generated.c 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/accounts-user-generated.h new/accountsservice-0.6.39/src/accounts-user-generated.h --- old/accountsservice-0.6.38/src/accounts-user-generated.h 2014-09-18 16:54:34.000000000 +0200 +++ new/accountsservice-0.6.39/src/accounts-user-generated.h 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/daemon.c new/accountsservice-0.6.39/src/daemon.c --- old/accountsservice-0.6.38/src/daemon.c 2014-05-01 21:13:34.000000000 +0200 +++ new/accountsservice-0.6.39/src/daemon.c 2014-10-16 19:46:52.000000000 +0200 @@ -537,8 +537,7 @@ daemon->priv->gdm_monitor = setup_monitor (daemon, PATH_GDM_CUSTOM, on_gdm_monitor_changed); - - queue_reload_users (daemon); + reload_users_timeout (daemon); queue_reload_autologin (daemon); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/accountsservice.pc new/accountsservice-0.6.39/src/libaccountsservice/accountsservice.pc --- old/accountsservice-0.6.38/src/libaccountsservice/accountsservice.pc 2014-09-18 16:53:34.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/accountsservice.pc 2014-10-16 19:57:19.000000000 +0200 @@ -1,10 +1,10 @@ prefix=/usr exec_prefix=${prefix} -libdir=${exec_prefix}/lib64 +libdir=/usr/lib64 includedir=${prefix}/include Name: Accounts Service Description: Client Library for communicating with accounts service -Version: 0.6.38 +Version: 0.6.39 Libs: -L${libdir} -laccountsservice Cflags: -I${includedir}/accountsservice-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/act-user-manager.c new/accountsservice-0.6.39/src/libaccountsservice/act-user-manager.c --- old/accountsservice-0.6.38/src/libaccountsservice/act-user-manager.c 2014-09-18 15:28:19.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/act-user-manager.c 2014-09-30 16:16:27.000000000 +0200 @@ -869,9 +869,9 @@ object_path = act_user_get_object_path (user); if (object_path != NULL) { - g_hash_table_insert (manager->priv->users_by_object_path, - (gpointer) object_path, - g_object_ref (user)); + g_hash_table_replace (manager->priv->users_by_object_path, + (gpointer) object_path, + g_object_ref (user)); } g_signal_connect_object (user, @@ -3353,6 +3353,90 @@ return TRUE; } +/* + * act_user_manager_uncache_user_async: + * @manager: a #ActUserManager + * @username: a unix user name + * @cancellable: (allow-none): optional #GCancellable object, + * %NULL to ignore + * @callback: (scope async): a #GAsyncReadyCallback to call + * when the request is satisfied + * @user_data: (closure): the data to pass to @callback + * + * Asynchronously uncaches a user account. + * + * For more details, see act_user_manager_uncache_user(), which + * is the synchronous version of this call. + * + * Since: 0.6.39 + */ +void +act_user_manager_uncache_user_async (ActUserManager *manager, + const char *username, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data) +{ + GSimpleAsyncResult *res; + + g_return_if_fail (ACT_IS_USER_MANAGER (manager)); + g_return_if_fail (username != NULL); + g_return_if_fail (manager->priv->accounts_proxy != NULL); + + g_debug ("ActUserManager: Uncaching user (async) '%s'", username); + + res = g_simple_async_result_new (G_OBJECT (manager), + callback, user_data, + act_user_manager_uncache_user_async); + g_simple_async_result_set_check_cancellable (res, cancellable); + + accounts_accounts_call_uncache_user (manager->priv->accounts_proxy, + username, + cancellable, + act_user_manager_async_complete_handler, res); +} + +/** + * act_user_manager_uncache_user_finish: + * @manager: a #ActUserManager + * @result: a #GAsyncResult + * @error: a #GError + * + * Finishes an asynchronous user uncaching. + * + * See act_user_manager_uncache_user_async(). + * + * Returns: %TRUE if the user account was successfully uncached + * + * Since: 0.6.39 + */ +gboolean +act_user_manager_uncache_user_finish (ActUserManager *manager, + GAsyncResult *result, + GError **error) +{ + GAsyncResult *inner_result; + gboolean success; + GSimpleAsyncResult *res; + GError *remote_error = NULL; + + g_return_val_if_fail (g_simple_async_result_is_valid (result, G_OBJECT (manager), act_user_manager_uncache_user_async), FALSE); + + res = G_SIMPLE_ASYNC_RESULT (result); + inner_result = g_simple_async_result_get_op_res_gpointer (res); + g_assert (inner_result); + + success = accounts_accounts_call_uncache_user_finish (manager->priv->accounts_proxy, + inner_result, &remote_error); + + if (remote_error) { + g_dbus_error_strip_remote_error (remote_error); + g_propagate_error (error, remote_error); + } + + return success; +} + /** * act_user_manager_delete_user: * @manager: a #ActUserManager diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/act-user-manager.h new/accountsservice-0.6.39/src/libaccountsservice/act-user-manager.h --- old/accountsservice-0.6.38/src/libaccountsservice/act-user-manager.h 2013-05-14 09:00:23.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/act-user-manager.h 2014-09-30 16:15:36.000000000 +0200 @@ -122,6 +122,14 @@ gboolean act_user_manager_uncache_user (ActUserManager *manager, const char *username, GError **error); +void act_user_manager_uncache_user_async (ActUserManager *manager, + const gchar *username, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +gboolean act_user_manager_uncache_user_finish (ActUserManager *manager, + GAsyncResult *result, + GError **error); gboolean act_user_manager_delete_user (ActUserManager *manager, ActUser *user, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/ck-manager-generated.c new/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.c --- old/accountsservice-0.6.38/src/libaccountsservice/ck-manager-generated.c 2014-09-18 16:54:40.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.c 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/ck-manager-generated.h new/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.h --- old/accountsservice-0.6.38/src/libaccountsservice/ck-manager-generated.h 2014-09-18 16:54:40.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.h 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/ck-seat-generated.c new/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.c --- old/accountsservice-0.6.38/src/libaccountsservice/ck-seat-generated.c 2014-09-18 16:54:40.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.c 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/ck-seat-generated.h new/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.h --- old/accountsservice-0.6.38/src/libaccountsservice/ck-seat-generated.h 2014-09-18 16:54:40.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.h 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/ck-session-generated.c new/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.c --- old/accountsservice-0.6.38/src/libaccountsservice/ck-session-generated.c 2014-09-18 16:54:40.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.c 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/accountsservice-0.6.38/src/libaccountsservice/ck-session-generated.h new/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.h --- old/accountsservice-0.6.38/src/libaccountsservice/ck-session-generated.h 2014-09-18 16:54:40.000000000 +0200 +++ new/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.h 2014-10-16 19:57:40.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Generated by gdbus-codegen 2.41.4. DO NOT EDIT. + * Generated by gdbus-codegen 2.43.0. DO NOT EDIT. * * The license of this code is the same as for the source it was derived from. */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
