~ubuntu-branches/ubuntu/oneiric/polkit-qt-1/oneiric

« back to all changes in this revision

Viewing changes to agent/polkitqt1-agent-listener.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-11-07 01:18:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101107011828-qf5lzf950ih0l250
Tags: 0.98.1~git20101107-0ubuntu1
* New upstream snapshot:
  - Drop kubuntu_01_fix_glib_ftbfs.diff, accepted upstream
  - Bump build-depend versions on polkit to >= 0.98

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
     * \param objectPath DBus object path
94
94
     * \return \c True if the polkitqt1-agent-listener.has been registered, \c False otherwise
95
95
     */
96
 
    bool registerListener(PolkitQt1::Subject *subject, const QString &objectPath);
 
96
    bool registerListener(const PolkitQt1::Subject &subject, const QString &objectPath);
97
97
 
98
98
    /**
99
99
     * \brief Returns pointer to the PolkitAgentListener.
126
126
    virtual void initiateAuthentication(const QString &actionId,
127
127
                                        const QString &message,
128
128
                                        const QString &iconName,
129
 
                                        PolkitQt1::Details *details,
 
129
                                        const PolkitQt1::Details &details,
130
130
                                        const QString &cookie,
131
 
                                        QList<PolkitQt1::Identity *> identities,
 
131
                                        const PolkitQt1::Identity::List &identities,
132
132
                                        AsyncResult *result) = 0;
133
133
 
134
134
    /**