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