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
);
Get the profile object with the given directory name, as per the output of list_profiles.
self |
the (null) instance |
|
dir_name |
. The directory name relative to the profiles directory . |
[in] |
Since: 0.1
A11yProfileManagerProfile *
a11y_profile_manager_get_profile_by_name
(const gchar *name
);
Get the profile object with the given name, as per the profile's manifest file.
self |
the (null) instance |
|
name |
. The name of the profile as specified in its manifest file . |
[in] |
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 occurring, or |
Since: 0.1