Xfce Kiosk functions

Xfce Kiosk functions — Xfce Kiosk mode support functions.

Synopsis


#include <libxfce4util/libxfce4util.h>


            XfceKiosk;
XfceKiosk*  xfce_kiosk_new                  (const gchar *module);
gboolean    xfce_kiosk_query                (const XfceKiosk *kiosk,
                                             const gchar *capability);
void        xfce_kiosk_free                 (XfceKiosk *kiosk);

Description

This module provides a simple Kiosk mode for Xfce.

Details

XfceKiosk

typedef struct _XfceKiosk XfceKiosk;


xfce_kiosk_new ()

XfceKiosk*  xfce_kiosk_new                  (const gchar *module);

FIXME