File: st-handler-field-api.sgml

package info (click to toggle)
streamtuner 0.99.99-15
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,220 kB
  • ctags: 2,980
  • sloc: ansic: 27,119; sh: 8,206; xml: 4,811; makefile: 444; python: 366
file content (97 lines) | stat: -rw-r--r-- 1,543 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!-- ##### 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: