Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

prop_set Struct Reference

#include <prop.h>


Detailed Description

Property set definition.


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_tprops
 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


Field Documentation

GHashTable* prop_set::byName
 

hashtable to quickly look up props by name

gchar* prop_set::desc
 

description of what the set contains

gboolean prop_set::dirty
 

property set needs flushing to disk

prop_set_get_stub_t prop_set::get_stub
 

time_t prop_set::mtime
 

modification time of the associated file

gchar* prop_set::name
 

name of the property set

size_t prop_set::offset
 

properties start numbering from here

prop_def_t* prop_set::props
 

Pointer to first item in array of prop_def_t.

size_t prop_set::size
 

number of properties in the set


The documentation for this struct was generated from the following file:
Generated on Sat Jun 30 17:53:34 2007 for gtk-gnutella by  doxygen 1.3.9.1