![]() | ![]() | ![]() | libxfce4util Reference Manual | ![]() |
---|
Xfce Kiosk functions — Xfce Kiosk mode support functions.
#include <libxfce4util/libxfce4util.h> struct XfceKiosk; XfceKiosk* xfce_kiosk_new (const gchar *module); gboolean xfce_kiosk_query (const XfceKiosk *kiosk, const gchar *capability); void xfce_kiosk_free (XfceKiosk *kiosk);
XfceKiosk* xfce_kiosk_new (const gchar *module);
FIXME
module : | |
Returns : |
Since 4.2
gboolean xfce_kiosk_query (const XfceKiosk *kiosk, const gchar *capability);
Queries the kiosk object for a given capability and returns TRUE if the current user has the capability, else FALSE.
kiosk : | A XfceKiosk. |
capability : | The name of the capability to check. |
Returns : | TRUE if the current user has the capability, else FALSE. |
Since 4.2
<< XfceDesktopEntry | Xfce Utilities >> |