Add g_regex_get_max_backref() and g_regex_get_capture_count(). (#419371,
[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
43 <SUBSECTION Private>
44 GLIB_SIZEOF_VOID_P
45 GLIB_SIZEOF_LONG
46 GLIB_SIZEOF_SIZE_T
47 </SECTION>
48
49 <SECTION>
50 <TITLE>Limits of Basic Types</TITLE>
51 <FILE>limits</FILE>
52 G_MININT
53 G_MAXINT
54 G_MAXUINT
55
56 <SUBSECTION>
57 G_MINSHORT
58 G_MAXSHORT
59 G_MAXUSHORT
60
61 <SUBSECTION>
62 G_MINLONG
63 G_MAXLONG
64 G_MAXULONG
65
66 <SUBSECTION>
67 G_MININT8
68 G_MAXINT8
69 G_MAXUINT8
70
71 <SUBSECTION>
72 G_MININT16
73 G_MAXINT16
74 G_MAXUINT16
75
76 <SUBSECTION>
77 G_MININT32
78 G_MAXINT32
79 G_MAXUINT32
80
81 <SUBSECTION>
82 G_MININT64
83 G_MAXINT64
84 G_MAXUINT64
85
86 <SUBSECTION>
87 G_MAXSIZE
88
89 <SUBSECTION>
90 G_MINFLOAT
91 G_MAXFLOAT
92
93 <SUBSECTION>
94 G_MINDOUBLE
95 G_MAXDOUBLE
96 </SECTION>
97
98 <SECTION>
99 <TITLE>Version Information</TITLE>
100 <FILE>version</FILE>
101 glib_major_version
102 glib_minor_version
103 glib_micro_version
104 glib_binary_age
105 glib_interface_age
106 glib_check_version
107
108 <SUBSECTION>
109 GLIB_MAJOR_VERSION
110 GLIB_MINOR_VERSION
111 GLIB_MICRO_VERSION
112 GLIB_CHECK_VERSION
113 </SECTION>
114
115 <SECTION>
116 <TITLE>Standard Macros</TITLE>
117 <FILE>macros</FILE>
118 <SUBSECTION>
119 G_OS_WIN32
120 G_OS_BEOS
121 G_OS_UNIX
122
123 <SUBSECTION>
124 G_DIR_SEPARATOR
125 G_DIR_SEPARATOR_S
126 G_IS_DIR_SEPARATOR
127 G_SEARCHPATH_SEPARATOR
128 G_SEARCHPATH_SEPARATOR_S
129
130 <SUBSECTION>
131 TRUE
132 FALSE
133
134 <SUBSECTION>
135 NULL
136
137 <SUBSECTION>
138 MIN
139 MAX
140
141 <SUBSECTION>
142 ABS
143 CLAMP
144
145 <SUBSECTION>
146 G_STRUCT_MEMBER
147 G_STRUCT_MEMBER_P
148 G_STRUCT_OFFSET
149
150 <SUBSECTION>
151 G_MEM_ALIGN
152
153 <SUBSECTION>
154 G_CONST_RETURN
155
156 </SECTION>
157
158 <SECTION>
159 <TITLE>Type Conversion Macros</TITLE>
160 <FILE>type_conversion</FILE>
161 GINT_TO_POINTER
162 GPOINTER_TO_INT
163
164 <SUBSECTION>
165 GUINT_TO_POINTER
166 GPOINTER_TO_UINT
167 GSIZE_TO_POINTER
168 GPOINTER_TO_SIZE
169 </SECTION>
170
171 <SECTION>
172 <TITLE>Byte Order Macros</TITLE>
173 <FILE>byte_order</FILE>
174 G_BYTE_ORDER
175 G_LITTLE_ENDIAN
176 G_BIG_ENDIAN
177 G_PDP_ENDIAN
178
179 <SUBSECTION>
180 g_htonl
181 g_htons
182 g_ntohl
183 g_ntohs
184
185 <SUBSECTION>
186 GINT_FROM_BE
187 GINT_FROM_LE
188 GINT_TO_BE
189 GINT_TO_LE
190
191 <SUBSECTION>
192 GUINT_FROM_BE
193 GUINT_FROM_LE
194 GUINT_TO_BE
195 GUINT_TO_LE
196
197 <SUBSECTION>
198 GLONG_FROM_BE
199 GLONG_FROM_LE
200 GLONG_TO_BE
201 GLONG_TO_LE
202
203 <SUBSECTION>
204 GULONG_FROM_BE
205 GULONG_FROM_LE
206 GULONG_TO_BE
207 GULONG_TO_LE
208
209 <SUBSECTION>
210 GINT16_FROM_BE
211 GINT16_FROM_LE
212 GINT16_TO_BE
213 GINT16_TO_LE
214
215 <SUBSECTION>
216 GUINT16_FROM_BE
217 GUINT16_FROM_LE
218 GUINT16_TO_BE
219 GUINT16_TO_LE
220
221 <SUBSECTION>
222 GINT32_FROM_BE
223 GINT32_FROM_LE
224 GINT32_TO_BE
225 GINT32_TO_LE
226
227 <SUBSECTION>
228 GUINT32_FROM_BE
229 GUINT32_FROM_LE
230 GUINT32_TO_BE
231 GUINT32_TO_LE
232
233 <SUBSECTION>
234 GINT64_FROM_BE
235 GINT64_FROM_LE
236 GINT64_TO_BE
237 GINT64_TO_LE
238
239 <SUBSECTION>
240 GUINT64_FROM_BE
241 GUINT64_FROM_LE
242 GUINT64_TO_BE
243 GUINT64_TO_LE
244
245 <SUBSECTION>
246 GUINT16_SWAP_BE_PDP
247 GUINT16_SWAP_LE_BE
248 GUINT16_SWAP_LE_PDP
249
250 <SUBSECTION>
251 GUINT32_SWAP_BE_PDP
252 GUINT32_SWAP_LE_BE
253 GUINT32_SWAP_LE_PDP
254
255 <SUBSECTION>
256 GUINT64_SWAP_LE_BE
257
258 <SUBSECTION Private>
259 GUINT16_SWAP_LE_BE_CONSTANT
260 GUINT32_SWAP_LE_BE_CONSTANT
261 GUINT64_SWAP_LE_BE_CONSTANT
262 GUINT16_SWAP_LE_BE_IA32
263 GUINT32_SWAP_LE_BE_IA32
264 GUINT64_SWAP_LE_BE_IA32
265 GUINT16_SWAP_LE_BE_IA64
266 GUINT32_SWAP_LE_BE_IA64
267 GUINT64_SWAP_LE_BE_IA64
268 GUINT32_SWAP_LE_BE_X86_64
269 GUINT64_SWAP_LE_BE_X86_64
270
271 </SECTION>
272
273 <SECTION>
274 <TITLE>Numerical Definitions</TITLE>
275 <FILE>numerical</FILE>
276 G_IEEE754_FLOAT_BIAS
277 G_IEEE754_DOUBLE_BIAS
278 GFloatIEEE754
279 GDoubleIEEE754
280
281 <SUBSECTION>
282 <SUBSECTION>
283 G_E
284 G_LN2
285 G_LN10
286 G_PI
287 G_PI_2
288 G_PI_4
289 G_SQRT2
290 G_LOG_2_BASE_10
291 </SECTION>
292
293 <SECTION>
294 <TITLE>Miscellaneous Macros</TITLE>
295 <FILE>macros_misc</FILE>
296 G_INLINE_FUNC
297
298 <SUBSECTION>
299 G_STMT_START
300 G_STMT_END
301
302 <SUBSECTION>
303 G_BEGIN_DECLS
304 G_END_DECLS
305
306 <SUBSECTION>
307 G_N_ELEMENTS
308
309 <SUBSECTION>
310 G_VA_COPY
311
312 <SUBSECTION>
313 G_STRINGIFY
314
315 <SUBSECTION>
316 G_GNUC_EXTENSION
317 G_GNUC_CONST
318 G_GNUC_PURE
319 G_GNUC_MALLOC
320 G_GNUC_DEPRECATED
321 G_GNUC_NORETURN
322 G_GNUC_UNUSED
323 G_GNUC_PRINTF
324 G_GNUC_SCANF
325 G_GNUC_FORMAT
326 G_GNUC_NULL_TERMINATED
327 G_GNUC_WARN_UNUSED_RESULT
328 G_GNUC_FUNCTION
329 G_GNUC_PRETTY_FUNCTION
330 G_GNUC_NO_INSTRUMENT
331 G_HAVE_GNUC_VISIBILITY
332 G_GNUC_INTERNAL
333
334 <SUBSECTION>
335 G_LIKELY
336 G_UNLIKELY
337
338 <SUBSECTION>
339 G_STRLOC
340 G_STRFUNC
341
342 <SUBSECTION>
343 G_GINT16_MODIFIER
344 G_GINT16_FORMAT
345 G_GUINT16_FORMAT
346 G_GINT32_MODIFIER
347 G_GINT32_FORMAT
348 G_GUINT32_FORMAT
349 G_GINT64_MODIFIER
350 G_GINT64_FORMAT
351 G_GUINT64_FORMAT
352 G_GSIZE_MODIFIER
353 G_GSIZE_FORMAT
354 G_GSSIZE_FORMAT
355
356 <SUBSECTION Private>
357 GLIB_VAR
358 G_STRINGIFY_ARG
359 G_HAVE_INLINE
360 G_CAN_INLINE
361 inline
362 G_HAVE___INLINE
363 G_HAVE___INLINE__
364 G_HAVE_GNUC_VARARGS
365 G_HAVE_ISO_VARARGS
366 G_HAVE_GROWING_STACK
367 </SECTION>
368
369 <SECTION>
370 <TITLE>Error Reporting</TITLE>
371 <FILE>error_reporting</FILE>
372 GError
373 g_error_new
374 g_error_new_literal
375 g_error_free
376 g_error_copy
377 g_error_matches
378 g_set_error
379 g_propagate_error
380 g_clear_error
381 </SECTION>
382
383 <SECTION>
384 <TITLE>The Main Event Loop</TITLE>
385 <FILE>main</FILE>
386 GMainLoop
387 g_main_loop_new
388 g_main_loop_ref
389 g_main_loop_unref
390 g_main_loop_run
391 g_main_loop_quit
392 g_main_loop_is_running
393 g_main_loop_get_context
394 g_main_new
395 g_main_destroy
396 g_main_run
397 g_main_quit
398 g_main_is_running
399
400 <SUBSECTION>
401 G_PRIORITY_HIGH
402 G_PRIORITY_DEFAULT
403 G_PRIORITY_HIGH_IDLE
404 G_PRIORITY_DEFAULT_IDLE
405 G_PRIORITY_LOW
406
407 <SUBSECTION>
408 GMainContext
409 g_main_context_new
410 g_main_context_ref
411 g_main_context_unref
412 g_main_context_default
413 g_main_context_iteration
414 g_main_iteration
415 g_main_context_pending
416 g_main_pending
417 g_main_context_find_source_by_id
418 g_main_context_find_source_by_user_data
419 g_main_context_find_source_by_funcs_user_data
420 g_main_context_wakeup
421 g_main_context_acquire
422 g_main_context_release
423 g_main_context_is_owner
424 g_main_context_wait
425 g_main_context_prepare
426 g_main_context_query
427 g_main_context_check
428 g_main_context_dispatch
429 g_main_context_set_poll_func
430 g_main_context_get_poll_func
431 GPollFunc
432 g_main_context_add_poll
433 g_main_context_remove_poll
434 g_main_depth
435 g_main_current_source
436 g_main_set_poll_func
437
438 <SUBSECTION>
439 g_timeout_source_new
440 g_timeout_source_new_seconds
441 g_timeout_add
442 g_timeout_add_full
443 g_timeout_add_seconds
444
445 <SUBSECTION>
446 g_idle_source_new
447 g_idle_add
448 g_idle_add_full
449 g_idle_remove_by_data
450
451 <SUBSECTION>
452 GPid
453 GChildWatchFunc
454 g_child_watch_source_new
455 g_child_watch_add
456 g_child_watch_add_full
457 <SUBSECTION>
458 GPollFD
459
460 <SUBSECTION>
461 GSource
462 GSourceDummyMarshal
463 GSourceFuncs
464 GSourceCallbackFuncs
465 g_source_new
466 g_source_ref
467 g_source_unref
468 g_source_set_funcs
469 g_source_attach
470 g_source_destroy
471 g_source_is_destroyed
472 g_source_set_priority
473 g_source_get_priority
474 g_source_set_can_recurse
475 g_source_get_can_recurse
476 g_source_get_id
477 g_source_get_context
478 g_source_set_callback
479 GSourceFunc
480 g_source_set_callback_indirect
481 g_source_add_poll
482 g_source_remove_poll
483 g_source_get_current_time
484 g_source_remove
485 g_source_remove_by_funcs_user_data
486 g_source_remove_by_user_data
487
488 <SUBSECTION Private>
489 GLIB_HAVE_SYS_POLL_H
490 GLIB_HAVE_ALLOCA_H
491 alloca
492 GLIB_SYSDEF_POLLERR
493 GLIB_SYSDEF_POLLHUP
494 GLIB_SYSDEF_POLLIN
495 GLIB_SYSDEF_POLLNVAL
496 GLIB_SYSDEF_POLLOUT
497 GLIB_SYSDEF_POLLPRI
498 G_WIN32_MSG_HANDLE
499 g_idle_funcs
500 g_timeout_funcs
501 g_child_watch_funcs
502 </SECTION>
503
504 <SECTION>
505 <TITLE>Threads</TITLE>
506 <FILE>threads</FILE>
507 <SUBSECTION>
508 G_THREADS_ENABLED
509 G_THREADS_IMPL_POSIX
510 G_THREADS_IMPL_NONE
511
512 <SUBSECTION>
513 G_THREAD_ERROR
514 GThreadError
515
516 <SUBSECTION>
517 GThreadFunctions
518 g_thread_init
519 g_thread_supported
520
521 <SUBSECTION>
522 GThreadFunc
523 GThreadPriority
524 GThread
525 g_thread_create
526 g_thread_create_full
527 g_thread_self
528 g_thread_join
529 g_thread_set_priority
530 g_thread_yield
531 g_thread_exit
532 g_thread_foreach
533
534 <SUBSECTION>
535 GMutex
536 g_mutex_new
537 g_mutex_lock
538 g_mutex_trylock
539 g_mutex_unlock
540 g_mutex_free
541
542 <SUBSECTION>
543 GStaticMutex
544 G_STATIC_MUTEX_INIT
545 g_static_mutex_init
546 g_static_mutex_lock
547 g_static_mutex_trylock
548 g_static_mutex_unlock
549 g_static_mutex_get_mutex
550 g_static_mutex_free
551
552 <SUBSECTION>
553 G_LOCK_DEFINE
554 G_LOCK_DEFINE_STATIC
555 G_LOCK_EXTERN
556 G_LOCK
557 G_TRYLOCK
558 G_UNLOCK
559
560 <SUBSECTION>
561 GStaticRecMutex
562 G_STATIC_REC_MUTEX_INIT
563 g_static_rec_mutex_init
564 g_static_rec_mutex_lock
565 g_static_rec_mutex_trylock
566 g_static_rec_mutex_unlock
567 g_static_rec_mutex_lock_full
568 g_static_rec_mutex_unlock_full
569 g_static_rec_mutex_free
570
571 <SUBSECTION>
572 GStaticRWLock
573 G_STATIC_RW_LOCK_INIT
574 g_static_rw_lock_init
575 g_static_rw_lock_reader_lock
576 g_static_rw_lock_reader_trylock
577 g_static_rw_lock_reader_unlock
578 g_static_rw_lock_writer_lock
579 g_static_rw_lock_writer_trylock
580 g_static_rw_lock_writer_unlock
581 g_static_rw_lock_free
582
583 <SUBSECTION>
584 GCond
585 g_cond_new
586 g_cond_signal
587 g_cond_broadcast
588 g_cond_wait
589 g_cond_timed_wait
590 g_cond_free
591
592 <SUBSECTION>
593 GPrivate
594 g_private_new
595 g_private_get
596 g_private_set
597
598 <SUBSECTION>
599 GStaticPrivate
600 G_STATIC_PRIVATE_INIT
601 g_static_private_init
602 g_static_private_get
603 g_static_private_set
604 g_static_private_free
605
606 <SUBSECTION>
607 GOnce
608 GOnceStatus
609 G_ONCE_INIT
610 g_once
611
612 <SUBSECTION Private>
613 G_THREAD_ECF
614 G_THREAD_CF
615 G_THREAD_UF
616 g_static_mutex_get_mutex_impl
617 g_static_mutex_get_mutex_impl_shortcut
618 G_MUTEX_DEBUG_MAGIC
619 g_thread_init_with_errorcheck_mutexes
620 G_LOCK_NAME
621 glib_dummy_decl
622 GSystemThread
623 g_thread_use_default_impl
624 g_threads_got_initialized
625 g_thread_functions_for_glib_use
626 g_thread_init_glib
627 g_thread_error_quark
628 g_once_impl
629 atexit
630 g_system_thread_assign
631 g_system_thread_equal
632 g_system_thread_equal_simple
633 </SECTION>
634
635 <SECTION>
636 <TITLE>Thread Pools</TITLE>
637 <FILE>thread_pools</FILE>
638 GThreadPool
639 g_thread_pool_new
640 g_thread_pool_push
641 g_thread_pool_set_max_threads
642 g_thread_pool_get_max_threads
643 g_thread_pool_get_num_threads
644 g_thread_pool_unprocessed
645 g_thread_pool_free
646 g_thread_pool_set_max_unused_threads
647 g_thread_pool_get_max_unused_threads
648 g_thread_pool_get_num_unused_threads
649 g_thread_pool_stop_unused_threads
650 g_thread_pool_set_sort_function
651 g_thread_pool_set_max_idle_time
652 g_thread_pool_get_max_idle_time
653 </SECTION>
654
655 <SECTION>
656 <TITLE>Asynchronous Queues</TITLE>
657 <FILE>async_queues</FILE>
658 GAsyncQueue
659 g_async_queue_new
660 g_async_queue_ref
661 g_async_queue_unref
662 g_async_queue_push
663 g_async_queue_push_sorted
664 g_async_queue_pop
665 g_async_queue_try_pop
666 g_async_queue_timed_pop
667 g_async_queue_length
668 g_async_queue_sort
669
670 <SUBSECTION>
671 g_async_queue_lock
672 g_async_queue_unlock
673 g_async_queue_ref_unlocked
674 g_async_queue_unref_and_unlock
675 g_async_queue_push_unlocked
676 g_async_queue_push_sorted_unlocked
677 g_async_queue_pop_unlocked
678 g_async_queue_try_pop_unlocked
679 g_async_queue_timed_pop_unlocked
680 g_async_queue_length_unlocked
681 g_async_queue_sort_unlocked
682 </SECTION>
683
684 <SECTION>
685 <TITLE>Atomic Operations</TITLE>
686 <FILE>atomic_operations</FILE>g
687 g_atomic_int_get
688 g_atomic_int_set
689 g_atomic_int_add
690 g_atomic_int_exchange_and_add
691 g_atomic_int_compare_and_exchange
692 g_atomic_pointer_get
693 g_atomic_pointer_set
694 g_atomic_pointer_compare_and_exchange
695 g_atomic_int_inc
696 g_atomic_int_dec_and_test
697 </SECTION>
698
699 <SECTION>
700 <TITLE>IO Channels</TITLE>
701 <FILE>iochannels</FILE>
702 GIOChannel
703
704 <SUBSECTION>
705 g_io_channel_unix_new
706 g_io_channel_unix_get_fd
707 g_io_channel_win32_new_fd
708 g_io_channel_win32_new_socket
709 g_io_channel_win32_new_messages
710
711 <SUBSECTION>
712 g_io_channel_init
713
714 <SUBSECTION>
715 g_io_channel_new_file
716 g_io_channel_read_chars
717 g_io_channel_read_unichar
718 g_io_channel_read_line
719 g_io_channel_read_line_string
720 g_io_channel_read_to_end
721 g_io_channel_write_chars
722 g_io_channel_write_unichar
723 g_io_channel_flush
724 g_io_channel_seek_position
725 GSeekType
726 g_io_channel_shutdown
727
728 <SUBSECTION>
729 GIOStatus
730 GIOChannelError
731 G_IO_CHANNEL_ERROR
732 g_io_channel_error_from_errno
733
734 <SUBSECTION>
735 g_io_channel_ref
736 g_io_channel_unref
737
738 <SUBSECTION>
739 g_io_create_watch
740 g_io_add_watch
741 g_io_add_watch_full
742 GIOCondition
743 GIOFunc
744
745 <SUBSECTION>
746 GIOFuncs
747
748 <SUBSECTION>
749 g_io_channel_get_buffer_size
750 g_io_channel_set_buffer_size
751 g_io_channel_get_buffer_condition
752 g_io_channel_get_flags
753 g_io_channel_set_flags
754 GIOFlags
755 g_io_channel_get_line_term
756 g_io_channel_set_line_term
757 g_io_channel_get_buffered
758 g_io_channel_set_buffered
759 g_io_channel_get_encoding
760 g_io_channel_set_encoding
761 g_io_channel_get_close_on_unref
762 g_io_channel_set_close_on_unref
763
764 <SUBSECTION Private>
765 g_io_channel_win32_poll
766 g_io_channel_win32_make_pollfd
767 g_io_channel_win32_get_fd
768  
769 <SUBSECTION>
770 g_io_channel_read
771 GIOError
772 g_io_channel_write
773 g_io_channel_seek
774 g_io_channel_close
775
776 <SUBSECTION Private>
777 g_io_channel_error_quark
778 g_io_watch_funcs
779 </SECTION>
780
781 <SECTION>
782 <TITLE>Memory Allocation</TITLE>
783 <FILE>memory</FILE>
784 g_new
785 g_new0
786 g_renew
787 g_try_new
788 g_try_new0
789 g_try_renew
790
791 <SUBSECTION>
792 g_malloc
793 g_malloc0
794 g_realloc
795 g_try_malloc
796 g_try_malloc0
797 g_try_realloc
798
799 <SUBSECTION>
800 g_free
801 g_mem_gc_friendly
802
803 <SUBSECTION>
804 g_alloca
805 g_newa
806
807 <SUBSECTION>
808 g_memmove
809 g_memdup
810
811 <SUBSECTION>
812 GMemVTable
813 g_mem_set_vtable
814 g_mem_is_system_malloc
815
816 <SUBSECTION>
817 glib_mem_profiler_table
818 g_mem_profile
819 </SECTION>
820
821 <SECTION>
822 <TITLE>Warnings and Assertions</TITLE>
823 <FILE>warnings</FILE>
824 g_print
825 g_set_print_handler
826 GPrintFunc
827
828 <SUBSECTION>
829 g_printerr
830 g_set_printerr_handler
831
832 <SUBSECTION>
833 g_return_if_fail
834 g_return_val_if_fail
835 g_return_if_reached
836 g_return_val_if_reached
837
838 <SUBSECTION>
839 g_assert
840 g_assert_not_reached
841
842 <SUBSECTION>
843 g_on_error_query
844 g_on_error_stack_trace
845
846 <SUBSECTION>
847 G_BREAKPOINT
848
849 <SUBSECTION Private>
850 g_return_if_fail_warning
851 g_assert_warning
852 </SECTION>
853
854 <SECTION>
855 <TITLE>Glob-style pattern matching</TITLE>
856 <FILE>patterns</FILE>
857 GPatternSpec
858 g_pattern_spec_new
859 g_pattern_spec_free
860 g_pattern_spec_equal
861 g_pattern_match
862 g_pattern_match_string
863 g_pattern_match_simple
864 </SECTION>
865
866 <SECTION>
867 <TITLE>Perl-compatible regular expressions</TITLE>
868 <FILE>gregex</FILE>
869 GRegexError
870 G_REGEX_ERROR
871 GRegexCompileFlags
872 GRegexMatchFlags
873 GRegex
874 GRegexEvalCallback
875 g_regex_new
876 g_regex_free
877 g_regex_get_pattern
878 g_regex_get_max_backref
879 g_regex_get_capture_count
880 g_regex_get_string_number
881 g_regex_escape_string
882 g_regex_match_simple
883 g_regex_match
884 g_regex_match_full
885 g_regex_match_all
886 g_regex_match_all_full
887 g_regex_split_simple
888 g_regex_split
889 g_regex_split_full
890 g_regex_replace
891 g_regex_replace_literal
892 g_regex_replace_eval
893 GMatchInfo
894 g_match_info_free
895 g_match_info_next
896 g_match_info_get_match_count
897 g_match_info_is_partial_match
898 g_match_info_expand_references
899 g_match_info_fetch
900 g_match_info_fetch_pos
901 g_match_info_fetch_named
902 g_match_info_fetch_named_pos
903 g_match_info_fetch_all
904 <SUBSECTION Private>
905 g_regex_error_quark
906 </SECTION>
907
908 <SECTION>
909 <TITLE>Message Logging</TITLE>
910 <FILE>messages</FILE>
911 G_LOG_DOMAIN
912 G_LOG_FATAL_MASK
913 G_LOG_LEVEL_USER_SHIFT
914 GLogFunc
915 GLogLevelFlags
916
917 <SUBSECTION>
918 g_log
919 g_logv
920 g_message
921 g_warning
922 g_critical
923 g_error
924 g_debug
925
926 <SUBSECTION>
927 g_log_set_handler
928 g_log_remove_handler
929 g_log_set_always_fatal
930 g_log_set_fatal_mask
931 g_log_default_handler
932 g_log_set_default_handler
933 </SECTION>
934
935 <SECTION>
936 <TITLE>Timers</TITLE>
937 <FILE>timers</FILE>
938 GTimer
939 g_timer_new
940 g_timer_start
941 g_timer_stop
942 g_timer_continue
943 g_timer_elapsed
944 g_timer_reset
945 g_timer_destroy
946 </SECTION>
947
948 <SECTION>
949 <TITLE>Spawning Processes</TITLE>
950 <FILE>spawn</FILE>
951 GSpawnError
952 G_SPAWN_ERROR
953 GSpawnFlags
954 GSpawnChildSetupFunc
955 g_spawn_async_with_pipes
956 g_spawn_async
957 g_spawn_sync
958 g_spawn_command_line_async
959 g_spawn_command_line_sync
960 g_spawn_close_pid
961 <SUBSECTION Private>
962 g_spawn_error_quark
963 </SECTION>
964
965 <SECTION>
966 <TITLE>Simple XML Subset Parser</TITLE>
967 <FILE>markup</FILE>
968 GMarkupError
969 G_MARKUP_ERROR
970 GMarkupParseFlags
971 GMarkupParseContext
972 GMarkupParser
973 g_markup_escape_text
974 g_markup_printf_escaped
975 g_markup_vprintf_escaped
976 g_markup_parse_context_end_parse
977 g_markup_parse_context_free
978 g_markup_parse_context_get_position
979 g_markup_parse_context_get_element
980 g_markup_parse_context_new
981 g_markup_parse_context_parse
982 <SUBSECTION Private>
983 g_markup_error_quark
984 </SECTION>
985
986
987 <SECTION>
988 <TITLE>Shell-related Utilities</TITLE>
989 <FILE>shell</FILE>
990 GShellError
991 G_SHELL_ERROR
992 g_shell_parse_argv
993 g_shell_quote
994 g_shell_unquote
995 <SUBSECTION Private>
996 g_shell_error_quark
997 </SECTION>
998
999
1000 <SECTION>
1001 <TITLE>Commandline option parser</TITLE>
1002 <FILE>option</FILE>
1003 GOptionError
1004 G_OPTION_ERROR
1005 GOptionArgFunc
1006 GOptionContext
1007 g_option_context_new
1008 g_option_context_set_summary
1009 g_option_context_get_summary
1010 g_option_context_set_description
1011 g_option_context_get_description
1012 GTranslateFunc
1013 g_option_context_set_translate_func
1014 g_option_context_set_translation_domain
1015 g_option_context_free
1016 g_option_context_parse
1017 g_option_context_set_help_enabled
1018 g_option_context_get_help_enabled
1019 g_option_context_set_ignore_unknown_options
1020 g_option_context_get_ignore_unknown_options
1021 g_option_context_get_help
1022 GOptionArg
1023 GOptionFlags
1024 G_OPTION_REMAINING
1025 GOptionEntry
1026 g_option_context_add_main_entries
1027 GOptionGroup
1028 g_option_context_add_group
1029 g_option_context_set_main_group
1030 g_option_context_get_main_group
1031 g_option_group_new
1032 g_option_group_free
1033 g_option_group_add_entries
1034 GOptionParseFunc
1035 g_option_group_set_parse_hooks
1036 GOptionErrorFunc
1037 g_option_group_set_error_hook
1038 g_option_group_set_translate_func
1039 g_option_group_set_translation_domain
1040 <SUBSECTION Private>
1041 g_option_error_quark
1042 </SECTION>
1043
1044
1045 <SECTION>
1046 <TITLE>File Utilities</TITLE>
1047 <FILE>fileutils</FILE>
1048 <INCLUDE>glib.h,glib/gstdio.h</INCLUDE>
1049 GFileError
1050 G_FILE_ERROR
1051 GFileTest
1052 g_file_error_from_errno
1053 g_file_get_contents
1054 g_file_set_contents
1055 g_file_test
1056 g_mkstemp
1057 g_file_open_tmp
1058 g_file_read_link
1059 g_mkdir_with_parents
1060
1061 <SUBSECTION>
1062 GDir
1063 g_dir_open
1064 g_dir_read_name
1065 g_dir_rewind
1066 g_dir_close
1067
1068 <SUBSECTION>
1069 GMappedFile
1070 g_mapped_file_new
1071 g_mapped_file_free
1072 g_mapped_file_get_length
1073 g_mapped_file_get_contents
1074
1075 <SUBSECTION>
1076 g_open
1077 g_rename
1078 g_mkdir
1079 g_stat
1080 g_lstat
1081 g_unlink
1082 g_remove
1083 g_rmdir
1084 g_fopen
1085 g_freopen
1086 g_chmod
1087 g_access
1088 g_creat
1089 g_chdir
1090
1091 <SUBSECTION Private>
1092 g_file_error_quark
1093 </SECTION>
1094
1095
1096 <SECTION>
1097 <TITLE>String Utility Functions</TITLE>
1098 <FILE>string_utils</FILE>
1099 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
1100 g_strdup
1101 g_strndup
1102 g_strdupv
1103 g_strnfill
1104 g_stpcpy
1105 g_strstr_len
1106 g_strrstr
1107 g_strrstr_len
1108 g_str_has_prefix
1109 g_str_has_suffix
1110
1111 <SUBSECTION>
1112 g_strlcpy
1113 g_strlcat
1114
1115 <SUBSECTION>
1116 g_strdup_printf
1117 g_strdup_vprintf
1118 g_printf
1119 g_vprintf
1120 g_fprintf
1121 g_vfprintf
1122 g_sprintf
1123 g_vsprintf
1124 g_snprintf
1125 g_vsnprintf
1126 g_vasprintf
1127 g_printf_string_upper_bound
1128
1129 <SUBSECTION>
1130 g_ascii_isalnum
1131 g_ascii_isalpha
1132 g_ascii_iscntrl
1133 g_ascii_isdigit
1134 g_ascii_isgraph
1135 g_ascii_islower
1136 g_ascii_isprint
1137 g_ascii_ispunct
1138 g_ascii_isspace
1139 g_ascii_isupper
1140 g_ascii_isxdigit
1141
1142 <SUBSECTION>
1143 g_ascii_digit_value
1144 g_ascii_xdigit_value
1145
1146 <SUBSECTION>
1147 g_ascii_strcasecmp
1148 g_ascii_strncasecmp
1149
1150 <SUBSECTION>
1151 g_ascii_strup
1152 g_ascii_strdown
1153
1154 <SUBSECTION>
1155 g_ascii_tolower
1156 g_ascii_toupper
1157
1158 <SUBSECTION>
1159 g_string_ascii_up
1160 g_string_ascii_down
1161
1162 <SUBSECTION>
1163 g_strup
1164 g_strdown
1165
1166 <SUBSECTION>
1167 g_strcasecmp
1168 g_strncasecmp
1169
1170 <SUBSECTION>
1171 g_strreverse
1172
1173 <SUBSECTION>
1174 g_ascii_strtoll
1175 g_ascii_strtoull
1176 G_ASCII_DTOSTR_BUF_SIZE
1177 g_ascii_strtod
1178 g_ascii_dtostr
1179 g_ascii_formatd
1180 g_strtod
1181
1182 <SUBSECTION>
1183 g_strchug
1184 g_strchomp
1185 g_strstrip
1186
1187 <SUBSECTION>
1188 g_strdelimit
1189 G_STR_DELIMITERS
1190 g_strescape
1191 g_strcompress
1192 g_strcanon
1193 g_strsplit
1194 g_strsplit_set
1195 g_strfreev
1196 g_strconcat
1197 g_strjoin
1198 g_strjoinv
1199 g_strv_length
1200
1201 <SUBSECTION>
1202 g_strerror
1203 g_strsignal
1204
1205 <SUBSECTION Private>
1206 GAsciiType
1207 </SECTION>
1208
1209 <SECTION>
1210 <TITLE>Date and Time Functions</TITLE>
1211 <FILE>date</FILE>
1212 G_USEC_PER_SEC
1213 GTimeVal
1214 g_get_current_time
1215 g_usleep
1216 g_time_val_add
1217 g_time_val_from_iso8601
1218 g_time_val_to_iso8601
1219
1220 <SUBSECTION>
1221 GDate
1222 GTime
1223 GDateDMY
1224 GDateDay
1225 GDateMonth
1226 GDateYear
1227 GDateWeekday
1228
1229 <SUBSECTION>
1230 G_DATE_BAD_DAY
1231 G_DATE_BAD_JULIAN
1232 G_DATE_BAD_YEAR
1233
1234 <SUBSECTION>
1235 g_date_new
1236 g_date_new_dmy
1237 g_date_new_julian
1238 g_date_clear
1239 g_date_free
1240
1241 <SUBSECTION>
1242 g_date_set_day
1243 g_date_set_month
1244 g_date_set_year
1245 g_date_set_dmy
1246 g_date_set_julian
1247 g_date_set_time
1248 g_date_set_time_t
1249 g_date_set_time_val
1250 g_date_set_parse
1251
1252 <SUBSECTION>
1253 g_date_add_days
1254 g_date_subtract_days
1255 g_date_add_months
1256 g_date_subtract_months
1257 g_date_add_years
1258 g_date_subtract_years
1259 g_date_days_between
1260 g_date_compare
1261 g_date_clamp
1262 g_date_order
1263
1264 <SUBSECTION>
1265 g_date_get_day
1266 g_date_get_month
1267 g_date_get_year
1268 g_date_get_julian
1269 g_date_get_weekday
1270 g_date_get_day_of_year
1271
1272 <SUBSECTION>
1273 g_date_get_days_in_month
1274 g_date_is_first_of_month
1275 g_date_is_last_of_month
1276 g_date_is_leap_year
1277 g_date_get_monday_week_of_year
1278 g_date_get_monday_weeks_in_year
1279 g_date_get_sunday_week_of_year
1280 g_date_get_sunday_weeks_in_year
1281 g_date_get_iso8601_week_of_year
1282
1283 <SUBSECTION>
1284 g_date_strftime
1285 g_date_to_struct_tm
1286
1287 <SUBSECTION>
1288 g_date_valid
1289 g_date_valid_day
1290 g_date_valid_month
1291 g_date_valid_year
1292 g_date_valid_dmy
1293 g_date_valid_julian
1294 g_date_valid_weekday
1295
1296 <SUBSECTION Private>
1297 g_date_weekday
1298 g_date_month
1299 g_date_year
1300 g_date_day
1301 g_date_julian
1302 g_date_day_of_year
1303 g_date_monday_week_of_year
1304 g_date_sunday_week_of_year
1305 g_date_days_in_month
1306 g_date_monday_weeks_in_year
1307 g_date_sunday_weeks_in_year
1308 tm
1309 </SECTION>
1310
1311 <SECTION>
1312 <TITLE>Hook Functions</TITLE>
1313 <FILE>hooks</FILE>
1314 GHookList
1315 GHookFinalizeFunc
1316 GHook
1317 GHookFunc
1318 GHookCheckFunc
1319
1320 <SUBSECTION>
1321 g_hook_list_init
1322 g_hook_list_invoke
1323 g_hook_list_invoke_check
1324 g_hook_list_marshal
1325 GHookMarshaller
1326 g_hook_list_marshal_check
1327 GHookCheckMarshaller
1328 g_hook_list_clear
1329
1330 <SUBSECTION>
1331 g_hook_alloc
1332 g_hook_append
1333 g_hook_prepend
1334 g_hook_insert_before
1335 g_hook_insert_sorted
1336 GHookCompareFunc
1337 g_hook_compare_ids
1338
1339 <SUBSECTION>
1340 g_hook_get
1341 g_hook_find
1342 GHookFindFunc
1343 g_hook_find_data
1344 g_hook_find_func
1345 g_hook_find_func_data
1346
1347 <SUBSECTION>
1348 g_hook_first_valid
1349 g_hook_next_valid
1350
1351 GHookFlagMask
1352 G_HOOK_FLAGS
1353 G_HOOK_FLAG_USER_SHIFT
1354
1355 <SUBSECTION>
1356 G_HOOK
1357 G_HOOK_IS_VALID
1358 G_HOOK_ACTIVE
1359 G_HOOK_IN_CALL
1360 G_HOOK_IS_UNLINKED
1361
1362 <SUBSECTION>
1363 g_hook_ref
1364 g_hook_unref
1365
1366 g_hook_free
1367 g_hook_destroy
1368 g_hook_destroy_link
1369 </SECTION>
1370
1371 <SECTION>
1372 <TITLE>Miscellaneous Utility Functions</TITLE>
1373 <FILE>misc_utils</FILE>
1374 g_get_application_name
1375 g_set_application_name
1376 g_get_prgname
1377 g_set_prgname
1378 g_getenv
1379 g_setenv
1380 g_unsetenv
1381 g_listenv
1382 g_get_user_name
1383 g_get_real_name
1384 g_get_user_cache_dir
1385 g_get_user_data_dir
1386 g_get_user_config_dir
1387 g_get_system_data_dirs
1388 g_get_system_config_dirs
1389
1390 <SUBSECTION>
1391 g_get_host_name
1392 g_get_home_dir
1393 g_get_tmp_dir
1394 g_get_current_dir
1395 g_basename
1396 g_dirname
1397 g_path_is_absolute
1398 g_path_skip_root
1399 g_path_get_basename
1400 g_path_get_dirname
1401 g_build_filename
1402 g_build_filenamev
1403 g_build_path
1404 g_build_pathv
1405
1406 <SUBSECTION>
1407 g_find_program_in_path
1408
1409 <SUBSECTION>
1410 g_bit_nth_lsf
1411 g_bit_nth_msf
1412 g_bit_storage
1413
1414 <SUBSECTION>
1415 g_spaced_primes_closest
1416
1417 <SUBSECTION>
1418 g_atexit
1419
1420 <SUBSECTION>
1421 g_parse_debug_string
1422 GDebugKey
1423
1424 <SUBSECTION>
1425 GVoidFunc
1426 GFreeFunc
1427
1428 <SUBSECTION>
1429 g_qsort_with_data
1430
1431 <SUBSECTION>
1432 g_nullify_pointer
1433
1434 <SUBSECTION Private>
1435 G_NATIVE_ATEXIT
1436 g_ATEXIT
1437 g_win32_get_system_data_dirs_for_module
1438 ATEXIT
1439
1440 </SECTION>
1441
1442 <SECTION>
1443 <TITLE>Lexical Scanner</TITLE>
1444 <FILE>scanner</FILE>
1445 GScanner
1446 GScannerConfig
1447 g_scanner_new
1448 g_scanner_destroy
1449
1450 <SUBSECTION>
1451 g_scanner_input_file
1452 g_scanner_sync_file_offset
1453 g_scanner_input_text
1454 g_scanner_peek_next_token
1455 g_scanner_get_next_token
1456 g_scanner_eof
1457
1458 <SUBSECTION>
1459 g_scanner_cur_line
1460 g_scanner_cur_position
1461 g_scanner_cur_token
1462 g_scanner_cur_value
1463
1464 <SUBSECTION>
1465 g_scanner_set_scope
1466 g_scanner_scope_add_symbol
1467 g_scanner_scope_foreach_symbol
1468 g_scanner_scope_lookup_symbol
1469 g_scanner_scope_remove_symbol
1470 g_scanner_add_symbol
1471 g_scanner_remove_symbol
1472 g_scanner_foreach_symbol
1473
1474 <SUBSECTION>
1475 g_scanner_freeze_symbol_table
1476 g_scanner_thaw_symbol_table
1477 g_scanner_lookup_symbol
1478
1479 <SUBSECTION>
1480 g_scanner_warn
1481 g_scanner_error
1482 g_scanner_unexp_token
1483 GScannerMsgFunc
1484
1485 <SUBSECTION>
1486 G_CSET_a_2_z
1487 G_CSET_A_2_Z
1488 G_CSET_DIGITS
1489 G_CSET_LATINC
1490 G_CSET_LATINS
1491 GTokenType
1492 GTokenValue
1493 GErrorType
1494
1495 </SECTION>
1496
1497 <SECTION>
1498 <TITLE>Key-value file parser</TITLE>
1499 <FILE>keyfile</FILE>
1500 GKeyFile
1501 G_KEY_FILE_ERROR
1502 GKeyFileError
1503 GKeyFileFlags
1504 g_key_file_new
1505 g_key_file_free
1506 g_key_file_set_list_separator
1507 g_key_file_load_from_file
1508 g_key_file_load_from_data
1509 g_key_file_load_from_data_dirs
1510 g_key_file_to_data
1511 g_key_file_get_start_group
1512 g_key_file_get_groups
1513 g_key_file_get_keys
1514 g_key_file_has_group
1515 g_key_file_has_key
1516
1517 <SUBSECTION>
1518 g_key_file_get_value
1519 g_key_file_get_string
1520 g_key_file_get_locale_string
1521 g_key_file_get_boolean
1522 g_key_file_get_integer
1523 g_key_file_get_double
1524 g_key_file_get_string_list
1525 g_key_file_get_locale_string_list
1526 g_key_file_get_boolean_list
1527 g_key_file_get_integer_list
1528 g_key_file_get_double_list
1529 g_key_file_get_comment
1530
1531 <SUBSECTION>
1532 g_key_file_set_value
1533 g_key_file_set_string
1534 g_key_file_set_locale_string
1535 g_key_file_set_boolean
1536 g_key_file_set_integer
1537 g_key_file_set_double
1538 g_key_file_set_string_list
1539 g_key_file_set_locale_string_list
1540 g_key_file_set_boolean_list
1541 g_key_file_set_integer_list
1542 g_key_file_set_double_list
1543 g_key_file_set_comment
1544 g_key_file_remove_group
1545 g_key_file_remove_key
1546 g_key_file_remove_comment
1547
1548 <SUBSECTION Private>
1549 g_key_file_error_quark
1550 </SECTION>
1551
1552 <SECTION>
1553 <TITLE>Bookmark file parser</TITLE>
1554 <FILE>bookmarkfile</FILE>
1555 GBookmarkFile
1556 G_BOOKMARK_FILE_ERROR
1557 GBookmarkFileError
1558 g_bookmark_file_new
1559 g_bookmark_file_free
1560 g_bookmark_file_load_from_file
1561 g_bookmark_file_load_from_data
1562 g_bookmark_file_load_from_data_dirs
1563 g_bookmark_file_to_data
1564 g_bookmark_file_to_file
1565 g_bookmark_file_has_item
1566 g_bookmark_file_has_group
1567 g_bookmark_file_has_application
1568 g_bookmark_file_get_size
1569 g_bookmark_file_get_uris G_GNUC_MALLOC
1570
1571 <SUBSECTION>
1572 g_bookmark_file_get_title
1573 g_bookmark_file_get_description
1574 g_bookmark_file_get_mime_type
1575 g_bookmark_file_get_is_private
1576 g_bookmark_file_get_icon
1577 g_bookmark_file_get_added
1578 g_bookmark_file_get_modified
1579 g_bookmark_file_get_visited
1580 g_bookmark_file_get_groups
1581 g_bookmark_file_get_applications
1582 g_bookmark_file_get_app_info
1583
1584 <SUBSECTION>
1585 g_bookmark_file_set_title
1586 g_bookmark_file_set_description
1587 g_bookmark_file_set_mime_type
1588 g_bookmark_file_set_is_private
1589 g_bookmark_file_set_icon
1590 g_bookmark_file_set_added
1591 g_bookmark_file_set_groups
1592 g_bookmark_file_set_modified
1593 g_bookmark_file_set_visited
1594 g_bookmark_file_set_app_info
1595 g_bookmark_file_add_group
1596 g_bookmark_file_add_application
1597 g_bookmark_file_remove_group
1598 g_bookmark_file_remove_application
1599 g_bookmark_file_remove_item
1600 g_bookmark_file_move_item
1601
1602 <SUBSECTION Private>
1603 g_bookmark_file_error_quark
1604 </SECTION>
1605
1606 <SECTION>
1607 <TITLE>Dynamic Loading of Modules</TITLE>
1608 <FILE>modules</FILE>
1609 <INCLUDE>gmodule.h</INCLUDE>
1610 GModule
1611 g_module_supported
1612 g_module_build_path
1613 g_module_open
1614 GModuleFlags
1615 g_module_symbol
1616 g_module_name
1617 g_module_make_resident
1618 g_module_close
1619 g_module_error
1620 <SUBSECTION>
1621 GModuleCheckInit
1622 GModuleUnload
1623 G_MODULE_SUFFIX
1624 G_MODULE_EXPORT
1625 G_MODULE_IMPORT
1626 </SECTION>
1627
1628 <SECTION>
1629 <TITLE>Automatic String Completion</TITLE>
1630 <FILE>completion</FILE>
1631 GCompletion
1632 g_completion_new
1633 GCompletionFunc
1634 g_completion_add_items
1635 g_completion_remove_items
1636 g_completion_clear_items
1637 g_completion_complete
1638 g_completion_complete_utf8
1639 g_completion_set_compare
1640 GCompletionStrncmpFunc
1641 g_completion_free
1642 </SECTION>
1643
1644 <SECTION>
1645 <TITLE>Windows Compatibility Functions</TITLE>
1646 <FILE>windows</FILE>
1647 MAXPATHLEN
1648 pipe
1649
1650 g_win32_error_message
1651 g_win32_getlocale
1652 g_win32_get_package_installation_directory
1653 g_win32_get_package_installation_subdirectory
1654 g_win32_get_windows_version
1655 g_win32_locale_filename_from_utf8
1656 G_WIN32_DLLMAIN_FOR_DLL_NAME
1657 G_WIN32_HAVE_WIDECHAR_API
1658 G_WIN32_IS_NT_BASED
1659
1660 <SUBSECTION Private>
1661 g_win32_ftruncate
1662
1663 </SECTION>
1664
1665 # Data Structures
1666
1667 <SECTION>
1668 <TITLE>Memory Chunks</TITLE>
1669 <FILE>memory_chunks</FILE>
1670 GMemChunk
1671 G_ALLOC_AND_FREE
1672 G_ALLOC_ONLY
1673
1674 <SUBSECTION>
1675 g_mem_chunk_new
1676 g_mem_chunk_alloc
1677 g_mem_chunk_alloc0
1678 g_mem_chunk_free
1679 g_mem_chunk_destroy
1680
1681 <SUBSECTION>
1682 g_mem_chunk_create
1683 g_chunk_new
1684 g_chunk_new0
1685 g_chunk_free
1686
1687 <SUBSECTION>
1688 g_mem_chunk_reset
1689 g_mem_chunk_clean
1690 g_blow_chunks
1691
1692 <SUBSECTION>
1693 g_mem_chunk_info
1694 g_mem_chunk_print
1695
1696 </SECTION>
1697
1698 <SECTION>
1699 <TITLE>Memory Slices</TITLE>
1700 <FILE>memory_slices</FILE>
1701 g_slice_alloc
1702 g_slice_alloc0
1703 g_slice_free1
1704 g_slice_free_chain_with_offset
1705
1706 <SUBSECTION>
1707 g_slice_new
1708 g_slice_new0
1709 g_slice_free
1710 g_slice_free_chain
1711
1712 <SUBSECTION Private>
1713 GSliceConfig
1714 g_slice_set_config
1715 g_slice_get_config
1716 g_slice_get_config_state
1717 </SECTION>
1718
1719 <SECTION>
1720 <TITLE>Doubly-Linked Lists</TITLE>
1721 <FILE>linked_lists_double</FILE>
1722 GList
1723
1724 <SUBSECTION>
1725 g_list_append
1726 g_list_prepend
1727 g_list_insert
1728 g_list_insert_before
1729 g_list_insert_sorted
1730 g_list_remove
1731 g_list_remove_link
1732 g_list_delete_link
1733 g_list_remove_all
1734 g_list_free
1735
1736 <SUBSECTION>
1737 g_list_alloc
1738 g_list_free_1
1739 g_list_free1
1740
1741 <SUBSECTION>
1742 g_list_length
1743 g_list_copy
1744 g_list_reverse
1745 g_list_sort
1746 GCompareFunc
1747 g_list_insert_sorted_with_data
1748 g_list_sort_with_data
1749 GCompareDataFunc
1750 g_list_concat
1751 g_list_foreach
1752 GFunc
1753
1754 <SUBSECTION>
1755 g_list_first
1756 g_list_last
1757 g_list_previous
1758 g_list_next
1759 g_list_nth
1760 g_list_nth_data
1761 g_list_nth_prev
1762
1763 <SUBSECTION>
1764 g_list_find
1765 g_list_find_custom
1766 g_list_position
1767 g_list_index
1768
1769 <SUBSECTION>
1770 g_list_push_allocator
1771 g_list_pop_allocator
1772 </SECTION>
1773
1774 <SECTION>
1775 <TITLE>Singly-Linked Lists</TITLE>
1776 <FILE>linked_lists_single</FILE>
1777 GSList
1778
1779 <SUBSECTION>
1780 g_slist_alloc
1781 g_slist_append
1782 g_slist_prepend
1783 g_slist_insert
1784 g_slist_insert_before
1785 g_slist_insert_sorted
1786 g_slist_remove
1787 g_slist_remove_link
1788 g_slist_delete_link
1789 g_slist_remove_all
1790 g_slist_free
1791 g_slist_free_1
1792 g_slist_free1
1793
1794 <SUBSECTION>
1795 g_slist_length
1796 g_slist_copy
1797 g_slist_reverse
1798 g_slist_insert_sorted_with_data
1799 g_slist_sort
1800 g_slist_sort_with_data
1801 g_slist_concat
1802 g_slist_foreach
1803
1804 <SUBSECTION>
1805 g_slist_last
1806 g_slist_next
1807 g_slist_nth
1808 g_slist_nth_data
1809
1810 <SUBSECTION>
1811 g_slist_find
1812 g_slist_find_custom
1813 g_slist_position
1814 g_slist_index
1815
1816 <SUBSECTION>
1817 g_slist_push_allocator
1818 g_slist_pop_allocator
1819 </SECTION>
1820
1821 <SECTION>
1822 <TITLE>Double-ended Queues</TITLE>
1823 <FILE>queue</FILE>
1824
1825 GQueue
1826 g_queue_new
1827 g_queue_free
1828 G_QUEUE_INIT
1829 g_queue_init
1830 g_queue_clear
1831 g_queue_is_empty
1832 g_queue_get_length
1833 g_queue_reverse
1834 g_queue_copy
1835 g_queue_foreach
1836 g_queue_find
1837 g_queue_find_custom
1838 g_queue_sort
1839 g_queue_push_head
1840 g_queue_push_tail
1841 g_queue_push_nth
1842 g_queue_pop_head
1843 g_queue_pop_tail
1844 g_queue_pop_nth
1845 g_queue_peek_head
1846 g_queue_peek_tail
1847 g_queue_peek_nth
1848 g_queue_index
1849 g_queue_remove
1850 g_queue_remove_all
1851 g_queue_insert_before
1852 g_queue_insert_after
1853 g_queue_insert_sorted
1854 g_queue_push_head_link
1855 g_queue_push_tail_link
1856 g_queue_push_nth_link
1857 g_queue_pop_head_link
1858 g_queue_pop_tail_link
1859 g_queue_pop_nth_link
1860 g_queue_peek_head_link
1861 g_queue_peek_tail_link
1862 g_queue_peek_nth_link
1863 g_queue_link_index
1864 g_queue_unlink
1865 g_queue_delete_link
1866 </SECTION>
1867
1868 <SECTION>
1869 <TITLE>Sequences</TITLE>
1870 <FILE>sequence</FILE>
1871
1872 GSequence
1873 GSequenceIter
1874 GSequenceIterCompareFunc
1875
1876 <SUBSECTION>
1877 g_sequence_new
1878 g_sequence_free
1879 g_sequence_get_length
1880 g_sequence_foreach
1881 g_sequence_foreach_range
1882 g_sequence_sort
1883 g_sequence_sort_iter
1884
1885 <SUBSECTION>
1886 g_sequence_get_begin_iter
1887 g_sequence_get_end_iter
1888 g_sequence_get_iter_at_pos
1889 g_sequence_append
1890 g_sequence_prepend
1891 g_sequence_insert_before
1892 g_sequence_move
1893 g_sequence_swap
1894 g_sequence_insert_sorted
1895 g_sequence_insert_sorted_iter
1896 g_sequence_sort_changed
1897 g_sequence_sort_changed_iter
1898 g_sequence_remove
1899 g_sequence_remove_range
1900 g_sequence_move_range
1901 g_sequence_search
1902 g_sequence_search_iter
1903
1904 <SUBSECTION>
1905 g_sequence_get
1906 g_sequence_set
1907
1908 <SUBSECTION>
1909 g_sequence_iter_is_begin
1910 g_sequence_iter_is_end
1911 g_sequence_iter_next
1912 g_sequence_iter_prev
1913 g_sequence_iter_get_position
1914 g_sequence_iter_move
1915 g_sequence_iter_get_sequence
1916
1917 <SUBSECTION>
1918 g_sequence_iter_compare
1919 g_sequence_range_get_midpoint
1920 </SECTION>
1921
1922 <SECTION>
1923 <TITLE>Trash Stacks</TITLE>
1924 <FILE>trash_stack</FILE>
1925 GTrashStack
1926
1927 g_trash_stack_push
1928 g_trash_stack_pop
1929 g_trash_stack_peek
1930 g_trash_stack_height
1931 </SECTION>
1932
1933 <SECTION>
1934 <TITLE>Hash Tables</TITLE>
1935 <FILE>hash_tables</FILE>
1936 GHashTable
1937 g_hash_table_new
1938 g_hash_table_new_full
1939 GHashFunc
1940 GEqualFunc
1941 g_hash_table_insert
1942 g_hash_table_replace
1943 g_hash_table_size
1944 g_hash_table_lookup
1945 g_hash_table_lookup_extended
1946 g_hash_table_foreach
1947 g_hash_table_find
1948 GHFunc
1949 g_hash_table_remove
1950 g_hash_table_steal
1951 g_hash_table_foreach_remove
1952 g_hash_table_foreach_steal
1953 g_hash_table_remove_all
1954 g_hash_table_steal_all
1955 g_hash_table_get_keys
1956 g_hash_table_get_values
1957 GHRFunc
1958 g_hash_table_freeze
1959 g_hash_table_thaw
1960 g_hash_table_destroy
1961 g_hash_table_ref
1962 g_hash_table_unref
1963
1964 <SUBSECTION>
1965 g_direct_equal
1966 g_direct_hash
1967 g_int_equal
1968 g_int_hash
1969 g_str_equal
1970 g_str_hash
1971
1972 </SECTION>
1973
1974 <SECTION>
1975 <TITLE>Strings</TITLE>
1976 <FILE>strings</FILE>
1977 GString
1978 g_string_new
1979 g_string_new_len
1980 g_string_sized_new
1981 g_string_assign
1982 g_string_sprintf
1983 g_string_sprintfa
1984 g_string_printf
1985 g_string_append_printf
1986 g_string_append
1987 g_string_append_c
1988 g_string_append_unichar
1989 g_string_append_len
1990 g_string_prepend
1991 g_string_prepend_c
1992 g_string_prepend_unichar
1993 g_string_prepend_len
1994 g_string_insert
1995 g_string_insert_c
1996 g_string_insert_unichar
1997 g_string_insert_len
1998 g_string_erase
1999 g_string_truncate
2000 g_string_set_size
2001 g_string_free
2002
2003 <SUBSECTION>
2004 g_string_up
2005 g_string_down
2006
2007 <SUBSECTION>
2008 g_string_hash
2009 g_string_equal
2010
2011 </SECTION>
2012
2013 <SECTION>
2014 <TITLE>String Chunks</TITLE>
2015 <FILE>string_chunks</FILE>
2016 GStringChunk
2017 g_string_chunk_new
2018 g_string_chunk_insert
2019 g_string_chunk_insert_const
2020 g_string_chunk_insert_len
2021 g_string_chunk_clear
2022 g_string_chunk_free
2023
2024 </SECTION>
2025
2026 <SECTION>
2027 <TITLE>Arrays</TITLE>
2028 <FILE>arrays</FILE>
2029 GArray
2030 g_array_new
2031 g_array_sized_new
2032 g_array_append_val
2033 g_array_append_vals
2034 g_array_prepend_val
2035 g_array_prepend_vals
2036 g_array_insert_val
2037 g_array_insert_vals
2038 g_array_remove_index
2039 g_array_remove_index_fast
2040 g_array_remove_range
2041 g_array_sort
2042 g_array_sort_with_data
2043 g_array_index
2044 g_array_set_size
2045 g_array_free
2046 </SECTION>
2047
2048 <SECTION>
2049 <TITLE>Pointer Arrays</TITLE>
2050 <FILE>arrays_pointer</FILE>
2051 GPtrArray
2052 g_ptr_array_new
2053 g_ptr_array_sized_new
2054 g_ptr_array_add
2055 g_ptr_array_remove
2056 g_ptr_array_remove_index
2057 g_ptr_array_remove_fast
2058 g_ptr_array_remove_index_fast
2059 g_ptr_array_remove_range
2060 g_ptr_array_sort
2061 g_ptr_array_sort_with_data
2062 g_ptr_array_set_size
2063 g_ptr_array_index
2064 g_ptr_array_free
2065 g_ptr_array_foreach
2066
2067 </SECTION>
2068
2069 <SECTION>
2070 <TITLE>Byte Arrays</TITLE>
2071 <FILE>arrays_byte</FILE>
2072 GByteArray
2073 g_byte_array_new
2074 g_byte_array_sized_new
2075 g_byte_array_append
2076 g_byte_array_prepend
2077 g_byte_array_remove_index
2078 g_byte_array_remove_index_fast
2079 g_byte_array_remove_range
2080 g_byte_array_sort
2081 g_byte_array_sort_with_data
2082 g_byte_array_set_size
2083 g_byte_array_free
2084
2085 </SECTION>
2086
2087 <SECTION>
2088 <TITLE>Balanced Binary Trees</TITLE>
2089 <FILE>trees-binary</FILE>
2090 GTree
2091 g_tree_new
2092 g_tree_new_with_data
2093 g_tree_new_full
2094 g_tree_insert
2095 g_tree_replace
2096 g_tree_nnodes
2097 g_tree_height
2098 g_tree_lookup
2099 g_tree_lookup_extended
2100 g_tree_foreach
2101 g_tree_traverse
2102 GTraverseFunc
2103 GTraverseType
2104 g_tree_search
2105 g_tree_remove
2106 g_tree_steal
2107 g_tree_destroy
2108 </SECTION>
2109
2110 <SECTION>
2111 <TITLE>N-ary Trees</TITLE>
2112 <FILE>trees-nary</FILE>
2113 GNode
2114 g_node_new
2115 g_node_copy
2116 GCopyFunc
2117 g_node_copy_deep
2118
2119 <SUBSECTION>
2120 g_node_insert
2121 g_node_insert_before
2122 g_node_insert_after
2123 g_node_append
2124 g_node_prepend
2125
2126 <SUBSECTION>
2127 g_node_insert_data
2128 g_node_insert_data_before
2129 g_node_append_data
2130 g_node_prepend_data
2131
2132 <SUBSECTION>
2133 g_node_reverse_children
2134 g_node_traverse
2135 GTraverseFlags
2136 GNodeTraverseFunc
2137 g_node_children_foreach
2138 GNodeForeachFunc
2139
2140 <SUBSECTION>
2141 g_node_get_root
2142 g_node_find
2143 g_node_find_child
2144 g_node_child_index
2145 g_node_child_position
2146 g_node_first_child
2147 g_node_last_child
2148 g_node_nth_child
2149 g_node_first_sibling
2150 g_node_next_sibling
2151 g_node_prev_sibling
2152 g_node_last_sibling
2153
2154 <SUBSECTION>
2155 G_NODE_IS_LEAF
2156 G_NODE_IS_ROOT
2157 g_node_depth
2158 g_node_n_nodes
2159 g_node_n_children
2160 g_node_is_ancestor
2161 g_node_max_height
2162
2163 <SUBSECTION>
2164 g_node_unlink
2165 g_node_destroy
2166
2167 <SUBSECTION>
2168 g_node_push_allocator
2169 g_node_pop_allocator
2170 </SECTION>
2171
2172
2173 <SECTION>
2174 <TITLE>Quarks</TITLE>
2175 <FILE>quarks</FILE>
2176 GQuark
2177 g_quark_from_string
2178 g_quark_from_static_string
2179 g_quark_to_string
2180 g_quark_try_string
2181 g_intern_string
2182 g_intern_static_string
2183 </SECTION>
2184
2185 <SECTION>
2186 <TITLE>Keyed Data Lists</TITLE>
2187 <FILE>datalist</FILE>
2188 GData
2189 g_datalist_init
2190
2191 <SUBSECTION>
2192 g_datalist_id_set_data
2193 g_datalist_id_set_data_full
2194 g_datalist_id_get_data
2195 g_datalist_id_remove_data
2196 g_datalist_id_remove_no_notify
2197
2198 <SUBSECTION>
2199 g_datalist_set_data
2200 g_datalist_set_data_full
2201 g_datalist_get_data
2202 g_datalist_remove_data
2203 g_datalist_remove_no_notify
2204
2205 <SUBSECTION>
2206 g_datalist_foreach
2207 g_datalist_clear
2208 g_datalist_set_flags
2209 g_datalist_unset_flags
2210 g_datalist_get_flags
2211 G_DATALIST_FLAGS_MASK
2212 </SECTION>
2213
2214
2215 <SECTION>
2216 <TITLE>Datasets</TITLE>
2217 <FILE>datasets</FILE>
2218 g_dataset_id_set_data
2219 g_dataset_id_set_data_full
2220 GDestroyNotify
2221 g_dataset_id_get_data
2222 g_dataset_id_remove_data
2223 g_dataset_id_remove_no_notify
2224
2225 <SUBSECTION>
2226 g_dataset_set_data
2227 g_dataset_set_data_full
2228 g_dataset_get_data
2229 g_dataset_remove_data
2230 g_dataset_remove_no_notify
2231
2232 <SUBSECTION>
2233 g_dataset_foreach
2234 GDataForeachFunc
2235 g_dataset_destroy
2236
2237 </SECTION>
2238
2239 <SECTION>
2240 <TITLE>Relations and Tuples</TITLE>
2241 <FILE>relations</FILE>
2242 GRelation
2243 g_relation_new
2244 g_relation_index
2245 g_relation_insert
2246 g_relation_exists
2247 g_relation_count
2248 g_relation_select
2249 g_relation_delete
2250 g_relation_destroy
2251
2252 <SUBSECTION>
2253 g_relation_print
2254
2255 <SUBSECTION>
2256 GTuples
2257 g_tuples_destroy
2258 g_tuples_index
2259 </SECTION>
2260
2261 <SECTION>
2262 <TITLE>Caches</TITLE>
2263 <FILE>caches</FILE>
2264 GCache
2265 g_cache_new
2266 g_cache_insert
2267 g_cache_remove
2268 g_cache_destroy
2269
2270 <SUBSECTION>
2271 g_cache_key_foreach
2272 g_cache_value_foreach
2273
2274 <SUBSECTION>
2275 GCacheDestroyFunc
2276 GCacheDupFunc
2277 GCacheNewFunc
2278 </SECTION>
2279
2280 <SECTION>
2281 <TITLE>Memory Allocators</TITLE>
2282 <FILE>allocators</FILE>
2283 GAllocator
2284 g_allocator_new
2285 g_allocator_free
2286
2287 <SUBSECTION Private>
2288 G_ALLOCATOR_LIST
2289 G_ALLOCATOR_NODE
2290 G_ALLOCATOR_SLIST
2291 </SECTION>
2292
2293 <SECTION>
2294 <TITLE>Random Numbers</TITLE>
2295 <FILE>random_numbers</FILE>
2296 GRand
2297 g_rand_new_with_seed
2298 g_rand_new_with_seed_array
2299 g_rand_new
2300 g_rand_copy
2301 g_rand_free
2302 g_rand_set_seed
2303 g_rand_set_seed_array
2304 g_rand_boolean
2305 g_rand_int
2306 g_rand_int_range
2307 g_rand_double
2308 g_rand_double_range
2309 g_random_set_seed
2310 g_random_boolean
2311 g_random_int
2312 g_random_int_range
2313 g_random_double
2314 g_random_double_range
2315 </SECTION>
2316
2317 <SECTION>
2318 <TITLE>Character Set Conversion</TITLE>
2319 <FILE>conversions</FILE>
2320 g_convert
2321 g_convert_with_fallback
2322 GIConv
2323 g_convert_with_iconv
2324 G_CONVERT_ERROR
2325 g_iconv_open
2326 g_iconv
2327 g_iconv_close
2328 g_locale_to_utf8
2329 g_filename_to_utf8
2330 g_filename_from_utf8
2331 g_filename_from_uri
2332 g_filename_to_uri
2333 g_get_filename_charsets
2334 g_filename_display_name
2335 g_filename_display_basename
2336 g_uri_list_extract_uris
2337 g_locale_from_utf8
2338 GConvertError
2339
2340 <SUBSECTION>
2341 g_get_charset
2342
2343 <SUBSECTION Private>
2344 g_convert_error_quark
2345 </SECTION>
2346
2347 <SECTION>
2348 <TITLE>Unicode Manipulation</TITLE>
2349 <FILE>unicode</FILE>
2350 gunichar
2351 gunichar2
2352
2353 <SUBSECTION>
2354 g_unichar_validate
2355 g_unichar_isalnum
2356 g_unichar_isalpha
2357 g_unichar_iscntrl
2358 g_unichar_isdigit
2359 g_unichar_isgraph
2360 g_unichar_islower
2361 g_unichar_isprint
2362 g_unichar_ispunct
2363 g_unichar_isspace
2364 g_unichar_isupper
2365 g_unichar_isxdigit
2366 g_unichar_istitle
2367 g_unichar_isdefined
2368 g_unichar_iswide
2369 g_unichar_iswide_cjk
2370 g_unichar_iszerowidth
2371 g_unichar_toupper
2372 g_unichar_tolower
2373 g_unichar_totitle
2374 g_unichar_digit_value
2375 g_unichar_xdigit_value
2376 GUnicodeType
2377 g_unichar_type
2378 GUnicodeBreakType
2379 g_unichar_break_type
2380 g_unicode_canonical_ordering
2381 g_unicode_canonical_decomposition
2382 g_unichar_get_mirror_char
2383 GUnicodeScript
2384 g_unichar_get_script
2385
2386 <SUBSECTION>
2387 g_utf8_next_char
2388 g_utf8_get_char
2389 g_utf8_get_char_validated
2390 g_utf8_offset_to_pointer
2391 g_utf8_pointer_to_offset
2392 g_utf8_prev_char
2393 g_utf8_find_next_char
2394 g_utf8_find_prev_char
2395 g_utf8_strlen
2396 g_utf8_strncpy
2397 g_utf8_strchr
2398 g_utf8_strrchr
2399 g_utf8_strreverse
2400 g_utf8_validate
2401
2402 <SUBSECTION>
2403 g_utf8_strup
2404 g_utf8_strdown
2405 g_utf8_casefold
2406 g_utf8_normalize
2407 GNormalizeMode
2408 g_utf8_collate
2409 g_utf8_collate_key
2410 g_utf8_collate_key_for_filename
2411
2412 <SUBSECTION>
2413 g_utf8_to_utf16
2414 g_utf8_to_ucs4
2415 g_utf8_to_ucs4_fast
2416 g_utf16_to_ucs4
2417 g_utf16_to_utf8
2418 g_ucs4_to_utf16
2419 g_ucs4_to_utf8
2420 g_unichar_to_utf8
2421 </SECTION>
2422
2423 <SECTION>
2424 <TITLE>I18N</TITLE>
2425 <FILE>i18n</FILE>
2426 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2427 _
2428 Q_
2429 N_
2430 g_strip_context
2431 <SUBSECTION>
2432 g_get_language_names
2433 </SECTION>
2434
2435 <SECTION>
2436 <TITLE>Base64 Encoding</TITLE>
2437 <FILE>base64</FILE>
2438 g_base64_encode_step
2439 g_base64_encode_close
2440 g_base64_encode
2441 g_base64_decode_step
2442 g_base64_decode
2443 </SECTION>