mirror of
https://github.com/ApfelTeeSaft/vanilla.git
synced 2026-08-27 03:43:41 +00:00
* attempt to set up polkit listener * implement polkit agent functionality * finalized polkit implementation * add warning for installing polkit rule * docker: install libpolkit-agent-1-dev * add uninstall polkit option --------- Co-authored-by: MattKC <[email protected]>
9 lines
275 B
C
9 lines
275 B
C
#ifndef VANILLA_PI_MENU_SUDO_H
|
|
#define VANILLA_PI_MENU_SUDO_H
|
|
|
|
#include "ui/ui.h"
|
|
|
|
void vpi_menu_sudo(vui_context_t *vui, vui_callback_t success_action, void *success_data, vui_callback_t cancel_action, void *cancel_data, int fade_fglayer);
|
|
|
|
#endif // VANILLA_PI_MENU_SUDO_H
|