Public Attributes | |
gchar * | name |
The name of the property. | |
gchar * | ext |
The file extension for the property. | |
Sed_cell_property_func | f |
The function used to get the property from a Sed_cell. | |
gssize | n_args |
Number of args for the property function. |
Definition at line 3 of file sed_property.c.
gchar* Sed_property_static::name |
The name of the property.
Definition at line 5 of file sed_property.c.
Referenced by sed_property_new().
gchar* Sed_property_static::ext |
gssize Sed_property_static::n_args |