Public symbols in libpolkit-gobject-1.so.0 (0.0.0-MeeGo 1.2 Core) on x86
Total: 116


polkitactiondescription.h, libpolkit-gobject-1.so.0.0.0
polkit_action_description_get_action_id PolkitActionDescription* action_description )
polkit_action_description_get_annotation ( PolkitActionDescription* action_description, gchar const* key )
polkit_action_description_get_annotation_keys PolkitActionDescription* action_description )
polkit_action_description_get_description PolkitActionDescription* action_description )
polkit_action_description_get_icon_name PolkitActionDescription* action_description )
polkit_action_description_get_implicit_active PolkitActionDescription* action_description )
polkit_action_description_get_implicit_any PolkitActionDescription* action_description )
polkit_action_description_get_implicit_inactive PolkitActionDescription* action_description )
polkit_action_description_get_message PolkitActionDescription* action_description )
polkit_action_description_get_type ( )
polkit_action_description_get_vendor_name PolkitActionDescription* action_description )
polkit_action_description_get_vendor_url PolkitActionDescription* action_description )

polkitauthority.h, libpolkit-gobject-1.so.0.0.0
polkit_authority_add_lockdown_for_action ( PolkitAuthority* authority, gchar const* action_id, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_add_lockdown_for_action_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_add_lockdown_for_action_sync ( PolkitAuthority* authority, gchar const* action_id, GCancellable* cancellable, GError** error )
polkit_authority_authentication_agent_response ( PolkitAuthority* authority, gchar const* cookie, PolkitIdentity* identity, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_authentication_agent_response_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_authentication_agent_response_sync ( PolkitAuthority* authority, gchar const* cookie, PolkitIdentity* identity, GCancellable* cancellable, GError** error )
polkit_authority_check_authorization ( PolkitAuthority* authority, PolkitSubject* subject, gchar const* action_id, PolkitDetails* details, PolkitCheckAuthorizationFlags flags, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_check_authorization_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_check_authorization_sync ( PolkitAuthority* authority, PolkitSubject* subject, gchar const* action_id, PolkitDetails* details, PolkitCheckAuthorizationFlags flags, GCancellable* cancellable, GError** error )
polkit_authority_enumerate_actions ( PolkitAuthority* authority, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_enumerate_actions_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_enumerate_actions_sync ( PolkitAuthority* authority, GCancellable* cancellable, GError** error )
polkit_authority_enumerate_temporary_authorizations ( PolkitAuthority* authority, PolkitSubject* subject, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_enumerate_temporary_authorizations_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_enumerate_temporary_authorizations_sync ( PolkitAuthority* authority, PolkitSubject* subject, GCancellable* cancellable, GError** error )
polkit_authority_get ( )
polkit_authority_get_backend_features PolkitAuthority* authority )
polkit_authority_get_backend_name PolkitAuthority* authority )
polkit_authority_get_backend_version PolkitAuthority* authority )
polkit_authority_get_type ( )
polkit_authority_register_authentication_agent ( PolkitAuthority* authority, PolkitSubject* subject, gchar const* locale, gchar const* object_path, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_register_authentication_agent_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_register_authentication_agent_sync ( PolkitAuthority* authority, PolkitSubject* subject, gchar const* locale, gchar const* object_path, GCancellable* cancellable, GError** error )
polkit_authority_remove_lockdown_for_action ( PolkitAuthority* authority, gchar const* action_id, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_remove_lockdown_for_action_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_remove_lockdown_for_action_sync ( PolkitAuthority* authority, gchar const* action_id, GCancellable* cancellable, GError** error )
polkit_authority_revoke_temporary_authorization_by_id ( PolkitAuthority* authority, gchar const* id, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_revoke_temporary_authorization_by_id_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_revoke_temporary_authorization_by_id_sync ( PolkitAuthority* authority, gchar const* id, GCancellable* cancellable, GError** error )
polkit_authority_revoke_temporary_authorizations ( PolkitAuthority* authority, PolkitSubject* subject, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_revoke_temporary_authorizations_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_revoke_temporary_authorizations_sync ( PolkitAuthority* authority, PolkitSubject* subject, GCancellable* cancellable, GError** error )
polkit_authority_unregister_authentication_agent ( PolkitAuthority* authority, PolkitSubject* subject, gchar const* object_path, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_authority_unregister_authentication_agent_finish ( PolkitAuthority* authority, GAsyncResult* res, GError** error )
polkit_authority_unregister_authentication_agent_sync ( PolkitAuthority* authority, PolkitSubject* subject, gchar const* object_path, GCancellable* cancellable, GError** error )

polkitauthorizationresult.h, libpolkit-gobject-1.so.0.0.0
polkit_authorization_result_get_details PolkitAuthorizationResult* result )
polkit_authorization_result_get_is_authorized PolkitAuthorizationResult* result )
polkit_authorization_result_get_is_challenge PolkitAuthorizationResult* result )
polkit_authorization_result_get_locked_down PolkitAuthorizationResult* result )
polkit_authorization_result_get_retains_authorization PolkitAuthorizationResult* result )
polkit_authorization_result_get_temporary_authorization_id PolkitAuthorizationResult* result )
polkit_authorization_result_get_type ( )
polkit_authorization_result_new ( gboolean is_authorized, gboolean is_challenge, PolkitDetails* details )

polkitcheckauthorizationflags.h, libpolkit-gobject-1.so.0.0.0
polkit_check_authorization_flags_get_type ( )

polkitdetails.h, libpolkit-gobject-1.so.0.0.0
polkit_details_get_keys PolkitDetails* details )
polkit_details_get_type ( )
polkit_details_insert ( PolkitDetails* details, gchar const* key, gchar const* value )
polkit_details_lookup ( PolkitDetails* details, gchar const* key )
polkit_details_new ( )

