1. NAME

XkbFreeKeyboard - Destroys either an entire XkbDescRec or just some of its members

2. SYNOPSIS

void XkbFreeKeyboard (XkbDescPtr xkb , unsigned int which , Bool free_all );

3. ARGUMENTS

  • xkb
        keyboard description with components to free
  • which
        mask selecting components to free
  • free_all
        True => free all components and xkb

4. DESCRIPTION

XkbFreeKeyboardfrees the components of xkbspecified by whichand sets the corresponding values to NULL. If .I free_all is True, XkbFreeKeyboardfrees every non-NULL component of xkband then frees the xkbstructure itself.