Flags¶
Details¶
- class Malcontent.ManagerGetValueFlags(value)¶
Bases:
GObject.GFlags
Flags to control the behaviour of getter functions like
Malcontent.Manager.get_app_filter
() andMalcontent.Manager.get_app_filter_async
().New in version 0.5.0.
- NONE = 0¶
No flags set.
- INTERACTIVE = 1¶
Allow interactive polkit dialogs when requesting authorization.
- class Malcontent.ManagerSetValueFlags(value)¶
Bases:
GObject.GFlags
Flags to control the behaviour of setter functions like
Malcontent.Manager.set_app_filter
() andMalcontent.Manager.set_app_filter_async
().New in version 0.5.0.
- NONE = 0¶
No flags set.
- INTERACTIVE = 1¶
Allow interactive polkit dialogs when requesting authorization.