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

« back to all changes in this revision

Viewing changes to src/polkitagent/polkitagentlistener.h

  • Committer: Steve Langasek
  • Date: 2012-11-05 07:17:25 UTC
  • mfrom: (22.1.1 sid)
  • Revision ID: steve.langasek@canonical.com-20121105071725-cw9ah4q015gjtr1o
Merge version 0.105-1 from Debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                                                                 GCancellable             *cancellable,
135
135
                                                                 GError                  **error);
136
136
 
 
137
gpointer  polkit_agent_listener_register_with_options           (PolkitAgentListener      *listener,
 
138
                                                                 PolkitAgentRegisterFlags  flags,
 
139
                                                                 PolkitSubject            *subject,
 
140
                                                                 const gchar              *object_path,
 
141
                                                                 GVariant                 *options,
 
142
                                                                 GCancellable             *cancellable,
 
143
                                                                 GError                  **error);
 
144
 
137
145
void      polkit_agent_listener_unregister                      (gpointer                  registration_handle);
138
146
 
139
147
G_END_DECLS