Xfce Kiosk functions
Xfce Kiosk functions — Xfce Kiosk mode support functions.
|
|
Object Hierarchy
GObject
╰── XfceKiosk
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
);
Creates and returns a new instance of XfceKiosk.
[constructor]
Returns
a new instance of XfceKiosk.
[transfer full]
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.
In 4.13 and above, this is equivalent to calling g_clear_object.
Since: 4.2
Types and Values
XfceKiosk
typedef struct _XfceKiosk XfceKiosk;