polkitagentlistener.h   polkitagentlistener.h 
skipping to change at line 137 skipping to change at line 137
POLKIT_AGENT_REGISTER_FLAGS_RUN_IN_THREAD = (1<<0) POLKIT_AGENT_REGISTER_FLAGS_RUN_IN_THREAD = (1<<0)
} PolkitAgentRegisterFlags; } PolkitAgentRegisterFlags;
gpointer polkit_agent_listener_register (PolkitAgen tListener *listener, gpointer polkit_agent_listener_register (PolkitAgen tListener *listener,
PolkitAgen tRegisterFlags flags, PolkitAgen tRegisterFlags flags,
PolkitSubj ect *subject, PolkitSubj ect *subject,
const gcha r *object_path, const gcha r *object_path,
GCancellab le *cancellable, GCancellab le *cancellable,
GError **error); GError **error);
gpointer polkit_agent_listener_register_with_options (PolkitAgen
tListener *listener,
PolkitAgen
tRegisterFlags flags,
PolkitSubj
ect *subject,
const gcha
r *object_path,
GVariant
*options,
GCancellab
le *cancellable,
GError
**error);
void polkit_agent_listener_unregister (gpointer registration_handle); void polkit_agent_listener_unregister (gpointer registration_handle);
G_END_DECLS G_END_DECLS
#endif /* __POLKIT_AGENT_LISTENER_H */ #endif /* __POLKIT_AGENT_LISTENER_H */
 End of changes. 1 change blocks. 
0 lines changed or deleted 15 lines changed or added


 polkitauthority.h   polkitauthority.h 
