1 <!-- ##### ENUM GChannelError ##### -->
6 @G_CHANNEL_ERROR_ACCES:
8 @G_CHANNEL_ERROR_DEADLK:
9 @G_CHANNEL_ERROR_FAULT:
10 @G_CHANNEL_ERROR_INVAL:
12 @G_CHANNEL_ERROR_ISDIR:
13 @G_CHANNEL_ERROR_MFILE:
14 @G_CHANNEL_ERROR_NOLCK:
15 @G_CHANNEL_ERROR_NOSPC:
16 @G_CHANNEL_ERROR_PERM:
17 @G_CHANNEL_ERROR_PIPE:
18 @G_CHANNEL_ERROR_SPIPE:
19 @G_CHANNEL_ERROR_ENCODE_RW:
20 @G_CHANNEL_ERROR_FAILED:
22 <!-- ##### ENUM GChannelStatus ##### -->
27 @G_CHANNEL_STATUS_NORMAL:
28 @G_CHANNEL_STATUS_EOF:
29 @G_CHANNEL_STATUS_PARTIAL_CHARS:
30 @G_CHANNEL_STATUS_AGAIN:
31 @G_CHANNEL_STATUS_INTR:
32 @G_CHANNEL_STATUS_ERROR:
33 @G_CHANNEL_STATUS_BAD_INPUT:
35 <!-- ##### USER_FUNCTION GCompareFuncData ##### -->
45 <!-- ##### USER_FUNCTION GCompletionStrcmpFunc ##### -->
54 <!-- ##### USER_FUNCTION GHookFreeFunc ##### -->
62 <!-- ##### MACRO G_CHANNEL_ERROR ##### -->
68 <!-- ##### MACRO G_HOOK_DEFERRED_DESTROY ##### -->
74 <!-- ##### MACRO G_IO_CHANNEL_DEFAULT_LINE_TERM ##### -->
76 One of %G_IO_CHANNEL_UNIX_LINE_TERM, %G_IO_CHANNEL_DOS_LINE_TERM,
77 or %G_IO_CHANNEL_MACINTOSH_LINE_TERM (unimplemented)
78 depending on the system type.
82 <!-- ##### MACRO access ##### -->
88 <!-- ##### MACRO close ##### -->
94 <!-- ##### MACRO fdopen ##### -->
100 <!-- ##### FUNCTION g_convert_error_quark ##### -->
107 <!-- ##### FUNCTION g_main_add_poll ##### -->
109 Adds a file descriptor to be polled.
110 This is usually combined with g_source_add() to add an event source.
111 The event source's check function will typically test the revents
112 field in the #GPollFD struct and return TRUE if events need to be processed.
115 @fd: a #GPollFD, which is a file descriptor together with a bitwise
116 combination of #GIOCondition flags determining which events to poll for.
117 @priority: the priority of the poll, which should be the same as the priority
118 used for g_source_add() to ensure that the file descriptor is polled whenever
119 the results may be needed.
120 See #G_PRIORITY_DEFAULT, #G_PRIORITY_DEFAULT_IDLE, #G_PRIORITY_HIGH,
121 #G_PRIORITY_HIGH_IDLE, and #G_PRIORITY_LOW.
123 <!-- ##### FUNCTION g_main_loop_destroy ##### -->
130 <!-- ##### FUNCTION g_main_remove_poll ##### -->
132 Removes a file descriptor from the list being polled.
135 @fd: the #GPollFD to remove.
137 <!-- ##### FUNCTION g_main_win32_get_poll_func ##### -->
144 <!-- ##### FUNCTION g_mem_check ##### -->
146 Checks if the given memory has already been freed. If it has it outputs
148 To use this function you must configure glib with the flag
149 '--enable-mem-check=yes' before compiling.
152 @mem: the memory to check.
154 <!-- ##### FUNCTION g_source_add ##### -->
168 <!-- ##### FUNCTION g_source_connect ##### -->
178 <!-- ##### FUNCTION g_source_connect_indirect ##### -->
187 <!-- ##### FUNCTION g_source_remove_by_source_data ##### -->
189 Removes the first event source found with the given source data.
192 Event sources are sorted with the highest priority first. Sources with equal
193 priority are stored in the order in which they were added.
196 @source_data: the source data, which contains information specific to the
198 @Returns: TRUE if an event source was found and removed.
200 <!-- ##### FUNCTION g_static_private_get_for_thread ##### -->
209 <!-- ##### FUNCTION g_static_private_set_for_thread ##### -->
219 <!-- ##### MACRO g_string ##### -->
221 Turns the argument into a string literal by using the '#' stringizing operator.
224 @x: text to convert to a literal string.
226 <!-- ##### MACRO getcwd ##### -->
232 <!-- ##### MACRO getpid ##### -->
238 <!-- ##### MACRO lseek ##### -->
244 <!-- ##### MACRO open ##### -->
250 <!-- ##### MACRO pclose ##### -->
256 <!-- ##### MACRO popen ##### -->
262 <!-- ##### MACRO read ##### -->
268 <!-- ##### MACRO write ##### -->