debc85f5a0e9d7f7f63bc180b263330d8a54348b
[platform/upstream/glib.git] / docs / reference / glib / tmpl / glib-unused.sgml
1 <!-- ##### FUNCTION g_main_remove_poll ##### -->
2 <para>
3 Removes a file descriptor from the list being polled.
4 </para>
5
6 @fd: the #GPollFD to remove.
7
8 <!-- ##### MACRO lseek ##### -->
9 <para>
10
11 </para>
12
13
14 <!-- ##### FUNCTION g_convert_error_quark ##### -->
15 <para>
16
17 </para>
18
19 @Returns: 
20
21 <!-- ##### MACRO write ##### -->
22 <para>
23
24 </para>
25
26
27 <!-- ##### FUNCTION g_main_add_poll ##### -->
28 <para>
29 Adds a file descriptor to be polled.
30 This is usually combined with g_source_add() to add an event source.
31 The event source's check function will typically test the revents
32 field in the #GPollFD struct and return TRUE if events need to be processed.
33 </para>
34
35 @fd: a #GPollFD, which is a file descriptor together with a bitwise
36 combination of #GIOCondition flags determining which events to poll for.
37 @priority: the priority of the poll, which should be the same as the priority
38 used for g_source_add() to ensure that the file descriptor is polled whenever
39 the results may be needed.
40 See #G_PRIORITY_DEFAULT, #G_PRIORITY_DEFAULT_IDLE, #G_PRIORITY_HIGH,
41 #G_PRIORITY_HIGH_IDLE, and #G_PRIORITY_LOW.
42
43 <!-- ##### MACRO pclose ##### -->
44 <para>
45
46 </para>
47
48
49 <!-- ##### MACRO g_string ##### -->
50 <para>
51 Turns the argument into a string literal by using the '#' stringizing operator.
52 </para>
53
54 @x: text to convert to a literal string.
55
56 <!-- ##### MACRO popen ##### -->
57 <para>
58
59 </para>
60
61
62 <!-- ##### MACRO access ##### -->
63 <para>
64
65 </para>
66
67
68 <!-- ##### FUNCTION g_source_remove_by_source_data ##### -->
69 <para>
70 Removes the first event source found with the given source data.
71 </para>
72 <para>
73 Event sources are sorted with the highest priority first. Sources with equal
74 priority are stored in the order in which they were added.
75 </para>
76
77 @source_data: the source data, which contains information specific to the
78 type of source.
79 @Returns: TRUE if an event source was found and removed.
80
81 <!-- ##### MACRO open ##### -->
82 <para>
83
84 </para>
85
86
87 <!-- ##### MACRO getpid ##### -->
88 <para>
89
90 </para>
91
92
93 <!-- ##### MACRO fdopen ##### -->
94 <para>
95
96 </para>
97
98
99 <!-- ##### MACRO close ##### -->
100 <para>
101
102 </para>
103
104
105 <!-- ##### MACRO getcwd ##### -->
106 <para>
107
108 </para>
109
110
111 <!-- ##### MACRO read ##### -->
112 <para>
113
114 </para>
115
116
117 <!-- ##### FUNCTION g_main_win32_get_poll_func ##### -->
118 <para>
119
120 </para>
121
122 @Returns: 
123