<!-- ##### SECTION Title ##### -->
STHandlerField

<!-- ##### SECTION Short_Description ##### -->
a structure for defining a stream field.

<!-- ##### SECTION Long_Description ##### -->
<para>

</para>

<!-- ##### SECTION See_Also ##### -->
<para>
#STHandler
</para>

<!-- ##### STRUCT STHandlerField ##### -->
<para>

</para>

@id: the ID passed to st_handler_field_new() (read-only)
@priv: 

<!-- ##### ENUM STHandlerFieldFlags ##### -->
<para>

</para>

@ST_HANDLER_FIELD_VISIBLE: specifies that the field should be visible
in the user interface.
@ST_HANDLER_FIELD_EDITABLE: specifies that the user may edit the field
value.
@ST_HANDLER_FIELD_VOLATILE: specifies that the field value should not
be saved to permanent storage.
@ST_HANDLER_FIELD_NO_DEDICATED_COLUMN: specifies that the field should
not have a dedicated column in the stream list.
@ST_HANDLER_FIELD_START_HIDDEN: specifies that the field should be
hidden by default.

<!-- ##### FUNCTION st_handler_field_new ##### -->
<para>

</para>

@id: 
@label: 
@type: 
@flags: 
@Returns: 


<!-- ##### FUNCTION st_handler_field_get_label ##### -->
<para>

</para>

@field: 
@Returns: 


<!-- ##### FUNCTION st_handler_field_get_type ##### -->
<para>

</para>

@field: 
@Returns: 


<!-- ##### FUNCTION st_handler_field_get_flags ##### -->
<para>

</para>

@field: 
@Returns: 


<!-- ##### FUNCTION st_handler_field_set_description ##### -->
<para>

</para>

@field: 
@description: 


<!-- ##### FUNCTION st_handler_field_get_description ##### -->
<para>

</para>

@field: 
@Returns: 


