~ubuntu-branches/debian/sid/policykit-1-gnome/sid

« back to all changes in this revision

Viewing changes to src/polkitgnomeauthenticator.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-01-28 22:27:25 UTC
  • Revision ID: package-import@ubuntu.com-20120128222725-2nsqedmk9p96y9ge
Tags: 0.105-2
* Drop 0001-Revert-Drop-marshaller-complications.patch and add an explizit
  Build-Depends on libglib2.0-dev (>= 2.30) instead.
* Fix versioned Build-Depends on dpkg-dev.
  The buildflags.mk snippet was added in version 1.16.1, not 1.6.1.

Show diffs side-by-side

added added

removed removed

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