polkitenumtypes.h, libpolkit-gobject-1.so.0.0.0
polkit_authority_features_get_type ( )

polkiterror.h, libpolkit-gobject-1.so.0.0.0
polkit_error_get_type ( )
polkit_error_quark ( )

polkitidentity.h, libpolkit-gobject-1.so.0.0.0
polkit_identity_equal ( PolkitIdentity* a, PolkitIdentity* b )
polkit_identity_from_string ( gchar const* str, GError** error )
polkit_identity_get_type ( )
polkit_identity_hash PolkitIdentity* a )
polkit_identity_to_string PolkitIdentity* identity )

polkitimplicitauthorization.h, libpolkit-gobject-1.so.0.0.0
polkit_implicit_authorization_from_string ( gchar const* string, PolkitImplicitAuthorization* out_implicit_authorization )
polkit_implicit_authorization_get_type ( )
polkit_implicit_authorization_to_string PolkitImplicitAuthorization implicit_authorization )

polkitsubject.h, libpolkit-gobject-1.so.0.0.0
polkit_subject_equal ( PolkitSubject* a, PolkitSubject* b )
polkit_subject_exists ( PolkitSubject* subject, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_subject_exists_finish ( PolkitSubject* subject, GAsyncResult* res, GError** error )
polkit_subject_exists_sync ( PolkitSubject* subject, GCancellable* cancellable, GError** error )
polkit_subject_from_string ( gchar const* str, GError** error )
polkit_subject_get_type ( )
polkit_subject_hash PolkitSubject* subject )
polkit_subject_to_string PolkitSubject* subject )

polkitsystembusname.h, libpolkit-gobject-1.so.0.0.0
polkit_system_bus_name_get_name PolkitSystemBusName* system_bus_name )
polkit_system_bus_name_get_process_sync ( PolkitSystemBusName* system_bus_name, GCancellable* cancellable, GError** error )
polkit_system_bus_name_get_type ( )
polkit_system_bus_name_new gchar const* name )
polkit_system_bus_name_set_name ( PolkitSystemBusName* system_bus_name, gchar const* name )

polkittemporaryauthorization.h, libpolkit-gobject-1.so.0.0.0
polkit_temporary_authorization_get_action_id PolkitTemporaryAuthorization* authorization )
polkit_temporary_authorization_get_id PolkitTemporaryAuthorization* authorization )
polkit_temporary_authorization_get_subject PolkitTemporaryAuthorization* authorization )
polkit_temporary_authorization_get_time_expires PolkitTemporaryAuthorization* authorization )
polkit_temporary_authorization_get_time_obtained PolkitTemporaryAuthorization* authorization )
polkit_temporary_authorization_get_type ( )
polkit_temporary_authorization_new gchar const* id, gchar const* action_id, PolkitSubject* subject, guint64 time_obtained, guint64 time_expires )

polkitunixgroup.h, libpolkit-gobject-1.so.0.0.0
polkit_unix_group_get_gid PolkitUnixGroup* group )
polkit_unix_group_get_type ( )
polkit_unix_group_new gint gid )
polkit_unix_group_new_for_name ( gchar const* name, GError** error )
polkit_unix_group_set_gid ( PolkitUnixGroup* group, gint gid )

polkitunixprocess.h, libpolkit-gobject-1.so.0.0.0
polkit_unix_process_get_owner ( PolkitUnixProcess* process, GError** error )
polkit_unix_process_get_pid PolkitUnixProcess* process )
polkit_unix_process_get_start_time PolkitUnixProcess* process )
polkit_unix_process_get_type ( )
polkit_unix_process_new gint pid )
polkit_unix_process_new_full gint pid, guint64 start_time )
polkit_unix_process_set_pid ( PolkitUnixProcess* process, gint pid )

polkitunixsession.h, libpolkit-gobject-1.so.0.0.0
polkit_unix_session_get_session_id PolkitUnixSession* session )
polkit_unix_session_get_type ( )
polkit_unix_session_new gchar const* session_id )
polkit_unix_session_new_for_process gint pid, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
polkit_unix_session_new_for_process_finish ( GAsyncResult* res, GError** error )
polkit_unix_session_new_for_process_sync gint pid, GCancellable* cancellable, GError** error )
polkit_unix_session_set_session_id ( PolkitUnixSession* session, gchar const* session_id )

polkitunixuser.h, libpolkit-gobject-1.so.0.0.0
polkit_unix_user_get_type ( )
polkit_unix_user_get_uid PolkitUnixUser* user )
polkit_unix_user_new gint uid )
polkit_unix_user_new_for_name ( gchar const* name, GError** error )
polkit_unix_user_set_uid ( PolkitUnixUser* user, gint uid )

to the top



Generated on Fri Sep 2 19:30:29 2011 for libpolkit-gobject-1.so.0 by ABI Compliance Checker 1.93.8  
A tool for checking backward binary compatibility of a shared C/C++ library API