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