skipping to change at line 86 skipping to change at line 86
GCanc ellable *cancellable, GCanc ellable *cancellable,
GErro r **error); GErro r **error);
gboolean polkit_authority_register_authentication_agent_s ync (PolkitAuthority *authority, gboolean polkit_authority_register_authentication_agent_s ync (PolkitAuthority *authority,
PolkitSubject *subject, PolkitSubject *subject,
const gchar *locale, const gchar *locale,
const gchar *object_path, const gchar *object_path,
GCancellable *cancellable, GCancellable *cancellable,
GError **error); GError **error);
gboolean polkit_authority_register_authentication_agent_w
ith_options_sync (PolkitAuthority *authority,
PolkitSubject *subject,
const gchar *locale,
const gchar *object_path,
GVariant *options,
GCancellable *cancellable,
GError **error);
gboolean polkit_authority_unregister_authentication_agent _sync (PolkitAuthority *authority, gboolean polkit_authority_unregister_authentication_agent _sync (PolkitAuthority *authority,
PolkitSubject *subject, PolkitSubject *subject,
const gchar *object_path, const gchar *object_path,
GCancellable *cancellable, GCancellable *cancellable,
GError **error); GError **error);
gboolean polkit_authority_authentication_agent_response_s ync (PolkitAuthority *authority, gboolean polkit_authority_authentication_agent_response_s ync (PolkitAuthority *authority,
const gchar *cookie, const gchar *cookie,
PolkitIdentity *identity, PolkitIdentity *identity,
GCancellable *cancellable, GCancellable *cancellable,
skipping to change at line 149 skipping to change at line 157
const gchar *locale, const gchar *locale,
const gchar *object_path, const gchar *object_path,
GCancellable *cancellable, GCancellable *cancellable,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
gpointer user_data); gpointer user_data);
gboolean polkit_authority_register_authentication_agent_f inish (PolkitAuthority *authority, gboolean polkit_authority_register_authentication_agent_f inish (PolkitAuthority *authority,
GAsyncResult *res, GAsyncResult *res,
GError **error); GError **error);
gboolean polkit_authority_register_authentication_agent_w
ith_options_finish (PolkitAuthority *authority,
GAsyncResult *res,
GError **error);
void polkit_authority_register_authentication_agent_w
ith_options (PolkitAuthority *authority,
PolkitSubject *subject,
const gchar *locale,
const gchar *object_path,
GVariant *options,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
void polkit_authority_unregister_authentication_agent (PolkitAuthority *authority, void polkit_authority_unregister_authentication_agent (PolkitAuthority *authority,
PolkitSubject *subject, PolkitSubject *subject,
const gchar *object_path, const gchar *object_path,
GCancellable *cancellable, GCancellable *cancellable,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
gpointer user_data); gpointer user_data);
gboolean polkit_authority_unregister_authentication_agent _finish (PolkitAuthority *authority, gboolean polkit_authority_unregister_authentication_agent _finish (PolkitAuthority *authority,
GAsyncResult *res, GAsyncResult *res,
GError **error); GError **error);
 End of changes. 2 change blocks. 
0 lines changed or deleted 39 lines changed or added


 polkitbackendauthority.h   polkitbackendauthority.h 
skipping to change at line 146 skipping to change at line 146
PolkitAuthorizationResult * (*check_authorization_finish) (PolkitBackendA uthority *authority, PolkitAuthorizationResult * (*check_authorization_finish) (PolkitBackendA uthority *authority,
GAsyncResult *res, GAsyncResult *res,
GError **error); GError **error);
gboolean (*register_authentication_agent) (PolkitBackendAuthority *auth ority, gboolean (*register_authentication_agent) (PolkitBackendAuthority *auth ority,
PolkitSubject *call er, PolkitSubject *call er,
PolkitSubject *subj ect, PolkitSubject *subj ect,
const gchar *loca le, const gchar *loca le,
const gchar *obje ct_path, const gchar *obje ct_path,
GVariant *opti ons,
GError **erro r); GError **erro r);
gboolean (*unregister_authentication_agent) (PolkitBackendAuthority *au thority, gboolean (*unregister_authentication_agent) (PolkitBackendAuthority *au thority,
PolkitSubject *ca ller, PolkitSubject *ca ller,
PolkitSubject *su bject, PolkitSubject *su bject,
const gchar *ob ject_path, const gchar *ob ject_path,
GError **er ror); GError **er ror);
gboolean (*authentication_agent_response) (PolkitBackendAuthority *auth ority, gboolean (*authentication_agent_response) (PolkitBackendAuthority *auth ority,
PolkitSubject *call er, PolkitSubject *call er,
skipping to change at line 247 skipping to change at line 248
PolkitAuthorizationResult *polkit_backend_authority_check_authorization_fin ish (PolkitBackendAuthority *authority, PolkitAuthorizationResult *polkit_backend_authority_check_authorization_fin ish (PolkitBackendAuthority *authority,
GAsyncResult *res, GAsyncResult *res,
GError **error); GError **error);
gboolean polkit_backend_authority_register_authentication_agent (PolkitBack endAuthority *authority, gboolean polkit_backend_authority_register_authentication_agent (PolkitBack endAuthority *authority,
PolkitSubj ect *caller, PolkitSubj ect *caller,
PolkitSubj ect *subject, PolkitSubj ect *subject,
const gcha r *locale, const gcha r *locale,
const gcha r *object_path, const gcha r *object_path,
GVariant *options,
GError **error); GError **error);
gboolean polkit_backend_authority_unregister_authentication_agent (PolkitBa ckendAuthority *authority, gboolean polkit_backend_authority_unregister_authentication_agent (PolkitBa ckendAuthority *authority,
PolkitSu bject *caller, PolkitSu bject *caller,
PolkitSu bject *subject, PolkitSu bject *subject,
const gc har *object_path, const gc har *object_path,
GError **error); GError **error);
gboolean polkit_backend_authority_authentication_agent_response (PolkitBack endAuthority *authority, gboolean polkit_backend_authority_authentication_agent_response (PolkitBack endAuthority *authority,
PolkitSubj ect *caller, PolkitSubj ect *caller,
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/