| Xfce Kiosk functionsXfce Kiosk functions — Xfce Kiosk mode support functions. |  | 
Includes
#include <libxfce4util/libxfce4util.h>
 
Description
	This module provides a simple Kiosk mode for Xfce.
 
Functions
xfce_kiosk_new ()
XfceKiosk *
xfce_kiosk_new (const gchar *module);
FIXME
Since 4.2
 
xfce_kiosk_query ()
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.
Returns
 TRUE if the current user has the capability
, else FALSE.
 
Since 4.2
 
xfce_kiosk_free ()
void
xfce_kiosk_free (XfceKiosk *kiosk);
Frees the kiosk
 object.
Since 4.2
 
 
Types and Values
XfceKiosk
typedef struct _XfceKiosk XfceKiosk;