Method

MalcontentUiRestrictApplicationsSelectorset_app_filter

since: 0.5.0

Declaration [src]

void
mct_restrict_applications_selector_set_app_filter (
  MctRestrictApplicationsSelector* self,
  MctAppFilter* app_filter
)

Description [src]

Set the value of MctRestrictApplicationsSelector:app-filter.

This will overwrite any user changes to the selector, so they should be saved first using mct_restrict_applications_selector_build_app_filter() if desired.

Available since: 0.5.0

Parameters

app_filter

Type: MctAppFilter

The app filter to configure the selector from, or NULL to use an empty app filter.

The argument can be NULL.
The data is owned by the caller of the method.