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