#include <prop.h>
Data Fields | |
gchar * | name |
name of the property set | |
gchar * | desc |
description of what the set contains | |
size_t | size |
number of properties in the set | |
size_t | offset |
properties start numbering from here | |
prop_def_t * | props |
Pointer to first item in array of prop_def_t. | |
GHashTable * | byName |
hashtable to quickly look up props by name | |
time_t | mtime |
modification time of the associated file | |
gboolean | dirty |
property set needs flushing to disk | |
prop_set_get_stub_t | get_stub |
|
hashtable to quickly look up props by name
|
|
description of what the set contains
|
|
property set needs flushing to disk
|
|
|
|
modification time of the associated file
|
|
name of the property set
|
|
properties start numbering from here
|
|
Pointer to first item in array of prop_def_t.
|
|
number of properties in the set
|