540265bdb126297145cef7826b97c4e7fd72090b
[platform/upstream/glib.git] / docs / reference / glib / glib-sections.txt
1 <INCLUDE>glib.h</INCLUDE>
2
3 <SECTION>
4 <TITLE>Basic Types</TITLE>
5 <FILE>types</FILE>
6 gboolean
7 gpointer
8 gconstpointer
9 gchar
10 guchar
11
12 <SUBSECTION>
13 gint
14 guint
15 gshort
16 gushort
17 glong
18 gulong
19
20 <SUBSECTION>
21 gint8
22 guint8
23 gint16
24 guint16
25 gint32
26 guint32
27
28 <SUBSECTION>
29 G_HAVE_GINT64
30 gint64
31 guint64
32 G_GINT64_CONSTANT
33 G_GUINT64_CONSTANT
34
35 <SUBSECTION>
36 gfloat
37 gdouble
38
39 <SUBSECTION>
40 gsize
41 gssize
42 goffset
43 G_GOFFSET_CONSTANT
44
45 <SUBSECTION>
46 gintptr
47 guintptr
48
49 <SUBSECTION Private>
50 GLIB_SIZEOF_VOID_P
51 GLIB_SIZEOF_LONG
52 GLIB_SIZEOF_SIZE_T
53 </SECTION>
54
55 <SECTION>
56 <TITLE>Limits of Basic Types</TITLE>
57 <FILE>limits</FILE>
58 G_MININT
59 G_MAXINT
60 G_MAXUINT
61
62 <SUBSECTION>
63 G_MINSHORT
64 G_MAXSHORT
65 G_MAXUSHORT
66
67 <SUBSECTION>
68 G_MINLONG
69 G_MAXLONG
70 G_MAXULONG
71
72 <SUBSECTION>
73 G_MININT8
74 G_MAXINT8
75 G_MAXUINT8
76
77 <SUBSECTION>
78 G_MININT16
79 G_MAXINT16
80 G_MAXUINT16
81
82 <SUBSECTION>
83 G_MININT32
84 G_MAXINT32
85 G_MAXUINT32
86
87 <SUBSECTION>
88 G_MININT64
89 G_MAXINT64
90 G_MAXUINT64
91
92 <SUBSECTION>
93 G_MAXSIZE
94 G_MINSSIZE
95 G_MAXSSIZE
96
97 <SUBSECTION>
98 G_MINOFFSET
99 G_MAXOFFSET
100
101 <SUBSECTION>
102 G_MINFLOAT
103 G_MAXFLOAT
104
105 <SUBSECTION>
106 G_MINDOUBLE
107 G_MAXDOUBLE
108 </SECTION>
109
110 <SECTION>
111 <TITLE>Version Information</TITLE>
112 <FILE>version</FILE>
113 glib_major_version
114 glib_minor_version
115 glib_micro_version
116 glib_binary_age
117 glib_interface_age
118 glib_check_version
119
120 <SUBSECTION>
121 GLIB_MAJOR_VERSION
122 GLIB_MINOR_VERSION
123 GLIB_MICRO_VERSION
124 GLIB_CHECK_VERSION
125 </SECTION>
126
127 <SECTION>
128 <TITLE>Standard Macros</TITLE>
129 <FILE>macros</FILE>
130 <SUBSECTION>
131 G_OS_WIN32
132 G_OS_BEOS
133 G_OS_UNIX
134
135 <SUBSECTION>
136 G_DIR_SEPARATOR
137 G_DIR_SEPARATOR_S
138 G_IS_DIR_SEPARATOR
139 G_SEARCHPATH_SEPARATOR
140 G_SEARCHPATH_SEPARATOR_S
141
142 <SUBSECTION>
143 TRUE
144 FALSE
145
146 <SUBSECTION>
147 NULL
148
149 <SUBSECTION>
150 MIN
151 MAX
152
153 <SUBSECTION>
154 ABS
155 CLAMP
156
157 <SUBSECTION>
158 G_STRUCT_MEMBER
159 G_STRUCT_MEMBER_P
160 G_STRUCT_OFFSET
161
162 <SUBSECTION>
163 G_MEM_ALIGN
164
165 <SUBSECTION>
166 G_CONST_RETURN
167
168 </SECTION>
169
170 <SECTION>
171 <TITLE>Type Conversion Macros</TITLE>
172 <FILE>type_conversion</FILE>
173 GINT_TO_POINTER
174 GPOINTER_TO_INT
175
176 <SUBSECTION>
177 GUINT_TO_POINTER
178 GPOINTER_TO_UINT
179 GSIZE_TO_POINTER
180 GPOINTER_TO_SIZE
181 </SECTION>
182
183 <SECTION>
184 <TITLE>Byte Order Macros</TITLE>
185 <FILE>byte_order</FILE>
186 G_BYTE_ORDER
187 G_LITTLE_ENDIAN
188 G_BIG_ENDIAN
189 G_PDP_ENDIAN
190
191 <SUBSECTION>
192 g_htonl
193 g_htons
194 g_ntohl
195 g_ntohs
196
197 <SUBSECTION>
198 GINT_FROM_BE
199 GINT_FROM_LE
200 GINT_TO_BE
201 GINT_TO_LE
202
203 <SUBSECTION>
204 GUINT_FROM_BE
205 GUINT_FROM_LE
206 GUINT_TO_BE
207 GUINT_TO_LE
208
209 <SUBSECTION>
210 GLONG_FROM_BE
211 GLONG_FROM_LE
212 GLONG_TO_BE
213 GLONG_TO_LE
214
215 <SUBSECTION>
216 GULONG_FROM_BE
217 GULONG_FROM_LE
218 GULONG_TO_BE
219 GULONG_TO_LE
220
221 <SUBSECTION>
222 GSIZE_FROM_BE
223 GSIZE_FROM_LE
224 GSIZE_TO_BE
225 GSIZE_TO_LE
226
227 <SUBSECTION>
228 GSSIZE_FROM_BE
229 GSSIZE_FROM_LE
230 GSSIZE_TO_BE
231 GSSIZE_TO_LE
232
233 <SUBSECTION>
234 GINT16_FROM_BE
235 GINT16_FROM_LE
236 GINT16_TO_BE
237 GINT16_TO_LE
238
239 <SUBSECTION>
240 GUINT16_FROM_BE
241 GUINT16_FROM_LE
242 GUINT16_TO_BE
243 GUINT16_TO_LE
244
245 <SUBSECTION>
246 GINT32_FROM_BE
247 GINT32_FROM_LE
248 GINT32_TO_BE
249 GINT32_TO_LE
250
251 <SUBSECTION>
252 GUINT32_FROM_BE
253 GUINT32_FROM_LE
254 GUINT32_TO_BE
255 GUINT32_TO_LE
256
257 <SUBSECTION>
258 GINT64_FROM_BE
259 GINT64_FROM_LE
260 GINT64_TO_BE
261 GINT64_TO_LE
262
263 <SUBSECTION>
264 GUINT64_FROM_BE
265 GUINT64_FROM_LE
266 GUINT64_TO_BE
267 GUINT64_TO_LE
268
269 <SUBSECTION>
270 GUINT16_SWAP_BE_PDP
271 GUINT16_SWAP_LE_BE
272 GUINT16_SWAP_LE_PDP
273
274 <SUBSECTION>
275 GUINT32_SWAP_BE_PDP
276 GUINT32_SWAP_LE_BE
277 GUINT32_SWAP_LE_PDP
278
279 <SUBSECTION>
280 GUINT64_SWAP_LE_BE
281
282 <SUBSECTION Private>
283 GUINT16_SWAP_LE_BE_CONSTANT
284 GUINT32_SWAP_LE_BE_CONSTANT
285 GUINT64_SWAP_LE_BE_CONSTANT
286 GUINT16_SWAP_LE_BE_IA32
287 GUINT32_SWAP_LE_BE_IA32
288 GUINT64_SWAP_LE_BE_IA32
289 GUINT16_SWAP_LE_BE_IA64
290 GUINT32_SWAP_LE_BE_IA64
291 GUINT64_SWAP_LE_BE_IA64
292 GUINT32_SWAP_LE_BE_X86_64
293 GUINT64_SWAP_LE_BE_X86_64
294
295 </SECTION>
296
297 <SECTION>
298 <TITLE>Numerical Definitions</TITLE>
299 <FILE>numerical</FILE>
300 G_IEEE754_FLOAT_BIAS
301 G_IEEE754_DOUBLE_BIAS
302 GFloatIEEE754
303 GDoubleIEEE754
304
305 <SUBSECTION>
306 <SUBSECTION>
307 G_E
308 G_LN2
309 G_LN10
310 G_PI
311 G_PI_2
312 G_PI_4
313 G_SQRT2
314 G_LOG_2_BASE_10
315 </SECTION>
316
317 <SECTION>
318 <TITLE>Miscellaneous Macros</TITLE>
319 <FILE>macros_misc</FILE>
320 G_INLINE_FUNC
321
322 <SUBSECTION>
323 G_STMT_START
324 G_STMT_END
325
326 <SUBSECTION>
327 G_BEGIN_DECLS
328 G_END_DECLS
329
330 <SUBSECTION>
331 G_N_ELEMENTS
332
333 <SUBSECTION>
334 G_VA_COPY
335
336 <SUBSECTION>
337 G_STRINGIFY
338 G_PASTE
339 G_STATIC_ASSERT
340 G_STATIC_ASSERT_EXPR
341
342 <SUBSECTION>
343 G_GNUC_EXTENSION
344 G_GNUC_CONST
345 G_GNUC_PURE
346 G_GNUC_MALLOC
347 G_GNUC_ALLOC_SIZE
348 G_GNUC_ALLOC_SIZE2
349 G_GNUC_DEPRECATED
350 G_GNUC_DEPRECATED_FOR
351 G_GNUC_NORETURN
352 G_GNUC_UNUSED
353 G_GNUC_PRINTF
354 G_GNUC_SCANF
355 G_GNUC_FORMAT
356 G_GNUC_NULL_TERMINATED
357 G_GNUC_WARN_UNUSED_RESULT
358 G_GNUC_FUNCTION
359 G_GNUC_PRETTY_FUNCTION
360 G_GNUC_NO_INSTRUMENT
361 G_HAVE_GNUC_VISIBILITY
362 G_GNUC_INTERNAL
363 G_GNUC_MAY_ALIAS
364
365 <SUBSECTION>
366 G_LIKELY
367 G_UNLIKELY
368
369 <SUBSECTION>
370 G_STRLOC
371 G_STRFUNC
372
373 <SUBSECTION>
374 G_GINT16_MODIFIER
375 G_GINT16_FORMAT
376 G_GUINT16_FORMAT
377 G_GINT32_MODIFIER
378 G_GINT32_FORMAT
379 G_GUINT32_FORMAT
380 G_GINT64_MODIFIER
381 G_GINT64_FORMAT
382 G_GUINT64_FORMAT
383 G_GSIZE_MODIFIER
384 G_GSIZE_FORMAT
385 G_GSSIZE_FORMAT
386 G_GOFFSET_MODIFIER
387 G_GOFFSET_FORMAT
388 G_GINTPTR_MODIFIER
389 G_GINTPTR_FORMAT
390 G_GUINTPTR_FORMAT
391
392 <SUBSECTION Private>
393 GLIB_VAR
394 G_STRINGIFY_ARG
395 G_PASTE_ARGS
396 G_HAVE_INLINE
397 G_CAN_INLINE
398 inline
399 G_HAVE___INLINE
400 G_HAVE___INLINE__
401 G_HAVE_GNUC_VARARGS
402 G_HAVE_ISO_VARARGS
403 G_HAVE_GROWING_STACK
404 G_VA_COPY_AS_ARRAY
405 </SECTION>
406
407 <SECTION>
408 <TITLE>Error Reporting</TITLE>
409 <FILE>error_reporting</FILE>
410 GError
411 g_error_new
412 g_error_new_literal
413 g_error_new_valist
414 g_error_free
415 g_error_copy
416 g_error_matches
417 g_set_error
418 g_set_error_literal
419 g_propagate_error
420 g_clear_error
421 g_prefix_error
422 g_propagate_prefixed_error
423 </SECTION>
424
425 <SECTION>
426 <TITLE>The Main Event Loop</TITLE>
427 <FILE>main</FILE>
428 GMainLoop
429 g_main_loop_new
430 g_main_loop_ref
431 g_main_loop_unref
432 g_main_loop_run
433 g_main_loop_quit
434 g_main_loop_is_running
435 g_main_loop_get_context
436 g_main_new
437 g_main_destroy
438 g_main_run
439 g_main_quit
440 g_main_is_running
441
442 <SUBSECTION>
443 G_PRIORITY_HIGH
444 G_PRIORITY_DEFAULT
445 G_PRIORITY_HIGH_IDLE
446 G_PRIORITY_DEFAULT_IDLE
447 G_PRIORITY_LOW
448
449 <SUBSECTION>
450 G_SOURCE_CONTINUE
451 G_SOURCE_REMOVE
452
453 <SUBSECTION>
454 GMainContext
455 g_main_context_new
456 g_main_context_ref
457 g_main_context_unref
458 g_main_context_default
459 g_main_context_iteration
460 g_main_iteration
461 g_main_context_pending
462 g_main_pending
463 g_main_context_find_source_by_id
464 g_main_context_find_source_by_user_data
465 g_main_context_find_source_by_funcs_user_data
466 g_main_context_wakeup
467 g_main_context_acquire
468 g_main_context_release
469 g_main_context_is_owner
470 g_main_context_wait
471 g_main_context_prepare
472 g_main_context_query
473 g_main_context_check
474 g_main_context_dispatch
475 g_main_context_set_poll_func
476 g_main_context_get_poll_func
477 GPollFunc
478 g_main_context_add_poll
479 g_main_context_remove_poll
480 g_main_depth
481 g_main_current_source
482 g_main_set_poll_func
483 g_main_context_invoke
484 g_main_context_invoke_full
485
486 <SUBSECTION>
487 g_main_context_get_thread_default
488 g_main_context_push_thread_default
489 g_main_context_pop_thread_default
490
491 <SUBSECTION>
492 g_timeout_source_new
493 g_timeout_source_new_seconds
494 g_timeout_add
495 g_timeout_add_full
496 g_timeout_add_seconds
497 g_timeout_add_seconds_full
498
499 <SUBSECTION>
500 g_idle_source_new
501 g_idle_add
502 g_idle_add_full
503 g_idle_remove_by_data
504
505 <SUBSECTION>
506 GPid
507 GChildWatchFunc
508 g_child_watch_source_new
509 g_child_watch_add
510 g_child_watch_add_full
511
512 <SUBSECTION>
513 GPollFD
514 g_poll
515 G_POLLFD_FORMAT
516
517 <SUBSECTION>
518 GSource
519 GSourceDummyMarshal
520 GSourceFuncs
521 GSourceCallbackFuncs
522 g_source_new
523 g_source_ref
524 g_source_unref
525 g_source_set_funcs
526 g_source_attach
527 g_source_destroy
528 g_source_is_destroyed
529 g_source_set_priority
530 g_source_get_priority
531 g_source_set_can_recurse
532 g_source_get_can_recurse
533 g_source_get_id
534 g_source_get_name
535 g_source_set_name
536 g_source_set_name_by_id
537 g_source_get_context
538 g_source_set_callback
539 GSourceFunc
540 g_source_set_callback_indirect
541 g_source_add_poll
542 g_source_remove_poll
543 g_source_add_child_source
544 g_source_remove_child_source
545 g_source_get_time
546 g_source_get_current_time
547 g_source_remove
548 g_source_remove_by_funcs_user_data
549 g_source_remove_by_user_data
550
551 <SUBSECTION Private>
552 GLIB_HAVE_SYS_POLL_H
553 GLIB_HAVE_ALLOCA_H
554 alloca
555 GLIB_USING_SYSTEM_PRINTF
556 GLIB_SYSDEF_POLLERR
557 GLIB_SYSDEF_POLLHUP
558 GLIB_SYSDEF_POLLIN
559 GLIB_SYSDEF_POLLNVAL
560 GLIB_SYSDEF_POLLOUT
561 GLIB_SYSDEF_POLLPRI
562 GLIB_SYSDEF_AF_INET
563 GLIB_SYSDEF_AF_INET6
564 GLIB_SYSDEF_AF_UNIX
565 GLIB_SYSDEF_MSG_DONTROUTE
566 GLIB_SYSDEF_MSG_OOB
567 GLIB_SYSDEF_MSG_PEEK
568 G_WIN32_MSG_HANDLE
569 g_idle_funcs
570 g_timeout_funcs
571 g_child_watch_funcs
572 GSourcePrivate
573 </SECTION>
574
575 <SECTION>
576 <TITLE>Threads</TITLE>
577 <FILE>threads</FILE>
578 <SUBSECTION>
579 G_THREADS_IMPL_POSIX
580 G_THREADS_IMPL_WIN32
581
582 <SUBSECTION>
583 G_THREAD_ERROR
584 GThreadError
585
586 <SUBSECTION>
587 g_thread_init
588 g_thread_supported
589 g_thread_get_initialized
590
591 <SUBSECTION>
592 GThreadFunc
593 GThread
594 g_thread_new
595 g_thread_new_full
596 g_thread_self
597 g_thread_join
598 g_thread_yield
599 g_thread_exit
600
601 <SUBSECTION Deprecated>
602 g_thread_create
603 g_thread_create_full
604 GThreadPriority
605 g_thread_set_priority
606 g_thread_foreach
607
608 <SUBSECTION>
609 GMutex
610 g_mutex_init
611 g_mutex_clear
612 g_mutex_new
613 g_mutex_free
614 g_mutex_lock
615 g_mutex_trylock
616 g_mutex_unlock
617
618 <SUBSECTION>
619 G_LOCK_DEFINE
620 G_LOCK_DEFINE_STATIC
621 G_LOCK_EXTERN
622 G_LOCK
623 G_TRYLOCK
624 G_UNLOCK
625
626 <SUBSECTION>
627 GRecMutex
628 g_rec_mutex_init
629 g_rec_mutex_clear
630 g_rec_mutex_lock
631 g_rec_mutex_trylock
632 g_rec_mutex_unlock
633
634 <SUBSECTION>
635 GRWLock
636 g_rw_lock_init
637 g_rw_lock_clear
638 g_rw_lock_writer_lock
639 g_rw_lock_writer_trylock
640 g_rw_lock_writer_unlock
641 g_rw_lock_reader_lock
642 g_rw_lock_reader_trylock
643 g_rw_lock_reader_unlock
644
645 <SUBSECTION>
646 GCond
647 g_cond_new
648 g_cond_free
649 g_cond_init
650 g_cond_clear
651 g_cond_wait
652 g_cond_timed_wait
653 g_cond_timedwait
654 g_cond_signal
655 g_cond_broadcast
656
657 <SUBSECTION>
658 GPrivate
659 G_PRIVATE_INIT
660 g_private_get
661 g_private_set
662 g_private_replace
663
664 <SUBSECTION Deprecated>
665 g_private_new
666
667 <SUBSECTION>
668 GOnce
669 GOnceStatus
670 G_ONCE_INIT
671 g_once
672 g_once_init_enter
673 g_once_init_leave
674
675 <SUBSECTION>
676 g_bit_lock
677 g_bit_trylock
678 g_bit_unlock
679 g_pointer_bit_lock
680 g_pointer_bit_trylock
681 g_pointer_bit_unlock
682
683 <SUBSECTION Deprecated>
684 GStaticMutex
685 G_STATIC_MUTEX_INIT
686 g_static_mutex_init
687 g_static_mutex_lock
688 g_static_mutex_trylock
689 g_static_mutex_unlock
690 g_static_mutex_get_mutex
691 g_static_mutex_free
692
693 <SUBSECTION Deprecated>
694 GStaticRecMutex
695 G_STATIC_REC_MUTEX_INIT
696 g_static_rec_mutex_init
697 g_static_rec_mutex_lock
698 g_static_rec_mutex_trylock
699 g_static_rec_mutex_unlock
700 g_static_rec_mutex_lock_full
701 g_static_rec_mutex_unlock_full
702 g_static_rec_mutex_free
703
704 <SUBSECTION Deprecated>
705 GStaticRWLock
706 G_STATIC_RW_LOCK_INIT
707 g_static_rw_lock_init
708 g_static_rw_lock_reader_lock
709 g_static_rw_lock_reader_trylock
710 g_static_rw_lock_reader_unlock
711 g_static_rw_lock_writer_lock
712 g_static_rw_lock_writer_trylock
713 g_static_rw_lock_writer_unlock
714 g_static_rw_lock_free
715
716 <SUBSECTION Deprecated>
717 GStaticPrivate
718 G_STATIC_PRIVATE_INIT
719 g_static_private_init
720 g_static_private_get
721 g_static_private_set
722 g_static_private_free
723
724 <SUBSECTION Private>
725 GThreadFunctions
726 G_THREADS_ENABLED
727 g_static_mutex_get_mutex_impl
728 g_static_mutex_get_mutex_impl_shortcut
729 G_LOCK_NAME
730 glib_dummy_decl
731 GSystemThread
732 g_thread_use_default_impl
733 g_threads_got_initialized
734 g_thread_functions_for_glib_use
735 g_thread_gettime
736 g_thread_init_glib
737 g_thread_error_quark
738 g_once_impl
739 g_once_init_enter_impl
740 atexit
741 g_system_thread_assign
742 g_system_thread_equal
743 g_system_thread_equal_simple
744 </SECTION>
745
746 <SECTION>
747 <TITLE>Thread Pools</TITLE>
748 <FILE>thread_pools</FILE>
749 GThreadPool
750 g_thread_pool_new
751 g_thread_pool_push
752 g_thread_pool_set_max_threads
753 g_thread_pool_get_max_threads
754 g_thread_pool_get_num_threads
755 g_thread_pool_unprocessed
756 g_thread_pool_free
757 g_thread_pool_set_max_unused_threads
758 g_thread_pool_get_max_unused_threads
759 g_thread_pool_get_num_unused_threads
760 g_thread_pool_stop_unused_threads
761 g_thread_pool_set_sort_function
762 g_thread_pool_set_max_idle_time
763 g_thread_pool_get_max_idle_time
764 </SECTION>
765
766 <SECTION>
767 <TITLE>Asynchronous Queues</TITLE>
768 <FILE>async_queues</FILE>
769 GAsyncQueue
770 g_async_queue_new
771 g_async_queue_new_full
772 g_async_queue_ref
773 g_async_queue_unref
774 g_async_queue_push
775 g_async_queue_push_sorted
776 g_async_queue_pop
777 g_async_queue_try_pop
778 g_async_queue_timed_pop
779 g_async_queue_length
780 g_async_queue_sort
781
782 <SUBSECTION>
783 g_async_queue_lock
784 g_async_queue_unlock
785 g_async_queue_ref_unlocked
786 g_async_queue_unref_and_unlock
787 g_async_queue_push_unlocked
788 g_async_queue_push_sorted_unlocked
789 g_async_queue_pop_unlocked
790 g_async_queue_try_pop_unlocked
791 g_async_queue_timed_pop_unlocked
792 g_async_queue_length_unlocked
793 g_async_queue_sort_unlocked
794 </SECTION>
795
796 <SECTION>
797 <TITLE>Atomic Operations</TITLE>
798 <FILE>atomic_operations</FILE>
799 g_atomic_int_get
800 g_atomic_int_set
801 g_atomic_int_inc
802 g_atomic_int_dec_and_test
803 g_atomic_int_compare_and_exchange
804 g_atomic_int_add
805 g_atomic_int_and
806 g_atomic_int_or
807 g_atomic_int_xor
808
809 <SUBSECTION>
810 g_atomic_pointer_get
811 g_atomic_pointer_set
812 g_atomic_pointer_compare_and_exchange
813 g_atomic_pointer_add
814 g_atomic_pointer_and
815 g_atomic_pointer_or
816 g_atomic_pointer_xor
817
818 <SUBSECTION>
819 g_atomic_int_exchange_and_add
820
821 <SUBSECTION Private>
822 G_ATOMIC_OP_USE_GCC_BUILTINS
823 </SECTION>
824
825 <SECTION>
826 <TITLE>IO Channels</TITLE>
827 <FILE>iochannels</FILE>
828 GIOChannel
829
830 <SUBSECTION>
831 g_io_channel_unix_new
832 g_io_channel_unix_get_fd
833 g_io_channel_win32_new_fd
834 g_io_channel_win32_new_socket
835 g_io_channel_win32_new_messages
836
837 <SUBSECTION>
838 g_io_channel_init
839
840 <SUBSECTION>
841 g_io_channel_new_file
842 g_io_channel_read_chars
843 g_io_channel_read_unichar
844 g_io_channel_read_line
845 g_io_channel_read_line_string
846 g_io_channel_read_to_end
847 g_io_channel_write_chars
848 g_io_channel_write_unichar
849 g_io_channel_flush
850 g_io_channel_seek_position
851 GSeekType
852 g_io_channel_shutdown
853
854 <SUBSECTION>
855 GIOStatus
856 GIOChannelError
857 G_IO_CHANNEL_ERROR
858 g_io_channel_error_from_errno
859
860 <SUBSECTION>
861 g_io_channel_ref
862 g_io_channel_unref
863
864 <SUBSECTION>
865 g_io_create_watch
866 g_io_add_watch
867 g_io_add_watch_full
868 GIOCondition
869 GIOFunc
870
871 <SUBSECTION>
872 GIOFuncs
873
874 <SUBSECTION>
875 g_io_channel_get_buffer_size
876 g_io_channel_set_buffer_size
877 g_io_channel_get_buffer_condition
878 g_io_channel_get_flags
879 g_io_channel_set_flags
880 GIOFlags
881 g_io_channel_get_line_term
882 g_io_channel_set_line_term
883 g_io_channel_get_buffered
884 g_io_channel_set_buffered
885 g_io_channel_get_encoding
886 g_io_channel_set_encoding
887 g_io_channel_get_close_on_unref
888 g_io_channel_set_close_on_unref
889
890 <SUBSECTION>
891 g_io_channel_read
892 GIOError
893 g_io_channel_write
894 g_io_channel_seek
895 g_io_channel_close
896
897 <SUBSECTION Private>
898 g_io_channel_win32_poll
899 g_io_channel_win32_make_pollfd
900 g_io_channel_win32_get_fd
901 g_io_channel_error_quark
902 g_io_watch_funcs
903 </SECTION>
904
905 <SECTION>
906 <TITLE>Memory Allocation</TITLE>
907 <FILE>memory</FILE>
908 g_new
909 g_new0
910 g_renew
911 g_try_new
912 g_try_new0
913 g_try_renew
914
915 <SUBSECTION>
916 g_malloc
917 g_malloc0
918 g_realloc
919 g_try_malloc
920 g_try_malloc0
921 g_try_realloc
922 g_malloc_n
923 g_malloc0_n
924 g_realloc_n
925 g_try_malloc_n
926 g_try_malloc0_n
927 g_try_realloc_n
928
929 <SUBSECTION>
930 g_free
931 g_mem_gc_friendly
932
933 <SUBSECTION>
934 g_alloca
935 g_newa
936
937 <SUBSECTION>
938 g_memmove
939 g_memdup
940
941 <SUBSECTION>
942 GMemVTable
943 g_mem_set_vtable
944 g_mem_is_system_malloc
945
946 <SUBSECTION>
947 glib_mem_profiler_table
948 g_mem_profile
949 </SECTION>
950
951 <SECTION>
952 <TITLE>Warnings and Assertions</TITLE>
953 <FILE>warnings</FILE>
954 g_print
955 g_set_print_handler
956 GPrintFunc
957
958 <SUBSECTION>
959 g_printerr
960 g_set_printerr_handler
961
962 <SUBSECTION>
963 g_return_if_fail
964 g_return_val_if_fail
965 g_return_if_reached
966 g_return_val_if_reached
967 g_warn_if_fail
968 g_warn_if_reached
969
970 <SUBSECTION>
971 g_on_error_query
972 g_on_error_stack_trace
973
974 <SUBSECTION>
975 G_BREAKPOINT
976
977 <SUBSECTION Private>
978 g_return_if_fail_warning
979 g_assert_warning
980 g_warn_message
981 </SECTION>
982
983 <SECTION>
984 <TITLE>Glob-style pattern matching</TITLE>
985 <FILE>patterns</FILE>
986 GPatternSpec
987 g_pattern_spec_new
988 g_pattern_spec_free
989 g_pattern_spec_equal
990 g_pattern_match
991 g_pattern_match_string
992 g_pattern_match_simple
993 </SECTION>
994
995 <SECTION>
996 <TITLE>Perl-compatible regular expressions</TITLE>
997 <FILE>gregex</FILE>
998 GRegexError
999 G_REGEX_ERROR
1000 GRegexCompileFlags
1001 GRegexMatchFlags
1002 GRegex
1003 GRegexEvalCallback
1004 g_regex_new
1005 g_regex_ref
1006 g_regex_unref
1007 g_regex_get_pattern
1008 g_regex_get_max_backref
1009 g_regex_get_capture_count
1010 g_regex_get_string_number
1011 g_regex_get_compile_flags
1012 g_regex_get_match_flags
1013 g_regex_escape_string
1014 g_regex_escape_nul
1015 g_regex_match_simple
1016 g_regex_match
1017 g_regex_match_full
1018 g_regex_match_all
1019 g_regex_match_all_full
1020 g_regex_split_simple
1021 g_regex_split
1022 g_regex_split_full
1023 g_regex_replace
1024 g_regex_replace_literal
1025 g_regex_replace_eval
1026 g_regex_check_replacement
1027 GMatchInfo
1028 g_match_info_get_regex
1029 g_match_info_get_string
1030 g_match_info_ref
1031 g_match_info_unref
1032 g_match_info_free
1033 g_match_info_matches
1034 g_match_info_next
1035 g_match_info_get_match_count
1036 g_match_info_is_partial_match
1037 g_match_info_expand_references
1038 g_match_info_fetch
1039 g_match_info_fetch_pos
1040 g_match_info_fetch_named
1041 g_match_info_fetch_named_pos
1042 g_match_info_fetch_all
1043 <SUBSECTION Private>
1044 g_regex_error_quark
1045 </SECTION>
1046
1047 <SECTION>
1048 <TITLE>Message Logging</TITLE>
1049 <FILE>messages</FILE>
1050 G_LOG_DOMAIN
1051 G_LOG_FATAL_MASK
1052 G_LOG_LEVEL_USER_SHIFT
1053 GLogFunc
1054 GLogLevelFlags
1055
1056 <SUBSECTION>
1057 g_log
1058 g_logv
1059 g_message
1060 g_warning
1061 g_critical
1062 g_error
1063 g_debug
1064
1065 <SUBSECTION>
1066 g_log_set_handler
1067 g_log_remove_handler
1068 g_log_set_always_fatal
1069 g_log_set_fatal_mask
1070 g_log_default_handler
1071 g_log_set_default_handler
1072 </SECTION>
1073
1074 <SECTION>
1075 <TITLE>Timers</TITLE>
1076 <FILE>timers</FILE>
1077 GTimer
1078 g_timer_new
1079 g_timer_start
1080 g_timer_stop
1081 g_timer_continue
1082 g_timer_elapsed
1083 g_timer_reset
1084 g_timer_destroy
1085 </SECTION>
1086
1087 <SECTION>
1088 <TITLE>Spawning Processes</TITLE>
1089 <FILE>spawn</FILE>
1090 GSpawnError
1091 G_SPAWN_ERROR
1092 GSpawnFlags
1093 GSpawnChildSetupFunc
1094 g_spawn_async_with_pipes
1095 g_spawn_async
1096 g_spawn_sync
1097 g_spawn_command_line_async
1098 g_spawn_command_line_sync
1099 g_spawn_close_pid
1100 <SUBSECTION Private>
1101 g_spawn_error_quark
1102 </SECTION>
1103
1104 <SECTION>
1105 <TITLE>Simple XML Subset Parser</TITLE>
1106 <FILE>markup</FILE>
1107 GMarkupError
1108 G_MARKUP_ERROR
1109 GMarkupParseFlags
1110 GMarkupParseContext
1111 GMarkupParser
1112 g_markup_escape_text
1113 g_markup_printf_escaped
1114 g_markup_vprintf_escaped
1115 g_markup_parse_context_end_parse
1116 g_markup_parse_context_free
1117 g_markup_parse_context_get_position
1118 g_markup_parse_context_get_element
1119 g_markup_parse_context_get_element_stack
1120 g_markup_parse_context_get_user_data
1121 g_markup_parse_context_new
1122 g_markup_parse_context_parse
1123 g_markup_parse_context_push
1124 g_markup_parse_context_pop
1125 <SUBSECTION>
1126 GMarkupCollectType
1127 g_markup_collect_attributes
1128 <SUBSECTION Private>
1129 g_markup_error_quark
1130 </SECTION>
1131
1132
1133 <SECTION>
1134 <TITLE>Shell-related Utilities</TITLE>
1135 <FILE>shell</FILE>
1136 GShellError
1137 G_SHELL_ERROR
1138 g_shell_parse_argv
1139 g_shell_quote
1140 g_shell_unquote
1141 <SUBSECTION Private>
1142 g_shell_error_quark
1143 </SECTION>
1144
1145
1146 <SECTION>
1147 <TITLE>Commandline option parser</TITLE>
1148 <FILE>option</FILE>
1149 GOptionError
1150 G_OPTION_ERROR
1151 GOptionArgFunc
1152 GOptionContext
1153 g_option_context_new
1154 g_option_context_set_summary
1155 g_option_context_get_summary
1156 g_option_context_set_description
1157 g_option_context_get_description
1158 GTranslateFunc
1159 g_option_context_set_translate_func
1160 g_option_context_set_translation_domain
1161 g_option_context_free
1162 g_option_context_parse
1163 g_option_context_set_help_enabled
1164 g_option_context_get_help_enabled
1165 g_option_context_set_ignore_unknown_options
1166 g_option_context_get_ignore_unknown_options
1167 g_option_context_get_help
1168 GOptionArg
1169 GOptionFlags
1170 G_OPTION_REMAINING
1171 GOptionEntry
1172 g_option_context_add_main_entries
1173 GOptionGroup
1174 g_option_context_add_group
1175 g_option_context_set_main_group
1176 g_option_context_get_main_group
1177 g_option_group_new
1178 g_option_group_free
1179 g_option_group_add_entries
1180 GOptionParseFunc
1181 g_option_group_set_parse_hooks
1182 GOptionErrorFunc
1183 g_option_group_set_error_hook
1184 g_option_group_set_translate_func
1185 g_option_group_set_translation_domain
1186 <SUBSECTION Private>
1187 g_option_error_quark
1188 </SECTION>
1189
1190
1191 <SECTION>
1192 <TITLE>File Utilities</TITLE>
1193 <FILE>fileutils</FILE>
1194 <INCLUDE>glib.h,glib/gstdio.h</INCLUDE>
1195 GFileError
1196 G_FILE_ERROR
1197 GFileTest
1198 g_file_error_from_errno
1199 g_file_get_contents
1200 g_file_set_contents
1201 g_file_test
1202 g_mkstemp
1203 g_mkstemp_full
1204 g_file_open_tmp
1205 g_file_read_link
1206 g_mkdir_with_parents
1207 g_mkdtemp
1208 g_mkdtemp_full
1209 g_dir_make_tmp
1210
1211 <SUBSECTION>
1212 GDir
1213 g_dir_open
1214 g_dir_read_name
1215 g_dir_rewind
1216 g_dir_close
1217
1218 <SUBSECTION>
1219 GMappedFile
1220 g_mapped_file_new
1221 g_mapped_file_ref
1222 g_mapped_file_unref
1223 g_mapped_file_free
1224 g_mapped_file_get_length
1225 g_mapped_file_get_contents
1226
1227 <SUBSECTION>
1228 g_open
1229 g_rename
1230 g_mkdir
1231 GStatBuf
1232 g_stat
1233 g_lstat
1234 g_unlink
1235 g_remove
1236 g_rmdir
1237 g_fopen
1238 g_freopen
1239 g_chmod
1240 g_access
1241 g_creat
1242 g_chdir
1243 g_utime
1244
1245 <SUBSECTION Private>
1246 g_file_error_quark
1247 utimbuf
1248 </SECTION>
1249
1250
1251 <SECTION>
1252 <TITLE>String Utility Functions</TITLE>
1253 <FILE>string_utils</FILE>
1254 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
1255 g_strdup
1256 g_strndup
1257 g_strdupv
1258 g_strnfill
1259 g_stpcpy
1260 g_strstr_len
1261 g_strrstr
1262 g_strrstr_len
1263 g_str_has_prefix
1264 g_str_has_suffix
1265 g_strcmp0
1266
1267 <SUBSECTION>
1268 g_strlcpy
1269 g_strlcat
1270
1271 <SUBSECTION>
1272 g_strdup_printf
1273 g_strdup_vprintf
1274 g_printf
1275 g_vprintf
1276 g_fprintf
1277 g_vfprintf
1278 g_sprintf
1279 g_vsprintf
1280 g_snprintf
1281 g_vsnprintf
1282 g_vasprintf
1283 g_printf_string_upper_bound
1284
1285 <SUBSECTION>
1286 g_ascii_isalnum
1287 g_ascii_isalpha
1288 g_ascii_iscntrl
1289 g_ascii_isdigit
1290 g_ascii_isgraph
1291 g_ascii_islower
1292 g_ascii_isprint
1293 g_ascii_ispunct
1294 g_ascii_isspace
1295 g_ascii_isupper
1296 g_ascii_isxdigit
1297
1298 <SUBSECTION>
1299 g_ascii_digit_value
1300 g_ascii_xdigit_value
1301
1302 <SUBSECTION>
1303 g_ascii_strcasecmp
1304 g_ascii_strncasecmp
1305
1306 <SUBSECTION>
1307 g_ascii_strup
1308 g_ascii_strdown
1309
1310 <SUBSECTION>
1311 g_ascii_tolower
1312 g_ascii_toupper
1313
1314 <SUBSECTION>
1315 g_string_ascii_up
1316 g_string_ascii_down
1317
1318 <SUBSECTION>
1319 g_strup
1320 g_strdown
1321
1322 <SUBSECTION>
1323 g_strcasecmp
1324 g_strncasecmp
1325
1326 <SUBSECTION>
1327 g_strreverse
1328
1329 <SUBSECTION>
1330 g_ascii_strtoll
1331 g_ascii_strtoull
1332 G_ASCII_DTOSTR_BUF_SIZE
1333 g_ascii_strtod
1334 g_ascii_dtostr
1335 g_ascii_formatd
1336 g_strtod
1337
1338 <SUBSECTION>
1339 g_strchug
1340 g_strchomp
1341 g_strstrip
1342
1343 <SUBSECTION>
1344 g_strdelimit
1345 G_STR_DELIMITERS
1346 g_strescape
1347 g_strcompress
1348 g_strcanon
1349 g_strsplit
1350 g_strsplit_set
1351 g_strfreev
1352 g_strconcat
1353 g_strjoin
1354 g_strjoinv
1355 g_strv_length
1356
1357 <SUBSECTION>
1358 g_strerror
1359 g_strsignal
1360
1361 <SUBSECTION Private>
1362 GAsciiType
1363 </SECTION>
1364
1365 <SECTION>
1366 <TITLE>Date and Time Functions</TITLE>
1367 <FILE>date</FILE>
1368 G_USEC_PER_SEC
1369 GTimeVal
1370 g_get_current_time
1371 g_usleep
1372 g_time_val_add
1373 g_time_val_from_iso8601
1374 g_time_val_to_iso8601
1375
1376 <SUBSECTION>
1377 g_get_monotonic_time
1378 g_get_real_time
1379
1380 <SUBSECTION>
1381 GDate
1382 GTime
1383 GDateDMY
1384 GDateDay
1385 GDateMonth
1386 GDateYear
1387 GDateWeekday
1388
1389 <SUBSECTION>
1390 G_DATE_BAD_DAY
1391 G_DATE_BAD_JULIAN
1392 G_DATE_BAD_YEAR
1393
1394 <SUBSECTION>
1395 g_date_new
1396 g_date_new_dmy
1397 g_date_new_julian
1398 g_date_clear
1399 g_date_free
1400
1401 <SUBSECTION>
1402 g_date_set_day
1403 g_date_set_month
1404 g_date_set_year
1405 g_date_set_dmy
1406 g_date_set_julian
1407 g_date_set_time
1408 g_date_set_time_t
1409 g_date_set_time_val
1410 g_date_set_parse
1411
1412 <SUBSECTION>
1413 g_date_add_days
1414 g_date_subtract_days
1415 g_date_add_months
1416 g_date_subtract_months
1417 g_date_add_years
1418 g_date_subtract_years
1419 g_date_days_between
1420 g_date_compare
1421 g_date_clamp
1422 g_date_order
1423
1424 <SUBSECTION>
1425 g_date_get_day
1426 g_date_get_month
1427 g_date_get_year
1428 g_date_get_julian
1429 g_date_get_weekday
1430 g_date_get_day_of_year
1431
1432 <SUBSECTION>
1433 g_date_get_days_in_month
1434 g_date_is_first_of_month
1435 g_date_is_last_of_month
1436 g_date_is_leap_year
1437 g_date_get_monday_week_of_year
1438 g_date_get_monday_weeks_in_year
1439 g_date_get_sunday_week_of_year
1440 g_date_get_sunday_weeks_in_year
1441 g_date_get_iso8601_week_of_year
1442
1443 <SUBSECTION>
1444 g_date_strftime
1445 g_date_to_struct_tm
1446
1447 <SUBSECTION>
1448 g_date_valid
1449 g_date_valid_day
1450 g_date_valid_month
1451 g_date_valid_year
1452 g_date_valid_dmy
1453 g_date_valid_julian
1454 g_date_valid_weekday
1455
1456 <SUBSECTION Private>
1457 g_date_weekday
1458 g_date_month
1459 g_date_year
1460 g_date_day
1461 g_date_julian
1462 g_date_day_of_year
1463 g_date_monday_week_of_year
1464 g_date_sunday_week_of_year
1465 g_date_days_in_month
1466 g_date_monday_weeks_in_year
1467 g_date_sunday_weeks_in_year
1468 </SECTION>
1469
1470 <SECTION>
1471 <FILE>timezone</FILE>
1472 <SUBSECTION>
1473 GTimeZone
1474 g_time_zone_unref
1475 g_time_zone_ref
1476 <SUBSECTION>
1477 g_time_zone_new
1478 g_time_zone_new_local
1479 g_time_zone_new_utc
1480 <SUBSECTION>
1481 GTimeType
1482 g_time_zone_find_interval
1483 g_time_zone_adjust_time
1484 <SUBSECTION>
1485 g_time_zone_get_abbreviation
1486 g_time_zone_get_offset
1487 g_time_zone_is_dst
1488 </SECTION>
1489
1490 <SECTION>
1491 <FILE>date-time</FILE>
1492 GTimeSpan
1493 G_TIME_SPAN_DAY
1494 G_TIME_SPAN_HOUR
1495 G_TIME_SPAN_MINUTE
1496 G_TIME_SPAN_SECOND
1497 G_TIME_SPAN_MILLISECOND
1498
1499 <SUBSECTION>
1500 GDateTime
1501 g_date_time_unref
1502 g_date_time_ref
1503
1504 <SUBSECTION>
1505 g_date_time_new_now
1506 g_date_time_new_now_local
1507 g_date_time_new_now_utc
1508
1509 <SUBSECTION>
1510 g_date_time_new_from_unix_local
1511 g_date_time_new_from_unix_utc
1512
1513 <SUBSECTION>
1514 g_date_time_new_from_timeval_local
1515 g_date_time_new_from_timeval_utc
1516
1517 <SUBSECTION>
1518 g_date_time_new
1519 g_date_time_new_local
1520 g_date_time_new_utc
1521
1522 <SUBSECTION>
1523 g_date_time_add
1524
1525 <SUBSECTION>
1526 g_date_time_add_years
1527 g_date_time_add_months
1528 g_date_time_add_weeks
1529 g_date_time_add_days
1530
1531 <SUBSECTION>
1532 g_date_time_add_hours
1533 g_date_time_add_minutes
1534 g_date_time_add_seconds
1535
1536 <SUBSECTION>
1537 g_date_time_add_full
1538
1539 <SUBSECTION>
1540 g_date_time_compare
1541 g_date_time_difference
1542 g_date_time_hash
1543 g_date_time_equal
1544
1545 <SUBSECTION>
1546 g_date_time_get_ymd
1547
1548 <SUBSECTION>
1549 g_date_time_get_year
1550 g_date_time_get_month
1551 g_date_time_get_day_of_month
1552
1553 <SUBSECTION>
1554 g_date_time_get_week_numbering_year
1555 g_date_time_get_week_of_year
1556 g_date_time_get_day_of_week
1557
1558 <SUBSECTION>
1559 g_date_time_get_day_of_year
1560
1561 <SUBSECTION>
1562 g_date_time_get_hour
1563 g_date_time_get_minute
1564 g_date_time_get_second
1565 g_date_time_get_microsecond
1566 g_date_time_get_seconds
1567
1568 <SUBSECTION>
1569 g_date_time_to_unix
1570 g_date_time_to_timeval
1571
1572 <SUBSECTION>
1573 g_date_time_get_utc_offset
1574 g_date_time_get_timezone_abbreviation
1575 g_date_time_is_daylight_savings
1576
1577 <SUBSECTION>
1578 g_date_time_to_timezone
1579 g_date_time_to_local
1580 g_date_time_to_utc
1581
1582 <SUBSECTION>
1583 g_date_time_format
1584 </SECTION>
1585
1586 <SECTION>
1587 <TITLE>Hook Functions</TITLE>
1588 <FILE>hooks</FILE>
1589 GHookList
1590 GHookFinalizeFunc
1591 GHook
1592 GHookFunc
1593 GHookCheckFunc
1594
1595 <SUBSECTION>
1596 g_hook_list_init
1597 g_hook_list_invoke
1598 g_hook_list_invoke_check
1599 g_hook_list_marshal
1600 GHookMarshaller
1601 g_hook_list_marshal_check
1602 GHookCheckMarshaller
1603 g_hook_list_clear
1604
1605 <SUBSECTION>
1606 g_hook_alloc
1607 g_hook_append
1608 g_hook_prepend
1609 g_hook_insert_before
1610 g_hook_insert_sorted
1611 GHookCompareFunc
1612 g_hook_compare_ids
1613
1614 <SUBSECTION>
1615 g_hook_get
1616 g_hook_find
1617 GHookFindFunc
1618 g_hook_find_data
1619 g_hook_find_func
1620 g_hook_find_func_data
1621
1622 <SUBSECTION>
1623 g_hook_first_valid
1624 g_hook_next_valid
1625
1626 GHookFlagMask
1627 G_HOOK_FLAGS
1628 G_HOOK_FLAG_USER_SHIFT
1629
1630 <SUBSECTION>
1631 G_HOOK
1632 G_HOOK_IS_VALID
1633 G_HOOK_ACTIVE
1634 G_HOOK_IN_CALL
1635 G_HOOK_IS_UNLINKED
1636
1637 <SUBSECTION>
1638 g_hook_ref
1639 g_hook_unref
1640
1641 g_hook_free
1642 g_hook_destroy
1643 g_hook_destroy_link
1644 </SECTION>
1645
1646 <SECTION>
1647 <TITLE>Miscellaneous Utility Functions</TITLE>
1648 <FILE>misc_utils</FILE>
1649 g_get_application_name
1650 g_set_application_name
1651 g_get_prgname
1652 g_set_prgname
1653 g_get_environ
1654 g_getenv
1655 g_setenv
1656 g_unsetenv
1657 g_listenv
1658 g_get_user_name
1659 g_get_real_name
1660 g_get_user_cache_dir
1661 g_get_user_data_dir
1662 g_get_user_config_dir
1663 g_get_user_runtime_dir
1664 GUserDirectory
1665 g_get_user_special_dir
1666 g_get_system_data_dirs
1667 g_get_system_config_dirs
1668 g_reload_user_special_dirs_cache
1669
1670 <SUBSECTION>
1671 g_get_host_name
1672 g_get_home_dir
1673 g_get_tmp_dir
1674 g_get_current_dir
1675 g_basename
1676 g_dirname
1677 g_path_is_absolute
1678 g_path_skip_root
1679 g_path_get_basename
1680 g_path_get_dirname
1681 g_build_filename
1682 g_build_filenamev
1683 g_build_path
1684 g_build_pathv
1685
1686 <SUBSECTION>
1687 g_format_size
1688 GFormatSizeFlags
1689 g_format_size_full
1690 g_format_size_for_display
1691
1692 <SUBSECTION>
1693 g_find_program_in_path
1694
1695 <SUBSECTION>
1696 g_bit_nth_lsf
1697 g_bit_nth_msf
1698 g_bit_storage
1699
1700 <SUBSECTION>
1701 g_spaced_primes_closest
1702
1703 <SUBSECTION>
1704 g_atexit
1705
1706 <SUBSECTION>
1707 g_parse_debug_string
1708 GDebugKey
1709
1710 <SUBSECTION>
1711 GVoidFunc
1712 GFreeFunc
1713
1714 <SUBSECTION>
1715 g_qsort_with_data
1716
1717 <SUBSECTION>
1718 g_nullify_pointer
1719
1720 <SUBSECTION Private>
1721 G_NATIVE_ATEXIT
1722 g_ATEXIT
1723 g_win32_get_system_data_dirs_for_module
1724 ATEXIT
1725
1726 </SECTION>
1727
1728 <SECTION>
1729 <TITLE>Lexical Scanner</TITLE>
1730 <FILE>scanner</FILE>
1731 GScanner
1732 GScannerConfig
1733 g_scanner_new
1734 g_scanner_destroy
1735
1736 <SUBSECTION>
1737 g_scanner_input_file
1738 g_scanner_sync_file_offset
1739 g_scanner_input_text
1740 g_scanner_peek_next_token
1741 g_scanner_get_next_token
1742 g_scanner_eof
1743
1744 <SUBSECTION>
1745 g_scanner_cur_line
1746 g_scanner_cur_position
1747 g_scanner_cur_token
1748 g_scanner_cur_value
1749
1750 <SUBSECTION>
1751 g_scanner_set_scope
1752 g_scanner_scope_add_symbol
1753 g_scanner_scope_foreach_symbol
1754 g_scanner_scope_lookup_symbol
1755 g_scanner_scope_remove_symbol
1756 g_scanner_add_symbol
1757 g_scanner_remove_symbol
1758 g_scanner_foreach_symbol
1759
1760 <SUBSECTION>
1761 g_scanner_freeze_symbol_table
1762 g_scanner_thaw_symbol_table
1763 g_scanner_lookup_symbol
1764
1765 <SUBSECTION>
1766 g_scanner_warn
1767 g_scanner_error
1768 g_scanner_unexp_token
1769 GScannerMsgFunc
1770
1771 <SUBSECTION>
1772 G_CSET_a_2_z
1773 G_CSET_A_2_Z
1774 G_CSET_DIGITS
1775 G_CSET_LATINC
1776 G_CSET_LATINS
1777 GTokenType
1778 GTokenValue
1779 GErrorType
1780
1781 </SECTION>
1782
1783 <SECTION>
1784 <TITLE>Key-value file parser</TITLE>
1785 <FILE>keyfile</FILE>
1786 GKeyFile
1787 G_KEY_FILE_ERROR
1788 GKeyFileError
1789 GKeyFileFlags
1790
1791 <SUBSECTION>
1792 g_key_file_new
1793 g_key_file_free
1794 g_key_file_set_list_separator
1795 g_key_file_load_from_file
1796 g_key_file_load_from_data
1797 g_key_file_load_from_data_dirs
1798 g_key_file_load_from_dirs
1799 g_key_file_to_data
1800 g_key_file_get_start_group
1801 g_key_file_get_groups
1802 g_key_file_get_keys
1803 g_key_file_has_group
1804 g_key_file_has_key
1805
1806 <SUBSECTION>
1807 g_key_file_get_value
1808 g_key_file_get_string
1809 g_key_file_get_locale_string
1810 g_key_file_get_boolean
1811 g_key_file_get_integer
1812 g_key_file_get_int64
1813 g_key_file_get_uint64
1814 g_key_file_get_double
1815 g_key_file_get_string_list
1816 g_key_file_get_locale_string_list
1817 g_key_file_get_boolean_list
1818 g_key_file_get_integer_list
1819 g_key_file_get_double_list
1820 g_key_file_get_comment
1821
1822 <SUBSECTION>
1823 g_key_file_set_value
1824 g_key_file_set_string
1825 g_key_file_set_locale_string
1826 g_key_file_set_boolean
1827 g_key_file_set_integer
1828 g_key_file_set_int64
1829 g_key_file_set_uint64
1830 g_key_file_set_double
1831 g_key_file_set_string_list
1832 g_key_file_set_locale_string_list
1833 g_key_file_set_boolean_list
1834 g_key_file_set_integer_list
1835 g_key_file_set_double_list
1836 g_key_file_set_comment
1837 g_key_file_remove_group
1838 g_key_file_remove_key
1839 g_key_file_remove_comment
1840
1841 <SUBSECTION>
1842 G_KEY_FILE_DESKTOP_GROUP
1843 G_KEY_FILE_DESKTOP_KEY_TYPE
1844 G_KEY_FILE_DESKTOP_KEY_VERSION
1845 G_KEY_FILE_DESKTOP_KEY_NAME
1846 G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
1847 G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
1848 G_KEY_FILE_DESKTOP_KEY_COMMENT
1849 G_KEY_FILE_DESKTOP_KEY_ICON
1850 G_KEY_FILE_DESKTOP_KEY_HIDDEN
1851 G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
1852 G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
1853 G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
1854 G_KEY_FILE_DESKTOP_KEY_EXEC
1855 G_KEY_FILE_DESKTOP_KEY_PATH
1856 G_KEY_FILE_DESKTOP_KEY_TERMINAL
1857 G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
1858 G_KEY_FILE_DESKTOP_KEY_CATEGORIES
1859 G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
1860 G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
1861 G_KEY_FILE_DESKTOP_KEY_URL
1862 G_KEY_FILE_DESKTOP_TYPE_APPLICATION
1863 G_KEY_FILE_DESKTOP_TYPE_LINK
1864 G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
1865
1866 <SUBSECTION Private>
1867 g_key_file_error_quark
1868 </SECTION>
1869
1870 <SECTION>
1871 <TITLE>Bookmark file parser</TITLE>
1872 <FILE>bookmarkfile</FILE>
1873 GBookmarkFile
1874 G_BOOKMARK_FILE_ERROR
1875 GBookmarkFileError
1876 g_bookmark_file_new
1877 g_bookmark_file_free
1878 g_bookmark_file_load_from_file
1879 g_bookmark_file_load_from_data
1880 g_bookmark_file_load_from_data_dirs
1881 g_bookmark_file_to_data
1882 g_bookmark_file_to_file
1883 g_bookmark_file_has_item
1884 g_bookmark_file_has_group
1885 g_bookmark_file_has_application
1886 g_bookmark_file_get_size
1887 g_bookmark_file_get_uris G_GNUC_MALLOC
1888
1889 <SUBSECTION>
1890 g_bookmark_file_get_title
1891 g_bookmark_file_get_description
1892 g_bookmark_file_get_mime_type
1893 g_bookmark_file_get_is_private
1894 g_bookmark_file_get_icon
1895 g_bookmark_file_get_added
1896 g_bookmark_file_get_modified
1897 g_bookmark_file_get_visited
1898 g_bookmark_file_get_groups
1899 g_bookmark_file_get_applications
1900 g_bookmark_file_get_app_info
1901
1902 <SUBSECTION>
1903 g_bookmark_file_set_title
1904 g_bookmark_file_set_description
1905 g_bookmark_file_set_mime_type
1906 g_bookmark_file_set_is_private
1907 g_bookmark_file_set_icon
1908 g_bookmark_file_set_added
1909 g_bookmark_file_set_groups
1910 g_bookmark_file_set_modified
1911 g_bookmark_file_set_visited
1912 g_bookmark_file_set_app_info
1913 g_bookmark_file_add_group
1914 g_bookmark_file_add_application
1915 g_bookmark_file_remove_group
1916 g_bookmark_file_remove_application
1917 g_bookmark_file_remove_item
1918 g_bookmark_file_move_item
1919
1920 <SUBSECTION Private>
1921 g_bookmark_file_error_quark
1922 </SECTION>
1923
1924 <SECTION>
1925 <TITLE>Dynamic Loading of Modules</TITLE>
1926 <FILE>modules</FILE>
1927 <INCLUDE>gmodule.h</INCLUDE>
1928 GModule
1929 g_module_supported
1930 g_module_build_path
1931 g_module_open
1932 GModuleFlags
1933 g_module_symbol
1934 g_module_name
1935 g_module_make_resident
1936 g_module_close
1937 g_module_error
1938 <SUBSECTION>
1939 GModuleCheckInit
1940 GModuleUnload
1941 G_MODULE_SUFFIX
1942 G_MODULE_EXPORT
1943 G_MODULE_IMPORT
1944 </SECTION>
1945
1946 <SECTION>
1947 <TITLE>Automatic String Completion</TITLE>
1948 <FILE>completion</FILE>
1949 GCompletion
1950 g_completion_new
1951 GCompletionFunc
1952 g_completion_add_items
1953 g_completion_remove_items
1954 g_completion_clear_items
1955 g_completion_complete
1956 g_completion_complete_utf8
1957 g_completion_set_compare
1958 GCompletionStrncmpFunc
1959 g_completion_free
1960 </SECTION>
1961
1962 <SECTION>
1963 <TITLE>Windows Compatibility Functions</TITLE>
1964 <FILE>windows</FILE>
1965 MAXPATHLEN
1966
1967 g_win32_error_message
1968 g_win32_getlocale
1969 g_win32_get_package_installation_directory
1970 g_win32_get_package_installation_directory_of_module
1971 g_win32_get_package_installation_subdirectory
1972 g_win32_get_windows_version
1973 g_win32_locale_filename_from_utf8
1974 G_WIN32_DLLMAIN_FOR_DLL_NAME
1975 G_WIN32_HAVE_WIDECHAR_API
1976 G_WIN32_IS_NT_BASED
1977
1978 <SUBSECTION Private>
1979 g_win32_ftruncate
1980
1981 </SECTION>
1982
1983 <SECTION>
1984 <TITLE>UNIX-specific utilities and integration</TITLE>
1985 <FILE>gunix</FILE>
1986 G_UNIX_ERROR
1987 g_unix_open_pipe
1988 g_unix_signal_add
1989 g_unix_signal_add_full
1990 g_unix_signal_source_new
1991 g_unix_set_fd_nonblocking
1992
1993 <SUBSECTION Private>
1994 g_unix_error_quark
1995 </SECTION>
1996
1997 # Data Structures
1998
1999 <SECTION>
2000 <TITLE>Memory Slices</TITLE>
2001 <FILE>memory_slices</FILE>
2002 g_slice_alloc
2003 g_slice_alloc0
2004 g_slice_copy
2005 g_slice_free1
2006 g_slice_free_chain_with_offset
2007
2008 <SUBSECTION>
2009 g_slice_new
2010 g_slice_new0
2011 g_slice_dup
2012 g_slice_free
2013 g_slice_free_chain
2014
2015 <SUBSECTION Private>
2016 GSliceConfig
2017 g_slice_set_config
2018 g_slice_get_config
2019 g_slice_get_config_state
2020 </SECTION>
2021
2022 <SECTION>
2023 <TITLE>Doubly-Linked Lists</TITLE>
2024 <FILE>linked_lists_double</FILE>
2025 GList
2026
2027 <SUBSECTION>
2028 g_list_append
2029 g_list_prepend
2030 g_list_insert
2031 g_list_insert_before
2032 g_list_insert_sorted
2033 g_list_remove
2034 g_list_remove_link
2035 g_list_delete_link
2036 g_list_remove_all
2037 g_list_free
2038 g_list_free_full
2039
2040 <SUBSECTION>
2041 g_list_alloc
2042 g_list_free_1
2043 g_list_free1
2044
2045 <SUBSECTION>
2046 g_list_length
2047 g_list_copy
2048 g_list_reverse
2049 g_list_sort
2050 GCompareFunc
2051 g_list_insert_sorted_with_data
2052 g_list_sort_with_data
2053 GCompareDataFunc
2054 g_list_concat
2055 g_list_foreach
2056 GFunc
2057
2058 <SUBSECTION>
2059 g_list_first
2060 g_list_last
2061 g_list_previous
2062 g_list_next
2063 g_list_nth
2064 g_list_nth_data
2065 g_list_nth_prev
2066
2067 <SUBSECTION>
2068 g_list_find
2069 g_list_find_custom
2070 g_list_position
2071 g_list_index
2072 </SECTION>
2073
2074 <SECTION>
2075 <TITLE>Singly-Linked Lists</TITLE>
2076 <FILE>linked_lists_single</FILE>
2077 GSList
2078
2079 <SUBSECTION>
2080 g_slist_alloc
2081 g_slist_append
2082 g_slist_prepend
2083 g_slist_insert
2084 g_slist_insert_before
2085 g_slist_insert_sorted
2086 g_slist_remove
2087 g_slist_remove_link
2088 g_slist_delete_link
2089 g_slist_remove_all
2090 g_slist_free
2091 g_slist_free_full
2092 g_slist_free_1
2093 g_slist_free1
2094
2095 <SUBSECTION>
2096 g_slist_length
2097 g_slist_copy
2098 g_slist_reverse
2099 g_slist_insert_sorted_with_data
2100 g_slist_sort
2101 g_slist_sort_with_data
2102 g_slist_concat
2103 g_slist_foreach
2104
2105 <SUBSECTION>
2106 g_slist_last
2107 g_slist_next
2108 g_slist_nth
2109 g_slist_nth_data
2110
2111 <SUBSECTION>
2112 g_slist_find
2113 g_slist_find_custom
2114 g_slist_position
2115 g_slist_index
2116 </SECTION>
2117
2118 <SECTION>
2119 <TITLE>Double-ended Queues</TITLE>
2120 <FILE>queue</FILE>
2121
2122 GQueue
2123 g_queue_new
2124 g_queue_free
2125 G_QUEUE_INIT
2126 g_queue_init
2127 g_queue_clear
2128 g_queue_is_empty
2129 g_queue_get_length
2130 g_queue_reverse
2131 g_queue_copy
2132 g_queue_foreach
2133 g_queue_find
2134 g_queue_find_custom
2135 g_queue_sort
2136 g_queue_push_head
2137 g_queue_push_tail
2138 g_queue_push_nth
2139 g_queue_pop_head
2140 g_queue_pop_tail
2141 g_queue_pop_nth
2142 g_queue_peek_head
2143 g_queue_peek_tail
2144 g_queue_peek_nth
2145 g_queue_index
2146 g_queue_remove
2147 g_queue_remove_all
2148 g_queue_insert_before
2149 g_queue_insert_after
2150 g_queue_insert_sorted
2151 g_queue_push_head_link
2152 g_queue_push_tail_link
2153 g_queue_push_nth_link
2154 g_queue_pop_head_link
2155 g_queue_pop_tail_link
2156 g_queue_pop_nth_link
2157 g_queue_peek_head_link
2158 g_queue_peek_tail_link
2159 g_queue_peek_nth_link
2160 g_queue_link_index
2161 g_queue_unlink
2162 g_queue_delete_link
2163 </SECTION>
2164
2165 <SECTION>
2166 <TITLE>Sequences</TITLE>
2167 <FILE>sequence</FILE>
2168
2169 GSequence
2170 GSequenceIter
2171 GSequenceIterCompareFunc
2172
2173 <SUBSECTION>
2174 g_sequence_new
2175 g_sequence_free
2176 g_sequence_get_length
2177 g_sequence_foreach
2178 g_sequence_foreach_range
2179 g_sequence_sort
2180 g_sequence_sort_iter
2181
2182 <SUBSECTION>
2183 g_sequence_get_begin_iter
2184 g_sequence_get_end_iter
2185 g_sequence_get_iter_at_pos
2186 g_sequence_append
2187 g_sequence_prepend
2188 g_sequence_insert_before
2189 g_sequence_move
2190 g_sequence_swap
2191 g_sequence_insert_sorted
2192 g_sequence_insert_sorted_iter
2193 g_sequence_sort_changed
2194 g_sequence_sort_changed_iter
2195 g_sequence_remove
2196 g_sequence_remove_range
2197 g_sequence_move_range
2198 g_sequence_search
2199 g_sequence_search_iter
2200 g_sequence_lookup
2201 g_sequence_lookup_iter
2202
2203 <SUBSECTION>
2204 g_sequence_get
2205 g_sequence_set
2206
2207 <SUBSECTION>
2208 g_sequence_iter_is_begin
2209 g_sequence_iter_is_end
2210 g_sequence_iter_next
2211 g_sequence_iter_prev
2212 g_sequence_iter_get_position
2213 g_sequence_iter_move
2214 g_sequence_iter_get_sequence
2215
2216 <SUBSECTION>
2217 g_sequence_iter_compare
2218 g_sequence_range_get_midpoint
2219 </SECTION>
2220
2221 <SECTION>
2222 <TITLE>Trash Stacks</TITLE>
2223 <FILE>trash_stack</FILE>
2224 GTrashStack
2225
2226 g_trash_stack_push
2227 g_trash_stack_pop
2228 g_trash_stack_peek
2229 g_trash_stack_height
2230 </SECTION>
2231
2232 <SECTION>
2233 <TITLE>Hash Tables</TITLE>
2234 <FILE>hash_tables</FILE>
2235 GHashTable
2236 g_hash_table_new
2237 g_hash_table_new_full
2238 GHashFunc
2239 GEqualFunc
2240 g_hash_table_insert
2241 g_hash_table_replace
2242 g_hash_table_size
2243 g_hash_table_lookup
2244 g_hash_table_lookup_extended
2245 g_hash_table_foreach
2246 g_hash_table_find
2247 GHFunc
2248 g_hash_table_remove
2249 g_hash_table_steal
2250 g_hash_table_foreach_remove
2251 g_hash_table_foreach_steal
2252 g_hash_table_remove_all
2253 g_hash_table_steal_all
2254 g_hash_table_get_keys
2255 g_hash_table_get_values
2256 GHRFunc
2257 g_hash_table_freeze
2258 g_hash_table_thaw
2259 g_hash_table_destroy
2260 g_hash_table_ref
2261 g_hash_table_unref
2262 GHashTableIter
2263 g_hash_table_iter_init
2264 g_hash_table_iter_next
2265 g_hash_table_iter_get_hash_table
2266 g_hash_table_iter_replace
2267 g_hash_table_iter_remove
2268 g_hash_table_iter_steal
2269
2270 <SUBSECTION>
2271 g_direct_equal
2272 g_direct_hash
2273 g_int_equal
2274 g_int_hash
2275 g_int64_equal
2276 g_int64_hash
2277 g_double_equal
2278 g_double_hash
2279 g_str_equal
2280 g_str_hash
2281
2282 </SECTION>
2283
2284 <SECTION>
2285 <TITLE>Strings</TITLE>
2286 <FILE>strings</FILE>
2287 GString
2288 g_string_new
2289 g_string_new_len
2290 g_string_sized_new
2291 g_string_assign
2292 g_string_sprintf
2293 g_string_sprintfa
2294 g_string_vprintf
2295 g_string_append_vprintf
2296 g_string_printf
2297 g_string_append_printf
2298 g_string_append
2299 g_string_append_c
2300 g_string_append_unichar
2301 g_string_append_len
2302 g_string_append_uri_escaped
2303 g_string_prepend
2304 g_string_prepend_c
2305 g_string_prepend_unichar
2306 g_string_prepend_len
2307 g_string_insert
2308 g_string_insert_c
2309 g_string_insert_unichar
2310 g_string_insert_len
2311 g_string_overwrite
2312 g_string_overwrite_len
2313 g_string_erase
2314 g_string_truncate
2315 g_string_set_size
2316 g_string_free
2317
2318 <SUBSECTION>
2319 g_string_up
2320 g_string_down
2321
2322 <SUBSECTION>
2323 g_string_hash
2324 g_string_equal
2325
2326 <SUBSECTION Private>
2327 g_string_append_c_inline
2328 </SECTION>
2329
2330 <SECTION>
2331 <TITLE>String Chunks</TITLE>
2332 <FILE>string_chunks</FILE>
2333 GStringChunk
2334 g_string_chunk_new
2335 g_string_chunk_insert
2336 g_string_chunk_insert_const
2337 g_string_chunk_insert_len
2338 g_string_chunk_clear
2339 g_string_chunk_free
2340
2341 </SECTION>
2342
2343 <SECTION>
2344 <TITLE>Arrays</TITLE>
2345 <FILE>arrays</FILE>
2346 GArray
2347 g_array_new
2348 g_array_sized_new
2349 g_array_ref
2350 g_array_unref
2351 g_array_get_element_size
2352 g_array_append_val
2353 g_array_append_vals
2354 g_array_prepend_val
2355 g_array_prepend_vals
2356 g_array_insert_val
2357 g_array_insert_vals
2358 g_array_remove_index
2359 g_array_remove_index_fast
2360 g_array_remove_range
2361 g_array_sort
2362 g_array_sort_with_data
2363 g_array_index
2364 g_array_set_size
2365 g_array_free
2366 </SECTION>
2367
2368 <SECTION>
2369 <TITLE>Pointer Arrays</TITLE>
2370 <FILE>arrays_pointer</FILE>
2371 GPtrArray
2372 g_ptr_array_new
2373 g_ptr_array_sized_new
2374 g_ptr_array_new_with_free_func
2375 g_ptr_array_new_full
2376 g_ptr_array_set_free_func
2377 g_ptr_array_ref
2378 g_ptr_array_unref
2379 g_ptr_array_add
2380 g_ptr_array_remove
2381 g_ptr_array_remove_index
2382 g_ptr_array_remove_fast
2383 g_ptr_array_remove_index_fast
2384 g_ptr_array_remove_range
2385 g_ptr_array_sort
2386 g_ptr_array_sort_with_data
2387 g_ptr_array_set_size
2388 g_ptr_array_index
2389 g_ptr_array_free
2390 g_ptr_array_foreach
2391
2392 </SECTION>
2393
2394 <SECTION>
2395 <TITLE>Byte Arrays</TITLE>
2396 <FILE>arrays_byte</FILE>
2397 GByteArray
2398 g_byte_array_new
2399 g_byte_array_sized_new
2400 g_byte_array_ref
2401 g_byte_array_unref
2402 g_byte_array_append
2403 g_byte_array_prepend
2404 g_byte_array_remove_index
2405 g_byte_array_remove_index_fast
2406 g_byte_array_remove_range
2407 g_byte_array_sort
2408 g_byte_array_sort_with_data
2409 g_byte_array_set_size
2410 g_byte_array_free
2411
2412 </SECTION>
2413
2414 <SECTION>
2415 <TITLE>Balanced Binary Trees</TITLE>
2416 <FILE>trees-binary</FILE>
2417 GTree
2418 g_tree_new
2419 g_tree_ref
2420 g_tree_unref
2421 g_tree_new_with_data
2422 g_tree_new_full
2423 g_tree_insert
2424 g_tree_replace
2425 g_tree_nnodes
2426 g_tree_height
2427 g_tree_lookup
2428 g_tree_lookup_extended
2429 g_tree_foreach
2430 g_tree_traverse
2431 GTraverseFunc
2432 GTraverseType
2433 g_tree_search
2434 g_tree_remove
2435 g_tree_steal
2436 g_tree_destroy
2437 </SECTION>
2438
2439 <SECTION>
2440 <TITLE>N-ary Trees</TITLE>
2441 <FILE>trees-nary</FILE>
2442 GNode
2443 g_node_new
2444 g_node_copy
2445 GCopyFunc
2446 g_node_copy_deep
2447
2448 <SUBSECTION>
2449 g_node_insert
2450 g_node_insert_before
2451 g_node_insert_after
2452 g_node_append
2453 g_node_prepend
2454
2455 <SUBSECTION>
2456 g_node_insert_data
2457 g_node_insert_data_before
2458 g_node_append_data
2459 g_node_prepend_data
2460
2461 <SUBSECTION>
2462 g_node_reverse_children
2463 g_node_traverse
2464 GTraverseFlags
2465 GNodeTraverseFunc
2466 g_node_children_foreach
2467 GNodeForeachFunc
2468
2469 <SUBSECTION>
2470 g_node_get_root
2471 g_node_find
2472 g_node_find_child
2473 g_node_child_index
2474 g_node_child_position
2475 g_node_first_child
2476 g_node_last_child
2477 g_node_nth_child
2478 g_node_first_sibling
2479 g_node_next_sibling
2480 g_node_prev_sibling
2481 g_node_last_sibling
2482
2483 <SUBSECTION>
2484 G_NODE_IS_LEAF
2485 G_NODE_IS_ROOT
2486 g_node_depth
2487 g_node_n_nodes
2488 g_node_n_children
2489 g_node_is_ancestor
2490 g_node_max_height
2491
2492 <SUBSECTION>
2493 g_node_unlink
2494 g_node_destroy
2495 </SECTION>
2496
2497
2498 <SECTION>
2499 <TITLE>Quarks</TITLE>
2500 <FILE>quarks</FILE>
2501 GQuark
2502 g_quark_from_string
2503 g_quark_from_static_string
2504 g_quark_to_string
2505 g_quark_try_string
2506 g_intern_string
2507 g_intern_static_string
2508 </SECTION>
2509
2510 <SECTION>
2511 <TITLE>Keyed Data Lists</TITLE>
2512 <FILE>datalist</FILE>
2513 GData
2514 g_datalist_init
2515
2516 <SUBSECTION>
2517 g_datalist_id_set_data
2518 g_datalist_id_set_data_full
2519 g_datalist_id_get_data
2520 g_datalist_id_remove_data
2521 g_datalist_id_remove_no_notify
2522
2523 <SUBSECTION>
2524 g_datalist_set_data
2525 g_datalist_set_data_full
2526 g_datalist_get_data
2527 g_datalist_remove_data
2528 g_datalist_remove_no_notify
2529
2530 <SUBSECTION>
2531 g_datalist_foreach
2532 g_datalist_clear
2533 g_datalist_set_flags
2534 g_datalist_unset_flags
2535 g_datalist_get_flags
2536 G_DATALIST_FLAGS_MASK
2537 </SECTION>
2538
2539
2540 <SECTION>
2541 <TITLE>Datasets</TITLE>
2542 <FILE>datasets</FILE>
2543 g_dataset_id_set_data
2544 g_dataset_id_set_data_full
2545 GDestroyNotify
2546 g_dataset_id_get_data
2547 g_dataset_id_remove_data
2548 g_dataset_id_remove_no_notify
2549
2550 <SUBSECTION>
2551 g_dataset_set_data
2552 g_dataset_set_data_full
2553 g_dataset_get_data
2554 g_dataset_remove_data
2555 g_dataset_remove_no_notify
2556
2557 <SUBSECTION>
2558 g_dataset_foreach
2559 GDataForeachFunc
2560 g_dataset_destroy
2561
2562 </SECTION>
2563
2564 <SECTION>
2565 <TITLE>Relations and Tuples</TITLE>
2566 <FILE>relations</FILE>
2567 GRelation
2568 g_relation_new
2569 g_relation_index
2570 g_relation_insert
2571 g_relation_exists
2572 g_relation_count
2573 g_relation_select
2574 g_relation_delete
2575 g_relation_destroy
2576
2577 <SUBSECTION>
2578 g_relation_print
2579
2580 <SUBSECTION>
2581 GTuples
2582 g_tuples_destroy
2583 g_tuples_index
2584 </SECTION>
2585
2586 <SECTION>
2587 <TITLE>Caches</TITLE>
2588 <FILE>caches</FILE>
2589 GCache
2590 g_cache_new
2591 g_cache_insert
2592 g_cache_remove
2593 g_cache_destroy
2594
2595 <SUBSECTION>
2596 g_cache_key_foreach
2597 g_cache_value_foreach
2598
2599 <SUBSECTION>
2600 GCacheDestroyFunc
2601 GCacheDupFunc
2602 GCacheNewFunc
2603 </SECTION>
2604
2605 <SECTION>
2606 <TITLE>Random Numbers</TITLE>
2607 <FILE>random_numbers</FILE>
2608 GRand
2609 g_rand_new_with_seed
2610 g_rand_new_with_seed_array
2611 g_rand_new
2612 g_rand_copy
2613 g_rand_free
2614 g_rand_set_seed
2615 g_rand_set_seed_array
2616 g_rand_boolean
2617 g_rand_int
2618 g_rand_int_range
2619 g_rand_double
2620 g_rand_double_range
2621 g_random_set_seed
2622 g_random_boolean
2623 g_random_int
2624 g_random_int_range
2625 g_random_double
2626 g_random_double_range
2627 </SECTION>
2628
2629 <SECTION>
2630 <TITLE>Character Set Conversion</TITLE>
2631 <FILE>conversions</FILE>
2632 g_convert
2633 g_convert_with_fallback
2634 GIConv
2635 g_convert_with_iconv
2636 G_CONVERT_ERROR
2637 g_iconv_open
2638 g_iconv
2639 g_iconv_close
2640 g_locale_to_utf8
2641 g_filename_to_utf8
2642 g_filename_from_utf8
2643 g_get_filename_charsets
2644 g_filename_display_name
2645 g_filename_display_basename
2646 g_locale_from_utf8
2647 GConvertError
2648
2649 <SUBSECTION>
2650 g_get_charset
2651
2652 <SUBSECTION Private>
2653 g_convert_error_quark
2654 </SECTION>
2655
2656 <SECTION>
2657 <TITLE>Unicode Manipulation</TITLE>
2658 <FILE>unicode</FILE>
2659 gunichar
2660 gunichar2
2661
2662 <SUBSECTION>
2663 g_unichar_validate
2664 g_unichar_isalnum
2665 g_unichar_isalpha
2666 g_unichar_iscntrl
2667 g_unichar_isdefined
2668 g_unichar_isdigit
2669 g_unichar_isgraph
2670 g_unichar_islower
2671 g_unichar_ismark
2672 g_unichar_isprint
2673 g_unichar_ispunct
2674 g_unichar_isspace
2675 g_unichar_istitle
2676 g_unichar_isupper
2677 g_unichar_isxdigit
2678 g_unichar_iswide
2679 g_unichar_iswide_cjk
2680 g_unichar_iszerowidth
2681 g_unichar_toupper
2682 g_unichar_tolower
2683 g_unichar_totitle
2684 g_unichar_digit_value
2685 g_unichar_xdigit_value
2686 g_unichar_compose
2687 g_unichar_decompose
2688 g_unichar_fully_decompose
2689 GUnicodeType
2690 G_UNICODE_COMBINING_MARK
2691 g_unichar_type
2692 GUnicodeBreakType
2693 g_unichar_break_type
2694 g_unichar_combining_class
2695 g_unicode_canonical_ordering
2696 g_unicode_canonical_decomposition
2697 g_unichar_get_mirror_char
2698 GUnicodeScript
2699 g_unichar_get_script
2700 g_unicode_script_from_iso15924
2701 g_unicode_script_to_iso15924
2702
2703 <SUBSECTION>
2704 g_utf8_next_char
2705 g_utf8_get_char
2706 g_utf8_get_char_validated
2707 g_utf8_offset_to_pointer
2708 g_utf8_pointer_to_offset
2709 g_utf8_prev_char
2710 g_utf8_find_next_char
2711 g_utf8_find_prev_char
2712 g_utf8_strlen
2713 g_utf8_strncpy
2714 g_utf8_strchr
2715 g_utf8_strrchr
2716 g_utf8_strreverse
2717 g_utf8_substring
2718 g_utf8_validate
2719
2720 <SUBSECTION>
2721 g_utf8_strup
2722 g_utf8_strdown
2723 g_utf8_casefold
2724 g_utf8_normalize
2725 GNormalizeMode
2726 g_utf8_collate
2727 g_utf8_collate_key
2728 g_utf8_collate_key_for_filename
2729
2730 <SUBSECTION>
2731 g_utf8_to_utf16
2732 g_utf8_to_ucs4
2733 g_utf8_to_ucs4_fast
2734 g_utf16_to_ucs4
2735 g_utf16_to_utf8
2736 g_ucs4_to_utf16
2737 g_ucs4_to_utf8
2738 g_unichar_to_utf8
2739 </SECTION>
2740
2741 <SECTION>
2742 <TITLE>I18N</TITLE>
2743 <FILE>i18n</FILE>
2744 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2745 _
2746 Q_
2747 C_
2748 N_
2749 NC_
2750 g_dgettext
2751 g_dcgettext
2752 g_dngettext
2753 g_dpgettext
2754 g_dpgettext2
2755 g_strip_context
2756 <SUBSECTION>
2757 g_get_language_names
2758 g_get_locale_variants
2759 </SECTION>
2760
2761 <SECTION>
2762 <TITLE>Base64 Encoding</TITLE>
2763 <FILE>base64</FILE>
2764 g_base64_encode_step
2765 g_base64_encode_close
2766 g_base64_encode
2767 g_base64_decode_step
2768 g_base64_decode
2769 g_base64_decode_inplace
2770 </SECTION>
2771
2772 <SECTION>
2773 <TITLE>URI Functions</TITLE>
2774 <FILE>gurifuncs</FILE>
2775 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
2776 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
2777 G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
2778 G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
2779 G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
2780 g_uri_parse_scheme
2781 g_uri_escape_string
2782 g_uri_unescape_string
2783 g_uri_unescape_segment
2784 g_uri_list_extract_uris
2785 g_filename_from_uri
2786 g_filename_to_uri
2787 </SECTION>
2788
2789 <SECTION>
2790 <TITLE>Data Checksums</TITLE>
2791 <FILE>checksum</FILE>
2792 GChecksumType
2793 g_checksum_type_get_length
2794 GChecksum
2795 g_checksum_new
2796 g_checksum_copy
2797 g_checksum_free
2798 g_checksum_reset
2799 g_checksum_update
2800 g_checksum_get_string
2801 g_checksum_get_digest
2802 <SUBSECTION>
2803 g_compute_checksum_for_data
2804 g_compute_checksum_for_string
2805 </SECTION>
2806
2807 <SECTION>
2808 <TITLE>Data HMACs</TITLE>
2809 <FILE>hmac</FILE>
2810 GHmac
2811 g_hmac_new
2812 g_hmac_copy
2813 g_hmac_ref
2814 g_hmac_unref
2815 g_hmac_update
2816 g_hmac_get_string
2817 g_hmac_get_digest
2818 <SUBSECTION>
2819 g_compute_hmac_for_data
2820 g_compute_hmac_for_string
2821 </SECTION>
2822
2823 <SECTION>
2824 <TITLE>Testing</TITLE>
2825 <FILE>testing</FILE>
2826 g_test_minimized_result
2827 g_test_maximized_result
2828 g_test_init
2829 g_test_quick
2830 g_test_slow
2831 g_test_thorough
2832 g_test_perf
2833 g_test_verbose
2834 g_test_quiet
2835 g_test_run
2836 GTestFunc
2837 g_test_add_func
2838 GTestDataFunc
2839 g_test_add_data_func
2840 g_test_add
2841
2842 g_test_fail
2843 g_test_message
2844 g_test_bug_base
2845 g_test_bug
2846 GTestLogFatalFunc
2847 g_test_log_set_fatal_handler
2848
2849 g_test_timer_start
2850 g_test_timer_elapsed
2851 g_test_timer_last
2852
2853 g_test_queue_free
2854 g_test_queue_destroy
2855 g_test_queue_unref
2856
2857 GTestTrapFlags
2858 g_test_trap_fork
2859 g_test_trap_has_passed
2860 g_test_trap_reached_timeout
2861 g_test_trap_assert_passed
2862 g_test_trap_assert_failed
2863 g_test_trap_assert_stdout
2864 g_test_trap_assert_stdout_unmatched
2865 g_test_trap_assert_stderr
2866 g_test_trap_assert_stderr_unmatched
2867
2868 g_test_rand_bit
2869 g_test_rand_int
2870 g_test_rand_int_range
2871 g_test_rand_double
2872 g_test_rand_double_range
2873
2874 g_assert
2875 g_assert_not_reached
2876 g_assert_cmpstr
2877 g_assert_cmpint
2878 g_assert_cmpuint
2879 g_assert_cmphex
2880 g_assert_cmpfloat
2881 g_assert_no_error
2882 g_assert_error
2883
2884 GTestCase
2885 GTestSuite
2886 GTestFixtureFunc
2887 g_test_create_case
2888 g_test_create_suite
2889 g_test_get_root
2890 g_test_suite_add
2891 g_test_suite_add_suite
2892 g_test_run_suite
2893
2894 <SUBSECTION Private>
2895 g_test_trap_assertions
2896 g_assertion_message
2897 g_assertion_message_expr
2898 g_assertion_message_cmpstr
2899 g_assertion_message_cmpnum
2900 g_assertion_message_error
2901
2902 g_test_add_vtable
2903 GTestConfig
2904 GTestLogType
2905 GTestLogMsg
2906 GTestLogBuffer
2907
2908 g_test_log_type_name
2909 g_test_log_buffer_new
2910 g_test_log_buffer_free
2911 g_test_log_buffer_push
2912 g_test_log_buffer_pop
2913 g_test_log_msg_free
2914 </SECTION>
2915
2916 <SECTION>
2917 <TITLE>GVariantType</TITLE>
2918 <FILE>gvarianttype</FILE>
2919 GVariantType
2920 G_VARIANT_TYPE_BOOLEAN
2921 G_VARIANT_TYPE_BYTE
2922 G_VARIANT_TYPE_INT16
2923 G_VARIANT_TYPE_UINT16
2924 G_VARIANT_TYPE_INT32
2925 G_VARIANT_TYPE_UINT32
2926 G_VARIANT_TYPE_INT64
2927 G_VARIANT_TYPE_UINT64
2928 G_VARIANT_TYPE_HANDLE
2929 G_VARIANT_TYPE_DOUBLE
2930 G_VARIANT_TYPE_STRING
2931 G_VARIANT_TYPE_OBJECT_PATH
2932 G_VARIANT_TYPE_SIGNATURE
2933 G_VARIANT_TYPE_VARIANT
2934 G_VARIANT_TYPE_ANY
2935 G_VARIANT_TYPE_BASIC
2936 G_VARIANT_TYPE_MAYBE
2937 G_VARIANT_TYPE_ARRAY
2938 G_VARIANT_TYPE_TUPLE
2939 G_VARIANT_TYPE_UNIT
2940 G_VARIANT_TYPE_DICT_ENTRY
2941 G_VARIANT_TYPE_DICTIONARY
2942 G_VARIANT_TYPE_STRING_ARRAY
2943 G_VARIANT_TYPE_OBJECT_PATH_ARRAY
2944 G_VARIANT_TYPE_BYTESTRING
2945 G_VARIANT_TYPE_BYTESTRING_ARRAY
2946 G_VARIANT_TYPE_VARDICT
2947
2948 <SUBSECTION>
2949 G_VARIANT_TYPE
2950 g_variant_type_free
2951 g_variant_type_copy
2952 g_variant_type_new
2953
2954 <SUBSECTION>
2955 g_variant_type_string_is_valid
2956 g_variant_type_string_scan
2957 g_variant_type_get_string_length
2958 g_variant_type_peek_string
2959 g_variant_type_dup_string
2960
2961 <SUBSECTION>
2962 g_variant_type_is_definite
2963 g_variant_type_is_container
2964 g_variant_type_is_basic
2965 g_variant_type_is_maybe
2966 g_variant_type_is_array
2967 g_variant_type_is_tuple
2968 g_variant_type_is_dict_entry
2969 g_variant_type_is_variant
2970
2971 <SUBSECTION>
2972 g_variant_type_hash
2973 g_variant_type_equal
2974 g_variant_type_is_subtype_of
2975
2976 <SUBSECTION>
2977 g_variant_type_new_maybe
2978 g_variant_type_new_array
2979 g_variant_type_new_tuple
2980 g_variant_type_new_dict_entry
2981
2982 <SUBSECTION>
2983 g_variant_type_element
2984 g_variant_type_n_items
2985 g_variant_type_first
2986 g_variant_type_next
2987 g_variant_type_key
2988 g_variant_type_value
2989 </SECTION>
2990
2991 <SECTION>
2992 <TITLE>GVariant</TITLE>
2993 <FILE>gvariant</FILE>
2994 GVariant
2995 g_variant_unref
2996 g_variant_ref
2997 g_variant_ref_sink
2998 g_variant_is_floating
2999 g_variant_take_ref
3000 g_variant_get_type
3001 g_variant_get_type_string
3002 g_variant_is_of_type
3003 g_variant_is_container
3004 g_variant_compare
3005
3006 <SUBSECTION>
3007 g_variant_classify
3008 GVariantClass
3009
3010 <SUBSECTION>
3011 g_variant_get
3012 g_variant_get_va
3013 g_variant_new
3014 g_variant_new_va
3015
3016 <SUBSECTION>
3017 g_variant_new_boolean
3018 g_variant_new_byte
3019 g_variant_new_int16
3020 g_variant_new_uint16
3021 g_variant_new_int32
3022 g_variant_new_uint32
3023 g_variant_new_int64
3024 g_variant_new_uint64
3025 g_variant_new_handle
3026 g_variant_new_double
3027 g_variant_new_string
3028 g_variant_new_object_path
3029 g_variant_is_object_path
3030 g_variant_new_signature
3031 g_variant_is_signature
3032 g_variant_new_variant
3033 g_variant_new_strv
3034 g_variant_new_objv
3035 g_variant_new_bytestring
3036 g_variant_new_bytestring_array
3037
3038 <SUBSECTION>
3039 g_variant_get_boolean
3040 g_variant_get_byte
3041 g_variant_get_int16
3042 g_variant_get_uint16
3043 g_variant_get_int32
3044 g_variant_get_uint32
3045 g_variant_get_int64
3046 g_variant_get_uint64
3047 g_variant_get_handle
3048 g_variant_get_double
3049 g_variant_get_string
3050 g_variant_dup_string
3051 g_variant_get_variant
3052 g_variant_get_strv
3053 g_variant_dup_strv
3054 g_variant_get_objv
3055 g_variant_dup_objv
3056 g_variant_get_bytestring
3057 g_variant_dup_bytestring
3058 g_variant_get_bytestring_array
3059 g_variant_dup_bytestring_array
3060
3061 <SUBSECTION>
3062 g_variant_new_maybe
3063 g_variant_new_array
3064 g_variant_new_tuple
3065 g_variant_new_dict_entry
3066 g_variant_new_fixed_array
3067
3068 <SUBSECTION>
3069 g_variant_get_maybe
3070 g_variant_n_children
3071 g_variant_get_child_value
3072 g_variant_get_child
3073 g_variant_lookup_value
3074 g_variant_lookup
3075 g_variant_get_fixed_array
3076
3077 <SUBSECTION>
3078 g_variant_get_size
3079 g_variant_get_data
3080 g_variant_store
3081 g_variant_new_from_data
3082 g_variant_byteswap
3083 g_variant_get_normal_form
3084 g_variant_is_normal_form
3085
3086 <SUBSECTION>
3087 g_variant_hash
3088 g_variant_equal
3089
3090 <SUBSECTION>
3091 g_variant_print
3092 g_variant_print_string
3093
3094 <SUBSECTION>
3095 GVariantIter
3096 g_variant_iter_copy
3097 g_variant_iter_free
3098 g_variant_iter_init
3099 g_variant_iter_n_children
3100 g_variant_iter_new
3101 g_variant_iter_next_value
3102 g_variant_iter_next
3103 g_variant_iter_loop
3104
3105 <SUBSECTION>
3106 GVariantBuilder
3107 g_variant_builder_unref
3108 g_variant_builder_ref
3109 g_variant_builder_new
3110 g_variant_builder_init
3111 g_variant_builder_clear
3112 g_variant_builder_add_value
3113 g_variant_builder_add
3114 g_variant_builder_add_parsed
3115 g_variant_builder_end
3116 g_variant_builder_open
3117 g_variant_builder_close
3118
3119 <SUBSECTION>
3120 GVariantParseError
3121 G_VARIANT_PARSE_ERROR
3122 g_variant_parse
3123 g_variant_new_parsed_va
3124 g_variant_new_parsed
3125
3126 <SUBSECTION Private>
3127 g_variant_parser_get_error_quark
3128 g_variant_type_checked_
3129 </SECTION>
3130
3131
3132 <SECTION>
3133 <FILE>ghostutils</FILE>
3134 <TITLE>Hostname Utilities</TITLE>
3135 g_hostname_to_ascii
3136 g_hostname_to_unicode
3137 <SUBSECTION>
3138 g_hostname_is_non_ascii
3139 g_hostname_is_ascii_encoded
3140 <SUBSECTION>
3141 g_hostname_is_ip_address
3142 </SECTION>