~ubuntu-branches/ubuntu/wily/policykit-1-gnome/wily

« back to all changes in this revision

Viewing changes to src/polkitgnomeauthenticator.c

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-05-13 08:07:21 UTC
  • mfrom: (7.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20140513080721-551kebne0yvui8i7
Tags: 0.105-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - 04-autorestart.patch: Add gnome session restart support to ensure we
    always have an authentication agent running. To be forwarded upstream.
  - 06-authentication-failure-string.patch: Improve error message displayed
    when authentication fails.
  - 07-use-accountsservice.patch: get user icon from
    accountsservice instead of looking in ~/.face. (LP: #928249)
  - debian/patches/08-fresh-x11-timestamps.patch: use fresh X11 timestamps
    when displaying authentication dialog to circumvent focus-stealing
    prevention. (LP: #946171)
  - Tell the .desktop file for the authentication agent to auto-restart the
    agent in case of failure.
  - add dh --with translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include "polkitgnomeauthenticator.h"
35
35
#include "polkitgnomeauthenticationdialog.h"
36
 
#include "polkitgnomemarshal.h"
37
36
 
38
37
struct _PolkitGnomeAuthenticator
39
38
{
139
138
                                            0,                      /* class offset     */
140
139
                                            NULL,                   /* accumulator      */
141
140
                                            NULL,                   /* accumulator data */
142
 
                                            _polkit_gnome_marshal_VOID__BOOLEAN_BOOLEAN,
 
141
                                            g_cclosure_marshal_generic,
143
142
                                            G_TYPE_NONE,
144
143
                                            2,
145
144
                                            G_TYPE_BOOLEAN,