| Top |  |  |  |  | 
GSList *
a11y_profile_manager_list_profiles (void);
Lists the available accessibility profiles. Only valid profiles are added to the list.
Since: 0.1
A11yProfileManagerProfile *
a11y_profile_manager_get_profile_by_dir_name
                               (const gchar *dir_name);
The directory name relative to the profiles directory
Since: 0.1
A11yProfileManagerProfile *
a11y_profile_manager_get_profile_by_name
                               (const gchar *name);
The name of the profile as specified in its manifest file
Since: 0.1
void a11y_profile_manager_set_active_profile (A11yProfileManagerProfile *profile_obj,GError **error);
Sets the active accessibility profile.
| self | the (null) instance | |
| profile_obj | . A validated Profile object. . | [in] | 
| error | location to store the error occuring, or  | 
Since: 0.1