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