XklConfigRec management utilities
Detailed Description
Little utilities for managing XklConfigRec.
Function Documentation
Cleans the record (frees all the non-null members)
- Parameters:
-
| data | is a record to clean |
Compares the records
- Parameters:
-
| data1 | is a record to compare |
| data2 | is another record |
- Returns:
- True if records are same
Initializes the record (actually, fills it with 0-s)
- Parameters:
-
| data | is a record to initialize |
Resets the record (equal to Destroy and Init)
- Parameters:
-
| data | is a record to reset |