pango 0.90.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +678 -0
- data/README +33 -0
- data/Rakefile +83 -0
- data/ext/pango/Makefile +172 -0
- data/ext/pango/depend +7 -0
- data/ext/pango/extconf.rb +75 -0
- data/ext/pango/pango.def +18 -0
- data/ext/pango/rbpango.c +27 -0
- data/ext/pango/rbpango.h +93 -0
- data/ext/pango/rbpangoanalysis.c +197 -0
- data/ext/pango/rbpangoattribute.c +557 -0
- data/ext/pango/rbpangoattriterator.c +137 -0
- data/ext/pango/rbpangoattrlist.c +104 -0
- data/ext/pango/rbpangocairo.c +229 -0
- data/ext/pango/rbpangocolor.c +121 -0
- data/ext/pango/rbpangocontext.c +341 -0
- data/ext/pango/rbpangocoverage.c +104 -0
- data/ext/pango/rbpangoengine.c +65 -0
- data/ext/pango/rbpangofont.c +123 -0
- data/ext/pango/rbpangofontdescription.c +300 -0
- data/ext/pango/rbpangofontface.c +71 -0
- data/ext/pango/rbpangofontfamily.c +74 -0
- data/ext/pango/rbpangofontmap.c +104 -0
- data/ext/pango/rbpangofontmetrics.c +85 -0
- data/ext/pango/rbpangofontset.c +68 -0
- data/ext/pango/rbpangofontsetsimple.c +53 -0
- data/ext/pango/rbpangoglyphinfo.c +119 -0
- data/ext/pango/rbpangoglyphitem.c +129 -0
- data/ext/pango/rbpangoglyphstring.c +162 -0
- data/ext/pango/rbpangogravity.c +43 -0
- data/ext/pango/rbpangoinits.c +71 -0
- data/ext/pango/rbpangoitem.c +110 -0
- data/ext/pango/rbpangolanguage.c +88 -0
- data/ext/pango/rbpangolayout.c +593 -0
- data/ext/pango/rbpangolayoutiter.c +202 -0
- data/ext/pango/rbpangolayoutline.c +256 -0
- data/ext/pango/rbpangologattr.c +107 -0
- data/ext/pango/rbpangomain.c +213 -0
- data/ext/pango/rbpangomatrix.c +155 -0
- data/ext/pango/rbpangorectangle.c +178 -0
- data/ext/pango/rbpangorenderer.c +204 -0
- data/ext/pango/rbpangoscript.c +80 -0
- data/ext/pango/rbpangoscriptiter.c +91 -0
- data/ext/pango/rbpangotabarray.c +128 -0
- data/ext/pango/rbpangoversion.h +24 -0
- data/extconf.rb +49 -0
- data/lib/1.8/pango.so +0 -0
- data/lib/1.9/pango.so +0 -0
- data/lib/pango.rb +70 -0
- data/sample/attribute.rb +82 -0
- data/sample/break.rb +26 -0
- data/sample/gdk_layout.rb +27 -0
- data/sample/glyphstring.rb +61 -0
- data/sample/item.rb +35 -0
- data/sample/label.rb +23 -0
- data/sample/layout.rb +102 -0
- data/sample/pango_cairo.rb +66 -0
- data/sample/parse.rb +33 -0
- data/sample/sample.txt +10 -0
- data/sample/script.rb +21 -0
- data/test/pango-test-utils.rb +9 -0
- data/test/run-test.rb +28 -0
- data/test/test-attribute.rb +19 -0
- data/test/test-language.rb +7 -0
- data/test/test_layout.rb +20 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/freetype-config +160 -0
- data/vendor/local/bin/freetype6.dll +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +123 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +188 -0
- data/vendor/local/bin/glib-mkenums +511 -0
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/intl.dll +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libexpat-1.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libgcc_s_dw2-1.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/libpng14-14.dll +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/xmlwf.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/fonts.conf +151 -0
- data/vendor/local/etc/fonts/fonts.dtd +224 -0
- data/vendor/local/etc/pango/pango.modules +5 -0
- data/vendor/local/include/autosprintf.h +66 -0
- data/vendor/local/include/cairo/cairo-deprecated.h +123 -0
- data/vendor/local/include/cairo/cairo-features.h +27 -0
- data/vendor/local/include/cairo/cairo-ft.h +82 -0
- data/vendor/local/include/cairo/cairo-gobject.h +186 -0
- data/vendor/local/include/cairo/cairo-pdf.h +94 -0
- data/vendor/local/include/cairo/cairo-ps.h +114 -0
- data/vendor/local/include/cairo/cairo-script-interpreter.h +117 -0
- data/vendor/local/include/cairo/cairo-svg.h +82 -0
- data/vendor/local/include/cairo/cairo-version.h +8 -0
- data/vendor/local/include/cairo/cairo-win32.h +112 -0
- data/vendor/local/include/cairo/cairo.h +2684 -0
- data/vendor/local/include/expat.h +1014 -0
- data/vendor/local/include/expat_external.h +115 -0
- data/vendor/local/include/fontconfig/fcfreetype.h +59 -0
- data/vendor/local/include/fontconfig/fcprivate.h +123 -0
- data/vendor/local/include/fontconfig/fontconfig.h +963 -0
- data/vendor/local/include/freetype2/freetype/config/ftconfig.h +477 -0
- data/vendor/local/include/freetype2/freetype/config/ftheader.h +780 -0
- data/vendor/local/include/freetype2/freetype/config/ftmodule.h +20 -0
- data/vendor/local/include/freetype2/freetype/config/ftoption.h +733 -0
- data/vendor/local/include/freetype2/freetype/config/ftstdlib.h +173 -0
- data/vendor/local/include/freetype2/freetype/freetype.h +3919 -0
- data/vendor/local/include/freetype2/freetype/ftadvanc.h +179 -0
- data/vendor/local/include/freetype2/freetype/ftbbox.h +94 -0
- data/vendor/local/include/freetype2/freetype/ftbdf.h +209 -0
- data/vendor/local/include/freetype2/freetype/ftbitmap.h +227 -0
- data/vendor/local/include/freetype2/freetype/ftcache.h +1125 -0
- data/vendor/local/include/freetype2/freetype/ftchapters.h +103 -0
- data/vendor/local/include/freetype2/freetype/ftcid.h +166 -0
- data/vendor/local/include/freetype2/freetype/fterrdef.h +244 -0
- data/vendor/local/include/freetype2/freetype/fterrors.h +206 -0
- data/vendor/local/include/freetype2/freetype/ftgasp.h +120 -0
- data/vendor/local/include/freetype2/freetype/ftglyph.h +613 -0
- data/vendor/local/include/freetype2/freetype/ftgxval.h +358 -0
- data/vendor/local/include/freetype2/freetype/ftgzip.h +102 -0
- data/vendor/local/include/freetype2/freetype/ftimage.h +1301 -0
- data/vendor/local/include/freetype2/freetype/ftincrem.h +353 -0
- data/vendor/local/include/freetype2/freetype/ftlcdfil.h +213 -0
- data/vendor/local/include/freetype2/freetype/ftlist.h +277 -0
- data/vendor/local/include/freetype2/freetype/ftlzw.h +99 -0
- data/vendor/local/include/freetype2/freetype/ftmac.h +274 -0
- data/vendor/local/include/freetype2/freetype/ftmm.h +378 -0
- data/vendor/local/include/freetype2/freetype/ftmodapi.h +483 -0
- data/vendor/local/include/freetype2/freetype/ftmoderr.h +155 -0
- data/vendor/local/include/freetype2/freetype/ftotval.h +203 -0
- data/vendor/local/include/freetype2/freetype/ftoutln.h +537 -0
- data/vendor/local/include/freetype2/freetype/ftpfr.h +172 -0
- data/vendor/local/include/freetype2/freetype/ftrender.h +230 -0
- data/vendor/local/include/freetype2/freetype/ftsizes.h +159 -0
- data/vendor/local/include/freetype2/freetype/ftsnames.h +200 -0
- data/vendor/local/include/freetype2/freetype/ftstroke.h +716 -0
- data/vendor/local/include/freetype2/freetype/ftsynth.h +80 -0
- data/vendor/local/include/freetype2/freetype/ftsystem.h +347 -0
- data/vendor/local/include/freetype2/freetype/fttrigon.h +350 -0
- data/vendor/local/include/freetype2/freetype/fttypes.h +588 -0
- data/vendor/local/include/freetype2/freetype/ftwinfnt.h +274 -0
- data/vendor/local/include/freetype2/freetype/ftxf86.h +83 -0
- data/vendor/local/include/freetype2/freetype/t1tables.h +504 -0
- data/vendor/local/include/freetype2/freetype/ttnameid.h +1247 -0
- data/vendor/local/include/freetype2/freetype/tttables.h +759 -0
- data/vendor/local/include/freetype2/freetype/tttags.h +107 -0
- data/vendor/local/include/freetype2/freetype/ttunpat.h +59 -0
- data/vendor/local/include/ft2build.h +61 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +237 -0
- data/vendor/local/include/glib-2.0/gio/gasyncinitable.h +119 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +73 -0
- data/vendor/local/include/glib-2.0/gio/gbufferedinputstream.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gbufferedoutputstream.h +82 -0
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +103 -0
- data/vendor/local/include/glib-2.0/gio/gcharsetconverter.h +60 -0
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +57 -0
- data/vendor/local/include/glib-2.0/gio/gconverter.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gconverterinputstream.h +80 -0
- data/vendor/local/include/glib-2.0/gio/gconverteroutputstream.h +80 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +133 -0
- data/vendor/local/include/glib-2.0/gio/gdataoutputstream.h +116 -0
- data/vendor/local/include/glib-2.0/gio/gdrive.h +225 -0
- data/vendor/local/include/glib-2.0/gio/gemblem.h +58 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +62 -0
- data/vendor/local/include/glib-2.0/gio/gfile.h +1017 -0
- data/vendor/local/include/glib-2.0/gio/gfileattribute.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +133 -0
- data/vendor/local/include/glib-2.0/gio/gfileicon.h +56 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +951 -0
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +112 -0
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gfilenamecompleter.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +119 -0
- data/vendor/local/include/glib-2.0/gio/gfilterinputstream.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gfilteroutputstream.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gicon.h +91 -0
- data/vendor/local/include/glib-2.0/gio/ginetaddress.h +103 -0
- data/vendor/local/include/glib-2.0/gio/ginetsocketaddress.h +69 -0
- data/vendor/local/include/glib-2.0/gio/ginitable.h +96 -0
- data/vendor/local/include/glib-2.0/gio/ginputstream.h +172 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +703 -0
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +79 -0
- data/vendor/local/include/glib-2.0/gio/gioerror.h +48 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +132 -0
- data/vendor/local/include/glib-2.0/gio/gioscheduler.h +52 -0
- data/vendor/local/include/glib-2.0/gio/giostream.h +112 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +339 -0
- data/vendor/local/include/glib-2.0/gio/gloadableicon.h +97 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryinputstream.h +82 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +97 -0
- data/vendor/local/include/glib-2.0/gio/gmount.h +242 -0
- data/vendor/local/include/glib-2.0/gio/gmountoperation.h +123 -0
- data/vendor/local/include/glib-2.0/gio/gnativevolumemonitor.h +62 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkservice.h +69 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +207 -0
- data/vendor/local/include/glib-2.0/gio/gresolver.h +167 -0
- data/vendor/local/include/glib-2.0/gio/gseekable.h +99 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +125 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +176 -0
- data/vendor/local/include/glib-2.0/gio/gsocketaddress.h +79 -0
- data/vendor/local/include/glib-2.0/gio/gsocketaddressenumerator.h +89 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +130 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnection.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gsocketcontrolmessage.h +105 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +138 -0
- data/vendor/local/include/glib-2.0/gio/gsocketservice.h +88 -0
- data/vendor/local/include/glib-2.0/gio/gsrvtarget.h +52 -0
- data/vendor/local/include/glib-2.0/gio/gtcpconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gthemedicon.h +63 -0
- data/vendor/local/include/glib-2.0/gio/gthreadedsocketservice.h +81 -0
- data/vendor/local/include/glib-2.0/gio/gvfs.h +125 -0
- data/vendor/local/include/glib-2.0/gio/gvolume.h +211 -0
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gzlibcompressor.h +55 -0
- data/vendor/local/include/glib-2.0/gio/gzlibdecompressor.h +54 -0
- data/vendor/local/include/glib-2.0/glib-object.h +41 -0
- data/vendor/local/include/glib-2.0/glib.h +97 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +63 -0
- data/vendor/local/include/glib-2.0/glib/garray.h +179 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +120 -0
- data/vendor/local/include/glib-2.0/glib/gatomic.h +85 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +68 -0
- data/vendor/local/include/glib-2.0/glib/gbase64.h +57 -0
- data/vendor/local/include/glib-2.0/glib/gbitlock.h +43 -0
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +191 -0
- data/vendor/local/include/glib-2.0/glib/gcache.h +69 -0
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +86 -0
- data/vendor/local/include/glib-2.0/glib/gcompletion.h +77 -0
- data/vendor/local/include/glib-2.0/glib/gconvert.h +138 -0
- data/vendor/local/include/glib-2.0/glib/gdataset.h +122 -0
- data/vendor/local/include/glib-2.0/glib/gdate.h +263 -0
- data/vendor/local/include/glib-2.0/glib/gdir.h +52 -0
- data/vendor/local/include/glib-2.0/glib/gerror.h +98 -0
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +128 -0
- data/vendor/local/include/glib-2.0/glib/ghash.h +166 -0
- data/vendor/local/include/glib-2.0/glib/ghook.h +181 -0
- data/vendor/local/include/glib-2.0/glib/ghostutils.h +40 -0
- data/vendor/local/include/glib-2.0/glib/gi18n-lib.h +38 -0
- data/vendor/local/include/glib-2.0/glib/gi18n.h +34 -0
- data/vendor/local/include/glib-2.0/glib/giochannel.h +366 -0
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +250 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +120 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +277 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +304 -0
- data/vendor/local/include/glib-2.0/glib/gmappedfile.h +49 -0
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +163 -0
- data/vendor/local/include/glib-2.0/glib/gmem.h +203 -0
- data/vendor/local/include/glib-2.0/glib/gmessages.h +343 -0
- data/vendor/local/include/glib-2.0/glib/gnode.h +288 -0
- data/vendor/local/include/glib-2.0/glib/goption.h +370 -0
- data/vendor/local/include/glib-2.0/glib/gpattern.h +49 -0
- data/vendor/local/include/glib-2.0/glib/gpoll.h +93 -0
- data/vendor/local/include/glib-2.0/glib/gprimes.h +51 -0
- data/vendor/local/include/glib-2.0/glib/gprintf.h +52 -0
- data/vendor/local/include/glib-2.0/glib/gqsort.h +46 -0
- data/vendor/local/include/glib-2.0/glib/gquark.h +52 -0
- data/vendor/local/include/glib-2.0/glib/gqueue.h +127 -0
- data/vendor/local/include/glib-2.0/glib/grand.h +85 -0
- data/vendor/local/include/glib-2.0/glib/gregex.h +243 -0
- data/vendor/local/include/glib-2.0/glib/grel.h +97 -0
- data/vendor/local/include/glib-2.0/glib/gscanner.h +278 -0
- data/vendor/local/include/glib-2.0/glib/gsequence.h +128 -0
- data/vendor/local/include/glib-2.0/glib/gshell.h +55 -0
- data/vendor/local/include/glib-2.0/glib/gslice.h +86 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +114 -0
- data/vendor/local/include/glib-2.0/glib/gspawn.h +139 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +159 -0
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +267 -0
- data/vendor/local/include/glib-2.0/glib/gstring.h +178 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +292 -0
- data/vendor/local/include/glib-2.0/glib/gthread.h +408 -0
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +114 -0
- data/vendor/local/include/glib-2.0/glib/gtimer.h +65 -0
- data/vendor/local/include/glib-2.0/glib/gtree.h +91 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +451 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +404 -0
- data/vendor/local/include/glib-2.0/glib/gurifuncs.h +81 -0
- data/vendor/local/include/glib-2.0/glib/gutils.h +490 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +224 -0
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +305 -0
- data/vendor/local/include/glib-2.0/glib/gwin32.h +114 -0
- data/vendor/local/include/glib-2.0/gmodule.h +101 -0
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +236 -0
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +251 -0
- data/vendor/local/include/glib-2.0/gobject/genums.h +261 -0
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +169 -0
- data/vendor/local/include/glib-2.0/gobject/gobject.h +562 -0
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +166 -0
- data/vendor/local/include/glib-2.0/gobject/gparam.h +410 -0
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +1083 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +509 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +51 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +1608 -0
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +263 -0
- data/vendor/local/include/glib-2.0/gobject/gtypeplugin.h +134 -0
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +159 -0
- data/vendor/local/include/glib-2.0/gobject/gvaluearray.h +77 -0
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +222 -0
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +243 -0
- data/vendor/local/include/libintl.h +464 -0
- data/vendor/local/include/libpng14/png.h +2701 -0
- data/vendor/local/include/libpng14/pngconf.h +1525 -0
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +280 -0
- data/vendor/local/include/pango-1.0/pango/pango-bidi-type.h +135 -0
- data/vendor/local/include/pango-1.0/pango/pango-break.h +120 -0
- data/vendor/local/include/pango-1.0/pango/pango-context.h +111 -0
- data/vendor/local/include/pango-1.0/pango/pango-coverage.h +58 -0
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +381 -0
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +60 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pango-font.h +386 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontmap.h +96 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontset.h +127 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +94 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +135 -0
- data/vendor/local/include/pango-1.0/pango/pango-gravity.h +114 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +72 -0
- data/vendor/local/include/pango-1.0/pango/pango-language.h +56 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +291 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +117 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +60 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +197 -0
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +260 -0
- data/vendor/local/include/pango-1.0/pango/pango-script.h +144 -0
- data/vendor/local/include/pango-1.0/pango/pango-tabs.h +76 -0
- data/vendor/local/include/pango-1.0/pango/pango-types.h +100 -0
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +143 -0
- data/vendor/local/include/pango-1.0/pango/pango.h +48 -0
- data/vendor/local/include/pango-1.0/pango/pangocairo.h +154 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-decoder.h +110 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +151 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +270 -0
- data/vendor/local/include/pango-1.0/pango/pangoft2.h +112 -0
- data/vendor/local/include/pango-1.0/pango/pangowin32.h +120 -0
- data/vendor/local/include/png.h +2701 -0
- data/vendor/local/include/pngconf.h +1525 -0
- data/vendor/local/include/zconf.h +461 -0
- data/vendor/local/include/zlib.h +1589 -0
- data/vendor/local/lib/GNU.Gettext.dll +0 -0
- data/vendor/local/lib/cairo.def +322 -0
- data/vendor/local/lib/cairo.lib +0 -0
- data/vendor/local/lib/expat.lib +0 -0
- data/vendor/local/lib/fontconfig.def +195 -0
- data/vendor/local/lib/fontconfig.lib +0 -0
- data/vendor/local/lib/freetype.def +186 -0
- data/vendor/local/lib/freetype.lib +0 -0
- data/vendor/local/lib/gio-2.0.def +800 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +1381 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +284 -0
- data/vendor/local/lib/gmodule-2.0.def +11 -0
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +349 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.def +3 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/intl.lib +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libexpat.def +73 -0
- data/vendor/local/lib/libexpat.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libintl.def +31 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpng.def +192 -0
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng14.dll.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pango-1.0.def +395 -0
- data/vendor/local/lib/pango-1.0.lib +0 -0
- data/vendor/local/lib/pangocairo-1.0.def +34 -0
- data/vendor/local/lib/pangocairo-1.0.lib +0 -0
- data/vendor/local/lib/pangoft2-1.0.def +85 -0
- data/vendor/local/lib/pangoft2-1.0.lib +0 -0
- data/vendor/local/lib/pangowin32-1.0.def +30 -0
- data/vendor/local/lib/pangowin32-1.0.lib +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-png.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +12 -0
- data/vendor/local/lib/pkgconfig/cairo.pc +13 -0
- data/vendor/local/lib/pkgconfig/fontconfig.pc +11 -0
- data/vendor/local/lib/pkgconfig/freetype2.pc +12 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +15 -0
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +11 -0
- data/vendor/local/lib/pkgconfig/libpng.pc +11 -0
- data/vendor/local/lib/pkgconfig/libpng14.pc +11 -0
- data/vendor/local/lib/pkgconfig/pango.pc +13 -0
- data/vendor/local/lib/pkgconfig/pangocairo.pc +11 -0
- data/vendor/local/lib/pkgconfig/pangoft2.pc +11 -0
- data/vendor/local/lib/pkgconfig/pangowin32.pc +11 -0
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +67 -0
- data/vendor/local/man/man1/xmlwf.1 +251 -0
- data/vendor/local/manifest/cairo-dev_1.10.0-1_win32.mft +83 -0
- data/vendor/local/manifest/cairo_1.10.0-1_win32.mft +5 -0
- data/vendor/local/manifest/expat-dev_2.0.1-1_win32.mft +10 -0
- data/vendor/local/manifest/expat_2.0.1-1_win32.mft +2 -0
- data/vendor/local/manifest/fontconfig-dev_2.8.0-2_win32.mft +387 -0
- data/vendor/local/manifest/fontconfig_2.8.0-2_win32.mft +3 -0
- data/vendor/local/manifest/freetype-dev_2.4.2-1_win32.mft +56 -0
- data/vendor/local/manifest/freetype_2.4.2-1_win32.mft +2 -0
- data/vendor/local/manifest/gettext-runtime-dev_0.18.1.1-2_win32.mft +81 -0
- data/vendor/local/manifest/gettext-runtime_0.18.1.1-2_win32.mft +3 -0
- data/vendor/local/manifest/glib-dev_2.24.2-2_win32.mft +491 -0
- data/vendor/local/manifest/glib_2.24.2-2_win32.mft +101 -0
- data/vendor/local/manifest/libpng-dev_1.4.3-1_win32.mft +15 -0
- data/vendor/local/manifest/libpng_1.4.3-1_win32.mft +2 -0
- data/vendor/local/manifest/pango-dev_1.28.1-2_win32.mft +116 -0
- data/vendor/local/manifest/pango_1.28.1-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- data/vendor/local/share/aclocal/freetype2.m4 +194 -0
- data/vendor/local/share/aclocal/glib-2.0.m4 +211 -0
- data/vendor/local/share/aclocal/glib-gettext.m4 +432 -0
- data/vendor/local/share/doc/cairo_1.10.0-1_win32/COPYING +33 -0
- data/vendor/local/share/doc/cairo_1.10.0-1_win32/COPYING-LGPL-2.1 +510 -0
- data/vendor/local/share/doc/cairo_1.10.0-1_win32/COPYING-MPL-1.1 +470 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.pdf +42484 -4
- data/vendor/local/share/doc/fontconfig/fontconfig-devel.txt +5046 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiccreate.html +224 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdeletenew.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicdestroy.html +210 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomiclock.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicnewfile.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicorigfile.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicreplaceorig.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcatomicunlock.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksadd.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblankscreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksdestroy.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcblanksismember.html +211 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachecopyset.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachedir.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumfont.html +211 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachenumsubdir.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccachesubdir.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetaddchar.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcopy.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcount.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcoverage.html +249 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetcreate.html +220 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetdestroy.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetequal.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetfirstpage.html +238 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsethaschar.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersect.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetintersectcount.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetissubset.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetmerge.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnew.html +208 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetnextpage.html +243 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtract.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetsubtractcount.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fccharsetunion.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontadddir.html +229 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontaddfile.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigappfontclear.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigbuildfonts.html +224 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigdestroy.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigenablehome.html +230 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigfilename.html +237 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetblanks.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcache.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcachedirs.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigdirs.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetconfigfiles.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetcurrent.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfontdirs.html +229 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetfonts.html +234 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiggetrescaninterval.html +230 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfighome.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigparseandload.html +220 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigreference.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetcurrent.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsetrescaninterval.html +229 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitute.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfigsubstitutewithpat.html +251 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcconfiguptodate.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdefaultsubstitute.html +234 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheload.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheloadfile.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheread.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunlink.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircacheunload.html +211 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdircachevalid.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirsave.html +245 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcdirscan.html +266 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfileisdir.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfilescan.html +276 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfini.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontlist.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontmatch.html +262 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontrenderprepare.html +259 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetadd.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetdestroy.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetlist.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetmatch.html +273 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetprint.html +224 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsort.html +303 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsetsortdestroy.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfontsort.html +289 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharindex.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharset.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypecharsetandspacing.html +241 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequery.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcfreetypequeryface.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetlangs.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcgetversion.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinit.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitbringuptodate.html +208 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfig.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitloadconfigandfonts.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcinitreinitialize.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcislower.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcisupper.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclanggetcharset.html +205 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetadd.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcompare.html +239 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcontains.html +259 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcopy.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetcreate.html +219 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetdestroy.html +220 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetequal.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsetgetlangs.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethash.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fclangsethaslang.html +255 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixcopy.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixequal.html +236 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixinit.html +225 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixmultiply.html +246 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixrotate.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixscale.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcmatrixshear.html +250 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameconstant.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetconstant.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnamegetobjecttype.html +210 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameparse.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterconstants.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameregisterobjecttypes.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunparse.html +218 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterconstants.html +228 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcnameunregisterobjecttypes.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetadd.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetbuild.html +262 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcobjectsetdestroy.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd-type.html +404 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternadd.html +240 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternaddweak.html +242 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternbuild.html +313 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterncreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndel.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatterndestroy.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternduplicate.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequal.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternequalsubset.html +242 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternfilter.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternformat.html +602 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget-type.html +435 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternget.html +249 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternhash.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternprint.html +218 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternreference.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcpatternremove.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrbasename.html +212 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmp.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcmpignorecase.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopy.html +226 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrcopyfilename.html +234 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdirname.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrdowncase.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrfree.html +217 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistcreate.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistdone.html +210 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrlistnext.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrplus.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetadd.html +231 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetaddfilename.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetcreate.html +216 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdel.html +237 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetdestroy.html +221 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetequal.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrsetmember.html +232 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstr.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcstrstrignorecase.html +244 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fctolower.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcucs4toutf8.html +233 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16len.html +278 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf16toucs4.html +265 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8len.html +261 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcutf8toucs4.html +249 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluedestroy.html +222 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueequal.html +212 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvalueprint.html +223 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/fcvaluesave.html +227 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/ln12.html +128 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/t1.html +133 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x102.html +1463 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x19.html +264 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-devel/x31.html +590 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.html +1352 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.pdf +0 -0
- data/vendor/local/share/doc/fontconfig/fontconfig-user.txt +644 -0
- data/vendor/local/share/doc/gettext/bind_textdomain_codeset.3.html +165 -0
- data/vendor/local/share/doc/gettext/bindtextdomain.3.html +160 -0
- data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext.html +8 -0
- data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html +305 -0
- data/vendor/local/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html +356 -0
- data/vendor/local/share/doc/gettext/csharpdoc/begin.html +11 -0
- data/vendor/local/share/doc/gettext/csharpdoc/index.html +10 -0
- data/vendor/local/share/doc/gettext/csharpdoc/namespaces.html +6 -0
- data/vendor/local/share/doc/gettext/envsubst.1.html +213 -0
- data/vendor/local/share/doc/gettext/gettext.1.html +266 -0
- data/vendor/local/share/doc/gettext/gettext.3.html +186 -0
- data/vendor/local/share/doc/gettext/ngettext.1.html +280 -0
- data/vendor/local/share/doc/gettext/ngettext.3.html +143 -0
- data/vendor/local/share/doc/gettext/textdomain.3.html +150 -0
- data/vendor/local/share/doc/glib-2.24.2/COPYING +482 -0
- data/vendor/local/share/doc/glib-dev-2.24.2/COPYING +482 -0
- data/vendor/local/share/doc/libasprintf/autosprintf_all.html +174 -0
- data/vendor/local/share/doc/pango-1.28.1/COPYING +482 -0
- data/vendor/local/share/doc/pango-dev-1.28.1/COPYING +482 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +252 -0
- data/vendor/local/share/glib-2.0/gdb/gobject.py +305 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +111 -0
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +277 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-errors.html +122 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-fonts.html +53 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-memory.html +123 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-overloading.html +121 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-path.html +117 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-patterns.html +62 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-return-values.html +120 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-streams.html +92 -0
- data/vendor/local/share/gtk-doc/html/cairo/bindings-surfaces.html +93 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +373 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +330 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +478 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +344 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +320 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +1291 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +622 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-(CGFont)-Fonts.html +134 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Quartz-Surfaces.html +210 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +834 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +318 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Transformations.html +410 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Types.html +169 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +715 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Version-Information.html +410 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +335 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +291 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +470 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +595 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +384 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +644 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-matrix-t.html +574 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +1457 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +1076 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +1396 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +2743 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-drawing.html +50 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-fonts.html +53 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-support.html +44 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-surfaces.html +62 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +1175 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp +473 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +641 -0
- data/vendor/local/share/gtk-doc/html/cairo/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +147 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +164 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +134 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +82 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +108 -0
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +956 -0
- data/vendor/local/share/gtk-doc/html/cairo/index.html +141 -0
- data/vendor/local/share/gtk-doc/html/cairo/index.sgml +708 -0
- data/vendor/local/share/gtk-doc/html/cairo/language-bindings.html +73 -0
- data/vendor/local/share/gtk-doc/html/cairo/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/style.css +265 -0
- data/vendor/local/share/gtk-doc/html/cairo/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +1390 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +531 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +343 -0
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +568 -0
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +295 -0
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +620 -0
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +245 -0
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +388 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +993 -0
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +544 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +1416 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +272 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +206 -0
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +7450 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +115 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +520 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +155 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +3116 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +262 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +353 -0
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +217 -0
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +182 -0
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +183 -0
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +261 -0
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +479 -0
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +331 -0
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +717 -0
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +195 -0
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +388 -0
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +808 -0
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +301 -0
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +185 -0
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +362 -0
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +1465 -0
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +848 -0
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +263 -0
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +248 -0
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +1006 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +787 -0
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +350 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +979 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +2152 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +297 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +930 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +548 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +274 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +741 -0
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +258 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +377 -0
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +197 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +381 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +280 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +237 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +237 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +306 -0
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +274 -0
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1028 -0
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +709 -0
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +180 -0
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +128 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +153 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +155 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +1088 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +206 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +97 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +4499 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +171 -0
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +45 -0
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +80 -0
- data/vendor/local/share/gtk-doc/html/gio/ch19.html +75 -0
- data/vendor/local/share/gtk-doc/html/gio/ch20.html +217 -0
- data/vendor/local/share/gtk-doc/html/gio/ch20s02.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/ch20s03.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +44 -0
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/extending.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +38 -0
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +465 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +381 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +163 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +163 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +927 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +328 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +297 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GSrvTarget.html +313 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +918 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +107 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +1235 -0
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +1384 -0
- data/vendor/local/share/gtk-doc/html/gio/gvfs-overview.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +47 -0
- data/vendor/local/share/gtk-doc/html/gio/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/icons.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/index.html +318 -0
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +1795 -0
- data/vendor/local/share/gtk-doc/html/gio/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +42 -0
- data/vendor/local/share/gtk-doc/html/gio/networking.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +293 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +47 -0
- data/vendor/local/share/gtk-doc/html/gio/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +92 -0
- data/vendor/local/share/gtk-doc/html/gio/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/gio/types.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/utils.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +47 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +180 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +312 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +563 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +362 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +102 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +124 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +83 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +194 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +419 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +389 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +413 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +158 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +340 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +7835 -0
- data/vendor/local/share/gtk-doc/html/glib/file-name-encodings.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +893 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +818 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +413 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +430 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +802 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +372 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +500 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +2054 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +560 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1686 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +398 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +1187 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +1665 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +460 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +528 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +2042 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +1278 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +1406 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +548 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +1023 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +1810 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +3798 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +1815 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +295 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +1512 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1367 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +229 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +629 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +2196 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2556 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +612 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1451 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +389 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +1029 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +141 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +706 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +510 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +703 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +1045 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +1523 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1466 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +204 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +2648 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +752 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +269 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +578 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +483 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +1353 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +238 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +1283 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +1212 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +924 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +466 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +301 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2947 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1290 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +1719 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +3379 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +606 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +3411 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +245 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +188 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +263 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +314 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +3356 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +150 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +438 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +476 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +438 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +159 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +118 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +64 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +160 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +120 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +59 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +93 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2395 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +121 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +302 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +2084 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +2556 -0
- data/vendor/local/share/gtk-doc/html/glib/glib.html +80 -0
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +72 -0
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +131 -0
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1171 -0
- data/vendor/local/share/gtk-doc/html/glib/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +336 -0
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +2717 -0
- data/vendor/local/share/gtk-doc/html/glib/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/mainloop-states.gif +0 -0
- data/vendor/local/share/gtk-doc/html/glib/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/glib/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/glib/tools.html +41 -0
- data/vendor/local/share/gtk-doc/html/glib/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +710 -0
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +453 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +85 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +55 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +51 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +46 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +46 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +72 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +178 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +42 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +42 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +50 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +2577 -0
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +136 -0
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +113 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +293 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +263 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +92 -0
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +214 -0
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +355 -0
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +295 -0
- data/vendor/local/share/gtk-doc/html/gobject/glue.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +406 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2355 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +847 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1423 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +776 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +2741 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +5242 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +2609 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +4227 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +413 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +230 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +234 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +270 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +117 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +723 -0
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +757 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +143 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +287 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +316 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +76 -0
- data/vendor/local/share/gtk-doc/html/gobject/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +100 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +86 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +113 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +122 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +257 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +283 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +125 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +167 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +160 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +121 -0
- data/vendor/local/share/gtk-doc/html/gobject/index.html +187 -0
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +734 -0
- data/vendor/local/share/gtk-doc/html/gobject/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +72 -0
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +80 -0
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +66 -0
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +55 -0
- data/vendor/local/share/gtk-doc/html/gobject/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +82 -0
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +377 -0
- data/vendor/local/share/gtk-doc/html/gobject/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +35 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +40 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +63 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +55 -0
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +43 -0
- data/vendor/local/share/gtk-doc/html/gobject/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +201 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +227 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +220 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +402 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +779 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +310 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +1002 -0
- data/vendor/local/share/gtk-doc/html/pango/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.10.html +102 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.12.html +62 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.14.html +68 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.16.html +136 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.18.html +114 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.2.html +94 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.20.html +80 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.22.html +92 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.24.html +80 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.26.html +60 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.28.html +55 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.4.html +132 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.6.html +112 -0
- data/vendor/local/share/gtk-doc/html/pango/index-1.8.html +120 -0
- data/vendor/local/share/gtk-doc/html/pango/index-all.html +1537 -0
- data/vendor/local/share/gtk-doc/html/pango/index-deprecated.html +158 -0
- data/vendor/local/share/gtk-doc/html/pango/index.html +165 -0
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +1089 -0
- data/vendor/local/share/gtk-doc/html/pango/layout.gif +0 -0
- data/vendor/local/share/gtk-doc/html/pango/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +89 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html +138 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +441 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +1198 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +385 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +305 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +3075 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +788 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +2100 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +2977 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +715 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +278 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +1729 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +1135 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +453 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +2440 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +1534 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +297 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +431 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +800 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html +1096 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +1031 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +78 -0
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +92 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp +799 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +993 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +84 -0
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +71 -0
- data/vendor/local/share/gtk-doc/html/pango/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/rotated-text.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/style.css +257 -0
- data/vendor/local/share/gtk-doc/html/pango/tools.html +54 -0
- data/vendor/local/share/gtk-doc/html/pango/up.png +0 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/locale.alias +77 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/envsubst.1 +54 -0
- data/vendor/local/share/man/man1/fc-cache.1 +70 -0
- data/vendor/local/share/man/man1/fc-cat.1 +44 -0
- data/vendor/local/share/man/man1/fc-list.1 +72 -0
- data/vendor/local/share/man/man1/fc-match.1 +73 -0
- data/vendor/local/share/man/man1/fc-query.1 +57 -0
- data/vendor/local/share/man/man1/fc-scan.1 +52 -0
- data/vendor/local/share/man/man1/gettext.1 +69 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +307 -0
- data/vendor/local/share/man/man1/glib-mkenums.1 +234 -0
- data/vendor/local/share/man/man1/gobject-query.1 +83 -0
- data/vendor/local/share/man/man1/ngettext.1 +68 -0
- data/vendor/local/share/man/man1/pango-querymodules.1 +47 -0
- data/vendor/local/share/man/man1/pango-view.1 +118 -0
- data/vendor/local/share/man/man3/FcAtomicCreate.3 +19 -0
- data/vendor/local/share/man/man3/FcAtomicDeleteNew.3 +16 -0
- data/vendor/local/share/man/man3/FcAtomicDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcAtomicLock.3 +18 -0
- data/vendor/local/share/man/man3/FcAtomicNewFile.3 +17 -0
- data/vendor/local/share/man/man3/FcAtomicOrigFile.3 +16 -0
- data/vendor/local/share/man/man3/FcAtomicReplaceOrig.3 +18 -0
- data/vendor/local/share/man/man3/FcAtomicUnlock.3 +16 -0
- data/vendor/local/share/man/man3/FcBlanksAdd.3 +18 -0
- data/vendor/local/share/man/man3/FcBlanksCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcBlanksDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcBlanksIsMember.3 +18 -0
- data/vendor/local/share/man/man3/FcCacheCopySet.3 +18 -0
- data/vendor/local/share/man/man3/FcCacheDir.3 +16 -0
- data/vendor/local/share/man/man3/FcCacheNumFont.3 +17 -0
- data/vendor/local/share/man/man3/FcCacheNumSubdir.3 +16 -0
- data/vendor/local/share/man/man3/FcCacheSubdir.3 +20 -0
- data/vendor/local/share/man/man3/FcCharSetAddChar.3 +19 -0
- data/vendor/local/share/man/man3/FcCharSetCopy.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetCount.3 +16 -0
- data/vendor/local/share/man/man3/FcCharSetCoverage.3 +23 -0
- data/vendor/local/share/man/man3/FcCharSetCreate.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetDestroy.3 +18 -0
- data/vendor/local/share/man/man3/FcCharSetEqual.3 +18 -0
- data/vendor/local/share/man/man3/FcCharSetFirstPage.3 +20 -0
- data/vendor/local/share/man/man3/FcCharSetHasChar.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetIntersect.3 +18 -0
- data/vendor/local/share/man/man3/FcCharSetIntersectCount.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetIsSubset.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetMerge.3 +23 -0
- data/vendor/local/share/man/man3/FcCharSetNew.3 +16 -0
- data/vendor/local/share/man/man3/FcCharSetNextPage.3 +20 -0
- data/vendor/local/share/man/man3/FcCharSetSubtract.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetSubtractCount.3 +17 -0
- data/vendor/local/share/man/man3/FcCharSetUnion.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigAppFontAddDir.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigAppFontAddFile.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigAppFontClear.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigBuildFonts.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcConfigDestroy.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigEnableHome.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigFilename.3 +26 -0
- data/vendor/local/share/man/man3/FcConfigGetBlanks.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigGetCache.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigGetCacheDirs.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigGetConfigDirs.3 +18 -0
- data/vendor/local/share/man/man3/FcConfigGetConfigFiles.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigGetCurrent.3 +16 -0
- data/vendor/local/share/man/man3/FcConfigGetFontDirs.3 +19 -0
- data/vendor/local/share/man/man3/FcConfigGetFonts.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigGetRescanInterval.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigHome.3 +18 -0
- data/vendor/local/share/man/man3/FcConfigParseAndLoad.3 +23 -0
- data/vendor/local/share/man/man3/FcConfigReference.3 +21 -0
- data/vendor/local/share/man/man3/FcConfigSetCurrent.3 +17 -0
- data/vendor/local/share/man/man3/FcConfigSetRescanInterval.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigSubstitute.3 +20 -0
- data/vendor/local/share/man/man3/FcConfigSubstituteWithPat.3 +24 -0
- data/vendor/local/share/man/man3/FcConfigUptoDate.3 +18 -0
- data/vendor/local/share/man/man3/FcDefaultSubstitute.3 +27 -0
- data/vendor/local/share/man/man3/FcDirCacheLoad.3 +21 -0
- data/vendor/local/share/man/man3/FcDirCacheLoadFile.3 +19 -0
- data/vendor/local/share/man/man3/FcDirCacheRead.3 +21 -0
- data/vendor/local/share/man/man3/FcDirCacheUnlink.3 +20 -0
- data/vendor/local/share/man/man3/FcDirCacheUnload.3 +17 -0
- data/vendor/local/share/man/man3/FcDirCacheValid.3 +17 -0
- data/vendor/local/share/man/man3/FcDirSave.3 +22 -0
- data/vendor/local/share/man/man3/FcDirScan.3 +26 -0
- data/vendor/local/share/man/man3/FcFileIsDir.3 +17 -0
- data/vendor/local/share/man/man3/FcFileScan.3 +31 -0
- data/vendor/local/share/man/man3/FcFini.3 +19 -0
- data/vendor/local/share/man/man3/FcFontList.3 +21 -0
- data/vendor/local/share/man/man3/FcFontMatch.3 +25 -0
- data/vendor/local/share/man/man3/FcFontRenderPrepare.3 +21 -0
- data/vendor/local/share/man/man3/FcFontSetAdd.3 +19 -0
- data/vendor/local/share/man/man3/FcFontSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcFontSetDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcFontSetList.3 +25 -0
- data/vendor/local/share/man/man3/FcFontSetMatch.3 +28 -0
- data/vendor/local/share/man/man3/FcFontSetPrint.3 +19 -0
- data/vendor/local/share/man/man3/FcFontSetSort.3 +39 -0
- data/vendor/local/share/man/man3/FcFontSetSortDestroy.3 +19 -0
- data/vendor/local/share/man/man3/FcFontSort.3 +33 -0
- data/vendor/local/share/man/man3/FcFreeTypeCharIndex.3 +22 -0
- data/vendor/local/share/man/man3/FcFreeTypeCharSet.3 +21 -0
- data/vendor/local/share/man/man3/FcFreeTypeCharSetAndSpacing.3 +28 -0
- data/vendor/local/share/man/man3/FcFreeTypeQuery.3 +21 -0
- data/vendor/local/share/man/man3/FcFreeTypeQueryFace.3 +21 -0
- data/vendor/local/share/man/man3/FcGetLangs.3 +16 -0
- data/vendor/local/share/man/man3/FcGetVersion.3 +16 -0
- data/vendor/local/share/man/man3/FcInit.3 +19 -0
- data/vendor/local/share/man/man3/FcInitBringUptoDate.3 +19 -0
- data/vendor/local/share/man/man3/FcInitLoadConfig.3 +17 -0
- data/vendor/local/share/man/man3/FcInitLoadConfigAndFonts.3 +17 -0
- data/vendor/local/share/man/man3/FcInitReinitialize.3 +19 -0
- data/vendor/local/share/man/man3/FcIsLower.3 +17 -0
- data/vendor/local/share/man/man3/FcIsUpper.3 +17 -0
- data/vendor/local/share/man/man3/FcLangGetCharSet.3 +16 -0
- data/vendor/local/share/man/man3/FcLangSetAdd.3 +20 -0
- data/vendor/local/share/man/man3/FcLangSetCompare.3 +22 -0
- data/vendor/local/share/man/man3/FcLangSetContains.3 +22 -0
- data/vendor/local/share/man/man3/FcLangSetCopy.3 +17 -0
- data/vendor/local/share/man/man3/FcLangSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcLangSetDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcLangSetEqual.3 +18 -0
- data/vendor/local/share/man/man3/FcLangSetGetLangs.3 +16 -0
- data/vendor/local/share/man/man3/FcLangSetHasLang.3 +23 -0
- data/vendor/local/share/man/man3/FcLangSetHash.3 +20 -0
- data/vendor/local/share/man/man3/FcMatrixCopy.3 +17 -0
- data/vendor/local/share/man/man3/FcMatrixEqual.3 +19 -0
- data/vendor/local/share/man/man3/FcMatrixInit.3 +17 -0
- data/vendor/local/share/man/man3/FcMatrixMultiply.3 +20 -0
- data/vendor/local/share/man/man3/FcMatrixRotate.3 +27 -0
- data/vendor/local/share/man/man3/FcMatrixScale.3 +27 -0
- data/vendor/local/share/man/man3/FcMatrixShear.3 +27 -0
- data/vendor/local/share/man/man3/FcNameConstant.3 +18 -0
- data/vendor/local/share/man/man3/FcNameGetConstant.3 +16 -0
- data/vendor/local/share/man/man3/FcNameGetObjectType.3 +16 -0
- data/vendor/local/share/man/man3/FcNameParse.3 +16 -0
- data/vendor/local/share/man/man3/FcNameRegisterConstants.3 +19 -0
- data/vendor/local/share/man/man3/FcNameRegisterObjectTypes.3 +19 -0
- data/vendor/local/share/man/man3/FcNameUnparse.3 +18 -0
- data/vendor/local/share/man/man3/FcNameUnregisterConstants.3 +19 -0
- data/vendor/local/share/man/man3/FcNameUnregisterObjectTypes.3 +17 -0
- data/vendor/local/share/man/man3/FcObjectSetAdd.3 +18 -0
- data/vendor/local/share/man/man3/FcObjectSetBuild.3 +26 -0
- data/vendor/local/share/man/man3/FcObjectSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcObjectSetDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcPatternAdd-Type.3 +49 -0
- data/vendor/local/share/man/man3/FcPatternAdd.3 +23 -0
- data/vendor/local/share/man/man3/FcPatternAddWeak.3 +20 -0
- data/vendor/local/share/man/man3/FcPatternBuild.3 +50 -0
- data/vendor/local/share/man/man3/FcPatternCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcPatternDel.3 +18 -0
- data/vendor/local/share/man/man3/FcPatternDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternDuplicate.3 +18 -0
- data/vendor/local/share/man/man3/FcPatternEqual.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternEqualSubset.3 +19 -0
- data/vendor/local/share/man/man3/FcPatternFilter.3 +20 -0
- data/vendor/local/share/man/man3/FcPatternFormat.3 +205 -0
- data/vendor/local/share/man/man3/FcPatternGet-Type.3 +56 -0
- data/vendor/local/share/man/man3/FcPatternGet.3 +22 -0
- data/vendor/local/share/man/man3/FcPatternHash.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternPrint.3 +18 -0
- data/vendor/local/share/man/man3/FcPatternReference.3 +17 -0
- data/vendor/local/share/man/man3/FcPatternRemove.3 +19 -0
- data/vendor/local/share/man/man3/FcStrBasename.3 +18 -0
- data/vendor/local/share/man/man3/FcStrCmp.3 +18 -0
- data/vendor/local/share/man/man3/FcStrCmpIgnoreCase.3 +19 -0
- data/vendor/local/share/man/man3/FcStrCopy.3 +18 -0
- data/vendor/local/share/man/man3/FcStrCopyFilename.3 +23 -0
- data/vendor/local/share/man/man3/FcStrDirname.3 +18 -0
- data/vendor/local/share/man/man3/FcStrDowncase.3 +17 -0
- data/vendor/local/share/man/man3/FcStrFree.3 +17 -0
- data/vendor/local/share/man/man3/FcStrListCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcStrListDone.3 +16 -0
- data/vendor/local/share/man/man3/FcStrListNext.3 +16 -0
- data/vendor/local/share/man/man3/FcStrPlus.3 +19 -0
- data/vendor/local/share/man/man3/FcStrSetAdd.3 +17 -0
- data/vendor/local/share/man/man3/FcStrSetAddFilename.3 +19 -0
- data/vendor/local/share/man/man3/FcStrSetCreate.3 +16 -0
- data/vendor/local/share/man/man3/FcStrSetDel.3 +18 -0
- data/vendor/local/share/man/man3/FcStrSetDestroy.3 +16 -0
- data/vendor/local/share/man/man3/FcStrSetEqual.3 +19 -0
- data/vendor/local/share/man/man3/FcStrSetMember.3 +18 -0
- data/vendor/local/share/man/man3/FcStrStr.3 +20 -0
- data/vendor/local/share/man/man3/FcStrStrIgnoreCase.3 +20 -0
- data/vendor/local/share/man/man3/FcToLower.3 +17 -0
- data/vendor/local/share/man/man3/FcUcs4ToUtf8.3 +19 -0
- data/vendor/local/share/man/man3/FcUtf16Len.3 +27 -0
- data/vendor/local/share/man/man3/FcUtf16ToUcs4.3 +23 -0
- data/vendor/local/share/man/man3/FcUtf8Len.3 +24 -0
- data/vendor/local/share/man/man3/FcUtf8ToUcs4.3 +21 -0
- data/vendor/local/share/man/man3/FcValueDestroy.3 +17 -0
- data/vendor/local/share/man/man3/FcValueEqual.3 +19 -0
- data/vendor/local/share/man/man3/FcValuePrint.3 +18 -0
- data/vendor/local/share/man/man3/FcValueSave.3 +17 -0
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +72 -0
- data/vendor/local/share/man/man3/bindtextdomain.3 +69 -0
- data/vendor/local/share/man/man3/dcgettext.3 +1 -0
- data/vendor/local/share/man/man3/dcngettext.3 +1 -0
- data/vendor/local/share/man/man3/dgettext.3 +1 -0
- data/vendor/local/share/man/man3/dngettext.3 +1 -0
- data/vendor/local/share/man/man3/gettext.3 +99 -0
- data/vendor/local/share/man/man3/libpng.3 +4455 -0
- data/vendor/local/share/man/man3/libpngpf.3 +808 -0
- data/vendor/local/share/man/man3/ngettext.3 +60 -0
- data/vendor/local/share/man/man3/textdomain.3 +57 -0
- data/vendor/local/share/man/man5/fonts-conf.5 +644 -0
- data/vendor/local/share/man/man5/png.5 +74 -0
- data/vendor/local/src/tml/packaging/cairo_1.10.0-1_win32.log +1262 -0
- data/vendor/local/src/tml/packaging/cairo_1.10.0-1_win32.sh +76 -0
- data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.log +188 -0
- data/vendor/local/src/tml/packaging/expat_2.0.1-1_win32.sh +68 -0
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.log +999 -0
- data/vendor/local/src/tml/packaging/fontconfig_2.8.0-2_win32.sh +79 -0
- data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.log +364 -0
- data/vendor/local/src/tml/packaging/freetype_2.4.2-1_win32.sh +93 -0
- data/vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log +10423 -0
- data/vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh +457 -0
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.log +2602 -0
- data/vendor/local/src/tml/packaging/glib_2.24.2-2_win32.sh +290 -0
- data/vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.log +272 -0
- data/vendor/local/src/tml/packaging/libpng_1.4.3-1_win32.sh +71 -0
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.log +1070 -0
- data/vendor/local/src/tml/packaging/pango_1.28.1-2_win32.sh +579 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +42 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +189 -0
- metadata +1537 -0
@@ -0,0 +1,2084 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
+
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
3
|
+
<book xmlns="http://www.devhelp.net/book" title="GLib Reference Manual" link="index.html" author="" name="glib">
|
4
|
+
<chapters>
|
5
|
+
<sub name="GLib Overview" link="glib.html">
|
6
|
+
<sub name="Compiling the GLib package" link="glib-building.html"/>
|
7
|
+
<sub name="Cross-compiling the GLib package" link="glib-cross-compiling.html"/>
|
8
|
+
<sub name="Compiling GLib Applications" link="glib-compiling.html"/>
|
9
|
+
<sub name="Running GLib Applications" link="glib-running.html"/>
|
10
|
+
<sub name="Changes to GLib" link="glib-changes.html"/>
|
11
|
+
<sub name="Regular expression syntax" link="glib-regex-syntax.html"/>
|
12
|
+
<sub name="Mailing lists and bug reports" link="glib-resources.html"/>
|
13
|
+
</sub>
|
14
|
+
<sub name="GLib Fundamentals" link="glib-fundamentals.html">
|
15
|
+
<sub name="Version Information" link="glib-Version-Information.html"/>
|
16
|
+
<sub name="Basic Types" link="glib-Basic-Types.html"/>
|
17
|
+
<sub name="Limits of Basic Types" link="glib-Limits-of-Basic-Types.html"/>
|
18
|
+
<sub name="Standard Macros" link="glib-Standard-Macros.html"/>
|
19
|
+
<sub name="Type Conversion Macros" link="glib-Type-Conversion-Macros.html"/>
|
20
|
+
<sub name="Byte Order Macros" link="glib-Byte-Order-Macros.html"/>
|
21
|
+
<sub name="Numerical Definitions" link="glib-Numerical-Definitions.html"/>
|
22
|
+
<sub name="Miscellaneous Macros" link="glib-Miscellaneous-Macros.html"/>
|
23
|
+
<sub name="Atomic Operations" link="glib-Atomic-Operations.html"/>
|
24
|
+
</sub>
|
25
|
+
<sub name="GLib Core Application Support" link="glib-core.html">
|
26
|
+
<sub name="The Main Event Loop" link="glib-The-Main-Event-Loop.html"/>
|
27
|
+
<sub name="Threads" link="glib-Threads.html"/>
|
28
|
+
<sub name="Thread Pools" link="glib-Thread-Pools.html"/>
|
29
|
+
<sub name="Asynchronous Queues" link="glib-Asynchronous-Queues.html"/>
|
30
|
+
<sub name="Dynamic Loading of Modules" link="glib-Dynamic-Loading-of-Modules.html"/>
|
31
|
+
<sub name="Memory Allocation" link="glib-Memory-Allocation.html"/>
|
32
|
+
<sub name="IO Channels" link="glib-IO-Channels.html"/>
|
33
|
+
<sub name="Error Reporting" link="glib-Error-Reporting.html"/>
|
34
|
+
<sub name="Message Output and Debugging Functions" link="glib-Warnings-and-Assertions.html"/>
|
35
|
+
<sub name="Message Logging" link="glib-Message-Logging.html"/>
|
36
|
+
</sub>
|
37
|
+
<sub name="GLib Utilities" link="glib-utilities.html">
|
38
|
+
<sub name="String Utility Functions" link="glib-String-Utility-Functions.html"/>
|
39
|
+
<sub name="Character Set Conversion" link="glib-Character-Set-Conversion.html"/>
|
40
|
+
<sub name="Unicode Manipulation" link="glib-Unicode-Manipulation.html"/>
|
41
|
+
<sub name="Base64 Encoding" link="glib-Base64-Encoding.html"/>
|
42
|
+
<sub name="Data Checksums" link="glib-Data-Checksums.html"/>
|
43
|
+
<sub name="Internationalization" link="glib-I18N.html"/>
|
44
|
+
<sub name="Date and Time Functions" link="glib-Date-and-Time-Functions.html"/>
|
45
|
+
<sub name="Random Numbers" link="glib-Random-Numbers.html"/>
|
46
|
+
<sub name="Hook Functions" link="glib-Hook-Functions.html"/>
|
47
|
+
<sub name="Miscellaneous Utility Functions" link="glib-Miscellaneous-Utility-Functions.html"/>
|
48
|
+
<sub name="Lexical Scanner" link="glib-Lexical-Scanner.html"/>
|
49
|
+
<sub name="Automatic String Completion" link="glib-Automatic-String-Completion.html"/>
|
50
|
+
<sub name="Timers" link="glib-Timers.html"/>
|
51
|
+
<sub name="Spawning Processes" link="glib-Spawning-Processes.html"/>
|
52
|
+
<sub name="File Utilities" link="glib-File-Utilities.html"/>
|
53
|
+
<sub name="URI Functions" link="glib-URI-Functions.html"/>
|
54
|
+
<sub name="Hostname Utilities" link="glib-Hostname-Utilities.html"/>
|
55
|
+
<sub name="Shell-related Utilities" link="glib-Shell-related-Utilities.html"/>
|
56
|
+
<sub name="Commandline option parser" link="glib-Commandline-option-parser.html"/>
|
57
|
+
<sub name="Glob-style pattern matching" link="glib-Glob-style-pattern-matching.html"/>
|
58
|
+
<sub name="Perl-compatible regular expressions" link="glib-Perl-compatible-regular-expressions.html"/>
|
59
|
+
<sub name="Simple XML Subset Parser" link="glib-Simple-XML-Subset-Parser.html"/>
|
60
|
+
<sub name="Key-value file parser" link="glib-Key-value-file-parser.html"/>
|
61
|
+
<sub name="Bookmark file parser" link="glib-Bookmark-file-parser.html"/>
|
62
|
+
<sub name="Testing" link="glib-Testing.html"/>
|
63
|
+
<sub name="Windows Compatibility Functions" link="glib-Windows-Compatibility-Functions.html"/>
|
64
|
+
</sub>
|
65
|
+
<sub name="GLib Data Types" link="glib-data-types.html">
|
66
|
+
<sub name="Memory Slices" link="glib-Memory-Slices.html"/>
|
67
|
+
<sub name="Memory Chunks" link="glib-Memory-Chunks.html"/>
|
68
|
+
<sub name="Doubly-Linked Lists" link="glib-Doubly-Linked-Lists.html"/>
|
69
|
+
<sub name="Singly-Linked Lists" link="glib-Singly-Linked-Lists.html"/>
|
70
|
+
<sub name="Double-ended Queues" link="glib-Double-ended-Queues.html"/>
|
71
|
+
<sub name="Sequences" link="glib-Sequences.html"/>
|
72
|
+
<sub name="Trash Stacks" link="glib-Trash-Stacks.html"/>
|
73
|
+
<sub name="Hash Tables" link="glib-Hash-Tables.html"/>
|
74
|
+
<sub name="Strings" link="glib-Strings.html"/>
|
75
|
+
<sub name="String Chunks" link="glib-String-Chunks.html"/>
|
76
|
+
<sub name="Arrays" link="glib-Arrays.html"/>
|
77
|
+
<sub name="Pointer Arrays" link="glib-Pointer-Arrays.html"/>
|
78
|
+
<sub name="Byte Arrays" link="glib-Byte-Arrays.html"/>
|
79
|
+
<sub name="Balanced Binary Trees" link="glib-Balanced-Binary-Trees.html"/>
|
80
|
+
<sub name="N-ary Trees" link="glib-N-ary-Trees.html"/>
|
81
|
+
<sub name="Quarks" link="glib-Quarks.html"/>
|
82
|
+
<sub name="Keyed Data Lists" link="glib-Keyed-Data-Lists.html"/>
|
83
|
+
<sub name="Datasets" link="glib-Datasets.html"/>
|
84
|
+
<sub name="Relations and Tuples" link="glib-Relations-and-Tuples.html"/>
|
85
|
+
<sub name="Caches" link="glib-Caches.html"/>
|
86
|
+
<sub name="Memory Allocators" link="glib-Memory-Allocators.html"/>
|
87
|
+
<sub name="GVariantType" link="glib-GVariantType.html"/>
|
88
|
+
<sub name="GVariant" link="glib-GVariant.html"/>
|
89
|
+
<sub name="GVariant Format Strings" link="gvariant-format-strings.html"/>
|
90
|
+
</sub>
|
91
|
+
<sub name="GLib Tools" link="tools.html">
|
92
|
+
<sub name="glib-gettextize" link="glib-gettextize.html"/>
|
93
|
+
<sub name="gtester" link="gtester.html"/>
|
94
|
+
<sub name="gtester-report" link="gtester-report.html"/>
|
95
|
+
</sub>
|
96
|
+
<sub name="Index" link="api-index-full.html"/>
|
97
|
+
<sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
|
98
|
+
<sub name="Index of new symbols in 2.2" link="api-index-2-2.html"/>
|
99
|
+
<sub name="Index of new symbols in 2.4" link="api-index-2-4.html"/>
|
100
|
+
<sub name="Index of new symbols in 2.6" link="api-index-2-6.html"/>
|
101
|
+
<sub name="Index of new symbols in 2.8" link="api-index-2-8.html"/>
|
102
|
+
<sub name="Index of new symbols in 2.10" link="api-index-2-10.html"/>
|
103
|
+
<sub name="Index of new symbols in 2.12" link="api-index-2-12.html"/>
|
104
|
+
<sub name="Index of new symbols in 2.14" link="api-index-2-14.html"/>
|
105
|
+
<sub name="Index of new symbols in 2.16" link="api-index-2-16.html"/>
|
106
|
+
<sub name="Index of new symbols in 2.18" link="api-index-2-18.html"/>
|
107
|
+
<sub name="Index of new symbols in 2.20" link="api-index-2-20.html"/>
|
108
|
+
<sub name="Index of new symbols in 2.22" link="api-index-2-22.html"/>
|
109
|
+
<sub name="Index of new symbols in 2.24" link="api-index-2-24.html"/>
|
110
|
+
</chapters>
|
111
|
+
<functions>
|
112
|
+
<function name="Environment variables" link="glib-running.html#id518677"/>
|
113
|
+
<function name="Locale" link="glib-running.html#setlocale"/>
|
114
|
+
<function name="Traps and traces" link="glib-running.html#id537594"/>
|
115
|
+
<function name="Gdb debugging macros" link="glib-running.html#id506414"/>
|
116
|
+
<function name="Memory statistics" link="glib-running.html#id506449"/>
|
117
|
+
<function name="Non-printing characters" link="glib-regex-syntax.html#id554647"/>
|
118
|
+
<function name="Absolute and relative back references" link="glib-regex-syntax.html#id555185"/>
|
119
|
+
<function name="Generic character types" link="glib-regex-syntax.html#id555198"/>
|
120
|
+
<function name="Newline sequences" link="glib-regex-syntax.html#id555348"/>
|
121
|
+
<function name="Unicode character properties" link="glib-regex-syntax.html#id555363"/>
|
122
|
+
<function name="Simple assertions" link="glib-regex-syntax.html#id556316"/>
|
123
|
+
<function name="Lookahead assertions" link="glib-regex-syntax.html#id552063"/>
|
124
|
+
<function name="Lookbehind assertions" link="glib-regex-syntax.html#id552113"/>
|
125
|
+
<function name="Using multiple assertions" link="glib-regex-syntax.html#id552228"/>
|
126
|
+
<function name="Checking for a used subpattern by number" link="glib-regex-syntax.html#id552320"/>
|
127
|
+
<function name="Checking for a used subpattern by name" link="glib-regex-syntax.html#id552356"/>
|
128
|
+
<function name="Checking for pattern recursion" link="glib-regex-syntax.html#id552382"/>
|
129
|
+
<function name="Defining subpatterns for use by reference only" link="glib-regex-syntax.html#id552411"/>
|
130
|
+
<function name="Assertion conditions" link="glib-regex-syntax.html#id552443"/>
|
131
|
+
<function name="GLIB_MAJOR_VERSION" link="glib-Version-Information.html#GLIB-MAJOR-VERSION:CAPS"/>
|
132
|
+
<function name="GLIB_MINOR_VERSION" link="glib-Version-Information.html#GLIB-MINOR-VERSION:CAPS"/>
|
133
|
+
<function name="GLIB_MICRO_VERSION" link="glib-Version-Information.html#GLIB-MICRO-VERSION:CAPS"/>
|
134
|
+
<function name="GLIB_CHECK_VERSION()" link="glib-Version-Information.html#GLIB-CHECK-VERSION:CAPS"/>
|
135
|
+
<function name="gboolean" link="glib-Basic-Types.html#gboolean"/>
|
136
|
+
<function name="gpointer" link="glib-Basic-Types.html#gpointer"/>
|
137
|
+
<function name="gconstpointer" link="glib-Basic-Types.html#gconstpointer"/>
|
138
|
+
<function name="gchar" link="glib-Basic-Types.html#gchar"/>
|
139
|
+
<function name="guchar" link="glib-Basic-Types.html#guchar"/>
|
140
|
+
<function name="gint" link="glib-Basic-Types.html#gint"/>
|
141
|
+
<function name="guint" link="glib-Basic-Types.html#guint"/>
|
142
|
+
<function name="gshort" link="glib-Basic-Types.html#gshort"/>
|
143
|
+
<function name="gushort" link="glib-Basic-Types.html#gushort"/>
|
144
|
+
<function name="glong" link="glib-Basic-Types.html#glong"/>
|
145
|
+
<function name="gulong" link="glib-Basic-Types.html#gulong"/>
|
146
|
+
<function name="gint8" link="glib-Basic-Types.html#gint8"/>
|
147
|
+
<function name="guint8" link="glib-Basic-Types.html#guint8"/>
|
148
|
+
<function name="gint16" link="glib-Basic-Types.html#gint16"/>
|
149
|
+
<function name="guint16" link="glib-Basic-Types.html#guint16"/>
|
150
|
+
<function name="gint32" link="glib-Basic-Types.html#gint32"/>
|
151
|
+
<function name="guint32" link="glib-Basic-Types.html#guint32"/>
|
152
|
+
<function name="G_HAVE_GINT64" link="glib-Basic-Types.html#G-HAVE-GINT64:CAPS"/>
|
153
|
+
<function name="gint64" link="glib-Basic-Types.html#gint64"/>
|
154
|
+
<function name="guint64" link="glib-Basic-Types.html#guint64"/>
|
155
|
+
<function name="G_GINT64_CONSTANT()" link="glib-Basic-Types.html#G-GINT64-CONSTANT:CAPS"/>
|
156
|
+
<function name="G_GUINT64_CONSTANT()" link="glib-Basic-Types.html#G-GUINT64-CONSTANT:CAPS"/>
|
157
|
+
<function name="gfloat" link="glib-Basic-Types.html#gfloat"/>
|
158
|
+
<function name="gdouble" link="glib-Basic-Types.html#gdouble"/>
|
159
|
+
<function name="gsize" link="glib-Basic-Types.html#gsize"/>
|
160
|
+
<function name="gssize" link="glib-Basic-Types.html#gssize"/>
|
161
|
+
<function name="goffset" link="glib-Basic-Types.html#goffset"/>
|
162
|
+
<function name="G_GOFFSET_CONSTANT()" link="glib-Basic-Types.html#G-GOFFSET-CONSTANT:CAPS"/>
|
163
|
+
<function name="gintptr" link="glib-Basic-Types.html#gintptr"/>
|
164
|
+
<function name="guintptr" link="glib-Basic-Types.html#guintptr"/>
|
165
|
+
<function name="G_MININT" link="glib-Limits-of-Basic-Types.html#G-MININT:CAPS"/>
|
166
|
+
<function name="G_MAXINT" link="glib-Limits-of-Basic-Types.html#G-MAXINT:CAPS"/>
|
167
|
+
<function name="G_MAXUINT" link="glib-Limits-of-Basic-Types.html#G-MAXUINT:CAPS"/>
|
168
|
+
<function name="G_MINSHORT" link="glib-Limits-of-Basic-Types.html#G-MINSHORT:CAPS"/>
|
169
|
+
<function name="G_MAXSHORT" link="glib-Limits-of-Basic-Types.html#G-MAXSHORT:CAPS"/>
|
170
|
+
<function name="G_MAXUSHORT" link="glib-Limits-of-Basic-Types.html#G-MAXUSHORT:CAPS"/>
|
171
|
+
<function name="G_MINLONG" link="glib-Limits-of-Basic-Types.html#G-MINLONG:CAPS"/>
|
172
|
+
<function name="G_MAXLONG" link="glib-Limits-of-Basic-Types.html#G-MAXLONG:CAPS"/>
|
173
|
+
<function name="G_MAXULONG" link="glib-Limits-of-Basic-Types.html#G-MAXULONG:CAPS"/>
|
174
|
+
<function name="G_MININT8" link="glib-Limits-of-Basic-Types.html#G-MININT8:CAPS"/>
|
175
|
+
<function name="G_MAXINT8" link="glib-Limits-of-Basic-Types.html#G-MAXINT8:CAPS"/>
|
176
|
+
<function name="G_MAXUINT8" link="glib-Limits-of-Basic-Types.html#G-MAXUINT8:CAPS"/>
|
177
|
+
<function name="G_MININT16" link="glib-Limits-of-Basic-Types.html#G-MININT16:CAPS"/>
|
178
|
+
<function name="G_MAXINT16" link="glib-Limits-of-Basic-Types.html#G-MAXINT16:CAPS"/>
|
179
|
+
<function name="G_MAXUINT16" link="glib-Limits-of-Basic-Types.html#G-MAXUINT16:CAPS"/>
|
180
|
+
<function name="G_MININT32" link="glib-Limits-of-Basic-Types.html#G-MININT32:CAPS"/>
|
181
|
+
<function name="G_MAXINT32" link="glib-Limits-of-Basic-Types.html#G-MAXINT32:CAPS"/>
|
182
|
+
<function name="G_MAXUINT32" link="glib-Limits-of-Basic-Types.html#G-MAXUINT32:CAPS"/>
|
183
|
+
<function name="G_MININT64" link="glib-Limits-of-Basic-Types.html#G-MININT64:CAPS"/>
|
184
|
+
<function name="G_MAXINT64" link="glib-Limits-of-Basic-Types.html#G-MAXINT64:CAPS"/>
|
185
|
+
<function name="G_MAXUINT64" link="glib-Limits-of-Basic-Types.html#G-MAXUINT64:CAPS"/>
|
186
|
+
<function name="G_MAXSIZE" link="glib-Limits-of-Basic-Types.html#G-MAXSIZE:CAPS"/>
|
187
|
+
<function name="G_MINSSIZE" link="glib-Limits-of-Basic-Types.html#G-MINSSIZE:CAPS"/>
|
188
|
+
<function name="G_MAXSSIZE" link="glib-Limits-of-Basic-Types.html#G-MAXSSIZE:CAPS"/>
|
189
|
+
<function name="G_MINOFFSET" link="glib-Limits-of-Basic-Types.html#G-MINOFFSET:CAPS"/>
|
190
|
+
<function name="G_MAXOFFSET" link="glib-Limits-of-Basic-Types.html#G-MAXOFFSET:CAPS"/>
|
191
|
+
<function name="G_MINFLOAT" link="glib-Limits-of-Basic-Types.html#G-MINFLOAT:CAPS"/>
|
192
|
+
<function name="G_MAXFLOAT" link="glib-Limits-of-Basic-Types.html#G-MAXFLOAT:CAPS"/>
|
193
|
+
<function name="G_MINDOUBLE" link="glib-Limits-of-Basic-Types.html#G-MINDOUBLE:CAPS"/>
|
194
|
+
<function name="G_MAXDOUBLE" link="glib-Limits-of-Basic-Types.html#G-MAXDOUBLE:CAPS"/>
|
195
|
+
<function name="G_OS_WIN32" link="glib-Standard-Macros.html#G-OS-WIN32:CAPS"/>
|
196
|
+
<function name="G_OS_BEOS" link="glib-Standard-Macros.html#G-OS-BEOS:CAPS"/>
|
197
|
+
<function name="G_OS_UNIX" link="glib-Standard-Macros.html#G-OS-UNIX:CAPS"/>
|
198
|
+
<function name="G_DIR_SEPARATOR" link="glib-Standard-Macros.html#G-DIR-SEPARATOR:CAPS"/>
|
199
|
+
<function name="G_DIR_SEPARATOR_S" link="glib-Standard-Macros.html#G-DIR-SEPARATOR-S:CAPS"/>
|
200
|
+
<function name="G_IS_DIR_SEPARATOR()" link="glib-Standard-Macros.html#G-IS-DIR-SEPARATOR:CAPS"/>
|
201
|
+
<function name="G_SEARCHPATH_SEPARATOR" link="glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"/>
|
202
|
+
<function name="G_SEARCHPATH_SEPARATOR_S" link="glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR-S:CAPS"/>
|
203
|
+
<function name="TRUE" link="glib-Standard-Macros.html#TRUE:CAPS"/>
|
204
|
+
<function name="FALSE" link="glib-Standard-Macros.html#FALSE:CAPS"/>
|
205
|
+
<function name="NULL" link="glib-Standard-Macros.html#NULL:CAPS"/>
|
206
|
+
<function name="MIN()" link="glib-Standard-Macros.html#MIN:CAPS"/>
|
207
|
+
<function name="MAX()" link="glib-Standard-Macros.html#MAX:CAPS"/>
|
208
|
+
<function name="ABS()" link="glib-Standard-Macros.html#ABS:CAPS"/>
|
209
|
+
<function name="CLAMP()" link="glib-Standard-Macros.html#CLAMP:CAPS"/>
|
210
|
+
<function name="G_STRUCT_MEMBER()" link="glib-Standard-Macros.html#G-STRUCT-MEMBER:CAPS"/>
|
211
|
+
<function name="G_STRUCT_MEMBER_P()" link="glib-Standard-Macros.html#G-STRUCT-MEMBER-P:CAPS"/>
|
212
|
+
<function name="G_STRUCT_OFFSET()" link="glib-Standard-Macros.html#G-STRUCT-OFFSET:CAPS"/>
|
213
|
+
<function name="G_MEM_ALIGN" link="glib-Standard-Macros.html#G-MEM-ALIGN:CAPS"/>
|
214
|
+
<function name="G_CONST_RETURN" link="glib-Standard-Macros.html#G-CONST-RETURN:CAPS"/>
|
215
|
+
<function name="GINT_TO_POINTER()" link="glib-Type-Conversion-Macros.html#GINT-TO-POINTER:CAPS"/>
|
216
|
+
<function name="GPOINTER_TO_INT()" link="glib-Type-Conversion-Macros.html#GPOINTER-TO-INT:CAPS"/>
|
217
|
+
<function name="GUINT_TO_POINTER()" link="glib-Type-Conversion-Macros.html#GUINT-TO-POINTER:CAPS"/>
|
218
|
+
<function name="GPOINTER_TO_UINT()" link="glib-Type-Conversion-Macros.html#GPOINTER-TO-UINT:CAPS"/>
|
219
|
+
<function name="GSIZE_TO_POINTER()" link="glib-Type-Conversion-Macros.html#GSIZE-TO-POINTER:CAPS"/>
|
220
|
+
<function name="GPOINTER_TO_SIZE()" link="glib-Type-Conversion-Macros.html#GPOINTER-TO-SIZE:CAPS"/>
|
221
|
+
<function name="G_BYTE_ORDER" link="glib-Byte-Order-Macros.html#G-BYTE-ORDER:CAPS"/>
|
222
|
+
<function name="G_LITTLE_ENDIAN" link="glib-Byte-Order-Macros.html#G-LITTLE-ENDIAN:CAPS"/>
|
223
|
+
<function name="G_BIG_ENDIAN" link="glib-Byte-Order-Macros.html#G-BIG-ENDIAN:CAPS"/>
|
224
|
+
<function name="G_PDP_ENDIAN" link="glib-Byte-Order-Macros.html#G-PDP-ENDIAN:CAPS"/>
|
225
|
+
<function name="g_htonl()" link="glib-Byte-Order-Macros.html#g-htonl"/>
|
226
|
+
<function name="g_htons()" link="glib-Byte-Order-Macros.html#g-htons"/>
|
227
|
+
<function name="g_ntohl()" link="glib-Byte-Order-Macros.html#g-ntohl"/>
|
228
|
+
<function name="g_ntohs()" link="glib-Byte-Order-Macros.html#g-ntohs"/>
|
229
|
+
<function name="GINT_FROM_BE()" link="glib-Byte-Order-Macros.html#GINT-FROM-BE:CAPS"/>
|
230
|
+
<function name="GINT_FROM_LE()" link="glib-Byte-Order-Macros.html#GINT-FROM-LE:CAPS"/>
|
231
|
+
<function name="GINT_TO_BE()" link="glib-Byte-Order-Macros.html#GINT-TO-BE:CAPS"/>
|
232
|
+
<function name="GINT_TO_LE()" link="glib-Byte-Order-Macros.html#GINT-TO-LE:CAPS"/>
|
233
|
+
<function name="GUINT_FROM_BE()" link="glib-Byte-Order-Macros.html#GUINT-FROM-BE:CAPS"/>
|
234
|
+
<function name="GUINT_FROM_LE()" link="glib-Byte-Order-Macros.html#GUINT-FROM-LE:CAPS"/>
|
235
|
+
<function name="GUINT_TO_BE()" link="glib-Byte-Order-Macros.html#GUINT-TO-BE:CAPS"/>
|
236
|
+
<function name="GUINT_TO_LE()" link="glib-Byte-Order-Macros.html#GUINT-TO-LE:CAPS"/>
|
237
|
+
<function name="GLONG_FROM_BE()" link="glib-Byte-Order-Macros.html#GLONG-FROM-BE:CAPS"/>
|
238
|
+
<function name="GLONG_FROM_LE()" link="glib-Byte-Order-Macros.html#GLONG-FROM-LE:CAPS"/>
|
239
|
+
<function name="GLONG_TO_BE()" link="glib-Byte-Order-Macros.html#GLONG-TO-BE:CAPS"/>
|
240
|
+
<function name="GLONG_TO_LE()" link="glib-Byte-Order-Macros.html#GLONG-TO-LE:CAPS"/>
|
241
|
+
<function name="GULONG_FROM_BE()" link="glib-Byte-Order-Macros.html#GULONG-FROM-BE:CAPS"/>
|
242
|
+
<function name="GULONG_FROM_LE()" link="glib-Byte-Order-Macros.html#GULONG-FROM-LE:CAPS"/>
|
243
|
+
<function name="GULONG_TO_BE()" link="glib-Byte-Order-Macros.html#GULONG-TO-BE:CAPS"/>
|
244
|
+
<function name="GULONG_TO_LE()" link="glib-Byte-Order-Macros.html#GULONG-TO-LE:CAPS"/>
|
245
|
+
<function name="GSIZE_FROM_BE()" link="glib-Byte-Order-Macros.html#GSIZE-FROM-BE:CAPS"/>
|
246
|
+
<function name="GSIZE_FROM_LE()" link="glib-Byte-Order-Macros.html#GSIZE-FROM-LE:CAPS"/>
|
247
|
+
<function name="GSIZE_TO_BE()" link="glib-Byte-Order-Macros.html#GSIZE-TO-BE:CAPS"/>
|
248
|
+
<function name="GSIZE_TO_LE()" link="glib-Byte-Order-Macros.html#GSIZE-TO-LE:CAPS"/>
|
249
|
+
<function name="GSSIZE_FROM_BE()" link="glib-Byte-Order-Macros.html#GSSIZE-FROM-BE:CAPS"/>
|
250
|
+
<function name="GSSIZE_FROM_LE()" link="glib-Byte-Order-Macros.html#GSSIZE-FROM-LE:CAPS"/>
|
251
|
+
<function name="GSSIZE_TO_BE()" link="glib-Byte-Order-Macros.html#GSSIZE-TO-BE:CAPS"/>
|
252
|
+
<function name="GSSIZE_TO_LE()" link="glib-Byte-Order-Macros.html#GSSIZE-TO-LE:CAPS"/>
|
253
|
+
<function name="GINT16_FROM_BE()" link="glib-Byte-Order-Macros.html#GINT16-FROM-BE:CAPS"/>
|
254
|
+
<function name="GINT16_FROM_LE()" link="glib-Byte-Order-Macros.html#GINT16-FROM-LE:CAPS"/>
|
255
|
+
<function name="GINT16_TO_BE()" link="glib-Byte-Order-Macros.html#GINT16-TO-BE:CAPS"/>
|
256
|
+
<function name="GINT16_TO_LE()" link="glib-Byte-Order-Macros.html#GINT16-TO-LE:CAPS"/>
|
257
|
+
<function name="GUINT16_FROM_BE()" link="glib-Byte-Order-Macros.html#GUINT16-FROM-BE:CAPS"/>
|
258
|
+
<function name="GUINT16_FROM_LE()" link="glib-Byte-Order-Macros.html#GUINT16-FROM-LE:CAPS"/>
|
259
|
+
<function name="GUINT16_TO_BE()" link="glib-Byte-Order-Macros.html#GUINT16-TO-BE:CAPS"/>
|
260
|
+
<function name="GUINT16_TO_LE()" link="glib-Byte-Order-Macros.html#GUINT16-TO-LE:CAPS"/>
|
261
|
+
<function name="GINT32_FROM_BE()" link="glib-Byte-Order-Macros.html#GINT32-FROM-BE:CAPS"/>
|
262
|
+
<function name="GINT32_FROM_LE()" link="glib-Byte-Order-Macros.html#GINT32-FROM-LE:CAPS"/>
|
263
|
+
<function name="GINT32_TO_BE()" link="glib-Byte-Order-Macros.html#GINT32-TO-BE:CAPS"/>
|
264
|
+
<function name="GINT32_TO_LE()" link="glib-Byte-Order-Macros.html#GINT32-TO-LE:CAPS"/>
|
265
|
+
<function name="GUINT32_FROM_BE()" link="glib-Byte-Order-Macros.html#GUINT32-FROM-BE:CAPS"/>
|
266
|
+
<function name="GUINT32_FROM_LE()" link="glib-Byte-Order-Macros.html#GUINT32-FROM-LE:CAPS"/>
|
267
|
+
<function name="GUINT32_TO_BE()" link="glib-Byte-Order-Macros.html#GUINT32-TO-BE:CAPS"/>
|
268
|
+
<function name="GUINT32_TO_LE()" link="glib-Byte-Order-Macros.html#GUINT32-TO-LE:CAPS"/>
|
269
|
+
<function name="GINT64_FROM_BE()" link="glib-Byte-Order-Macros.html#GINT64-FROM-BE:CAPS"/>
|
270
|
+
<function name="GINT64_FROM_LE()" link="glib-Byte-Order-Macros.html#GINT64-FROM-LE:CAPS"/>
|
271
|
+
<function name="GINT64_TO_BE()" link="glib-Byte-Order-Macros.html#GINT64-TO-BE:CAPS"/>
|
272
|
+
<function name="GINT64_TO_LE()" link="glib-Byte-Order-Macros.html#GINT64-TO-LE:CAPS"/>
|
273
|
+
<function name="GUINT64_FROM_BE()" link="glib-Byte-Order-Macros.html#GUINT64-FROM-BE:CAPS"/>
|
274
|
+
<function name="GUINT64_FROM_LE()" link="glib-Byte-Order-Macros.html#GUINT64-FROM-LE:CAPS"/>
|
275
|
+
<function name="GUINT64_TO_BE()" link="glib-Byte-Order-Macros.html#GUINT64-TO-BE:CAPS"/>
|
276
|
+
<function name="GUINT64_TO_LE()" link="glib-Byte-Order-Macros.html#GUINT64-TO-LE:CAPS"/>
|
277
|
+
<function name="GUINT16_SWAP_BE_PDP()" link="glib-Byte-Order-Macros.html#GUINT16-SWAP-BE-PDP:CAPS"/>
|
278
|
+
<function name="GUINT16_SWAP_LE_BE()" link="glib-Byte-Order-Macros.html#GUINT16-SWAP-LE-BE:CAPS"/>
|
279
|
+
<function name="GUINT16_SWAP_LE_PDP()" link="glib-Byte-Order-Macros.html#GUINT16-SWAP-LE-PDP:CAPS"/>
|
280
|
+
<function name="GUINT32_SWAP_BE_PDP()" link="glib-Byte-Order-Macros.html#GUINT32-SWAP-BE-PDP:CAPS"/>
|
281
|
+
<function name="GUINT32_SWAP_LE_BE()" link="glib-Byte-Order-Macros.html#GUINT32-SWAP-LE-BE:CAPS"/>
|
282
|
+
<function name="GUINT32_SWAP_LE_PDP()" link="glib-Byte-Order-Macros.html#GUINT32-SWAP-LE-PDP:CAPS"/>
|
283
|
+
<function name="GUINT64_SWAP_LE_BE()" link="glib-Byte-Order-Macros.html#GUINT64-SWAP-LE-BE:CAPS"/>
|
284
|
+
<function name="G_IEEE754_FLOAT_BIAS" link="glib-Numerical-Definitions.html#G-IEEE754-FLOAT-BIAS:CAPS"/>
|
285
|
+
<function name="G_IEEE754_DOUBLE_BIAS" link="glib-Numerical-Definitions.html#G-IEEE754-DOUBLE-BIAS:CAPS"/>
|
286
|
+
<function name="union GFloatIEEE754" link="glib-Numerical-Definitions.html#GFloatIEEE754"/>
|
287
|
+
<function name="union GDoubleIEEE754" link="glib-Numerical-Definitions.html#GDoubleIEEE754"/>
|
288
|
+
<function name="G_E" link="glib-Numerical-Definitions.html#G-E:CAPS"/>
|
289
|
+
<function name="G_LN2" link="glib-Numerical-Definitions.html#G-LN2:CAPS"/>
|
290
|
+
<function name="G_LN10" link="glib-Numerical-Definitions.html#G-LN10:CAPS"/>
|
291
|
+
<function name="G_PI" link="glib-Numerical-Definitions.html#G-PI:CAPS"/>
|
292
|
+
<function name="G_PI_2" link="glib-Numerical-Definitions.html#G-PI-2:CAPS"/>
|
293
|
+
<function name="G_PI_4" link="glib-Numerical-Definitions.html#G-PI-4:CAPS"/>
|
294
|
+
<function name="G_SQRT2" link="glib-Numerical-Definitions.html#G-SQRT2:CAPS"/>
|
295
|
+
<function name="G_LOG_2_BASE_10" link="glib-Numerical-Definitions.html#G-LOG-2-BASE-10:CAPS"/>
|
296
|
+
<function name="G_INLINE_FUNC" link="glib-Miscellaneous-Macros.html#G-INLINE-FUNC:CAPS"/>
|
297
|
+
<function name="G_STMT_START" link="glib-Miscellaneous-Macros.html#G-STMT-START:CAPS"/>
|
298
|
+
<function name="G_STMT_END" link="glib-Miscellaneous-Macros.html#G-STMT-END:CAPS"/>
|
299
|
+
<function name="G_BEGIN_DECLS" link="glib-Miscellaneous-Macros.html#G-BEGIN-DECLS:CAPS"/>
|
300
|
+
<function name="G_END_DECLS" link="glib-Miscellaneous-Macros.html#G-END-DECLS:CAPS"/>
|
301
|
+
<function name="G_N_ELEMENTS()" link="glib-Miscellaneous-Macros.html#G-N-ELEMENTS:CAPS"/>
|
302
|
+
<function name="G_VA_COPY()" link="glib-Miscellaneous-Macros.html#G-VA-COPY:CAPS"/>
|
303
|
+
<function name="G_STRINGIFY()" link="glib-Miscellaneous-Macros.html#G-STRINGIFY:CAPS"/>
|
304
|
+
<function name="G_PASTE()" link="glib-Miscellaneous-Macros.html#G-PASTE:CAPS"/>
|
305
|
+
<function name="G_PASTE_ARGS()" link="glib-Miscellaneous-Macros.html#G-PASTE-ARGS:CAPS"/>
|
306
|
+
<function name="G_STATIC_ASSERT()" link="glib-Miscellaneous-Macros.html#G-STATIC-ASSERT:CAPS"/>
|
307
|
+
<function name="G_GNUC_EXTENSION" link="glib-Miscellaneous-Macros.html#G-GNUC-EXTENSION:CAPS"/>
|
308
|
+
<function name="G_GNUC_CONST" link="glib-Miscellaneous-Macros.html#G-GNUC-CONST:CAPS"/>
|
309
|
+
<function name="G_GNUC_PURE" link="glib-Miscellaneous-Macros.html#G-GNUC-PURE:CAPS"/>
|
310
|
+
<function name="G_GNUC_MALLOC" link="glib-Miscellaneous-Macros.html#G-GNUC-MALLOC:CAPS"/>
|
311
|
+
<function name="G_GNUC_ALLOC_SIZE()" link="glib-Miscellaneous-Macros.html#G-GNUC-ALLOC-SIZE:CAPS"/>
|
312
|
+
<function name="G_GNUC_ALLOC_SIZE2()" link="glib-Miscellaneous-Macros.html#G-GNUC-ALLOC-SIZE2:CAPS"/>
|
313
|
+
<function name="G_GNUC_DEPRECATED" link="glib-Miscellaneous-Macros.html#G-GNUC-DEPRECATED:CAPS"/>
|
314
|
+
<function name="G_GNUC_NORETURN" link="glib-Miscellaneous-Macros.html#G-GNUC-NORETURN:CAPS"/>
|
315
|
+
<function name="G_GNUC_UNUSED" link="glib-Miscellaneous-Macros.html#G-GNUC-UNUSED:CAPS"/>
|
316
|
+
<function name="G_GNUC_PRINTF()" link="glib-Miscellaneous-Macros.html#G-GNUC-PRINTF:CAPS"/>
|
317
|
+
<function name="G_GNUC_SCANF()" link="glib-Miscellaneous-Macros.html#G-GNUC-SCANF:CAPS"/>
|
318
|
+
<function name="G_GNUC_FORMAT()" link="glib-Miscellaneous-Macros.html#G-GNUC-FORMAT:CAPS"/>
|
319
|
+
<function name="G_GNUC_NULL_TERMINATED" link="glib-Miscellaneous-Macros.html#G-GNUC-NULL-TERMINATED:CAPS"/>
|
320
|
+
<function name="G_GNUC_WARN_UNUSED_RESULT" link="glib-Miscellaneous-Macros.html#G-GNUC-WARN-UNUSED-RESULT:CAPS"/>
|
321
|
+
<function name="G_GNUC_FUNCTION" link="glib-Miscellaneous-Macros.html#G-GNUC-FUNCTION:CAPS"/>
|
322
|
+
<function name="G_GNUC_PRETTY_FUNCTION" link="glib-Miscellaneous-Macros.html#G-GNUC-PRETTY-FUNCTION:CAPS"/>
|
323
|
+
<function name="G_GNUC_NO_INSTRUMENT" link="glib-Miscellaneous-Macros.html#G-GNUC-NO-INSTRUMENT:CAPS"/>
|
324
|
+
<function name="G_HAVE_GNUC_VISIBILITY" link="glib-Miscellaneous-Macros.html#G-HAVE-GNUC-VISIBILITY:CAPS"/>
|
325
|
+
<function name="G_GNUC_INTERNAL" link="glib-Miscellaneous-Macros.html#G-GNUC-INTERNAL:CAPS"/>
|
326
|
+
<function name="G_GNUC_MAY_ALIAS" link="glib-Miscellaneous-Macros.html#G-GNUC-MAY-ALIAS:CAPS"/>
|
327
|
+
<function name="G_LIKELY()" link="glib-Miscellaneous-Macros.html#G-LIKELY:CAPS"/>
|
328
|
+
<function name="G_UNLIKELY()" link="glib-Miscellaneous-Macros.html#G-UNLIKELY:CAPS"/>
|
329
|
+
<function name="G_STRLOC" link="glib-Miscellaneous-Macros.html#G-STRLOC:CAPS"/>
|
330
|
+
<function name="G_STRFUNC" link="glib-Miscellaneous-Macros.html#G-STRFUNC:CAPS"/>
|
331
|
+
<function name="G_GINT16_MODIFIER" link="glib-Miscellaneous-Macros.html#G-GINT16-MODIFIER:CAPS"/>
|
332
|
+
<function name="G_GINT16_FORMAT" link="glib-Miscellaneous-Macros.html#G-GINT16-FORMAT:CAPS"/>
|
333
|
+
<function name="G_GUINT16_FORMAT" link="glib-Miscellaneous-Macros.html#G-GUINT16-FORMAT:CAPS"/>
|
334
|
+
<function name="G_GINT32_MODIFIER" link="glib-Miscellaneous-Macros.html#G-GINT32-MODIFIER:CAPS"/>
|
335
|
+
<function name="G_GINT32_FORMAT" link="glib-Miscellaneous-Macros.html#G-GINT32-FORMAT:CAPS"/>
|
336
|
+
<function name="G_GUINT32_FORMAT" link="glib-Miscellaneous-Macros.html#G-GUINT32-FORMAT:CAPS"/>
|
337
|
+
<function name="G_GINT64_MODIFIER" link="glib-Miscellaneous-Macros.html#G-GINT64-MODIFIER:CAPS"/>
|
338
|
+
<function name="G_GINT64_FORMAT" link="glib-Miscellaneous-Macros.html#G-GINT64-FORMAT:CAPS"/>
|
339
|
+
<function name="G_GUINT64_FORMAT" link="glib-Miscellaneous-Macros.html#G-GUINT64-FORMAT:CAPS"/>
|
340
|
+
<function name="G_GSIZE_MODIFIER" link="glib-Miscellaneous-Macros.html#G-GSIZE-MODIFIER:CAPS"/>
|
341
|
+
<function name="G_GSIZE_FORMAT" link="glib-Miscellaneous-Macros.html#G-GSIZE-FORMAT:CAPS"/>
|
342
|
+
<function name="G_GSSIZE_FORMAT" link="glib-Miscellaneous-Macros.html#G-GSSIZE-FORMAT:CAPS"/>
|
343
|
+
<function name="G_GOFFSET_MODIFIER" link="glib-Miscellaneous-Macros.html#G-GOFFSET-MODIFIER:CAPS"/>
|
344
|
+
<function name="G_GOFFSET_FORMAT" link="glib-Miscellaneous-Macros.html#G-GOFFSET-FORMAT:CAPS"/>
|
345
|
+
<function name="G_GINTPTR_MODIFIER" link="glib-Miscellaneous-Macros.html#G-GINTPTR-MODIFIER:CAPS"/>
|
346
|
+
<function name="G_GINTPTR_FORMAT" link="glib-Miscellaneous-Macros.html#G-GINTPTR-FORMAT:CAPS"/>
|
347
|
+
<function name="G_GUINTPTR_FORMAT" link="glib-Miscellaneous-Macros.html#G-GUINTPTR-FORMAT:CAPS"/>
|
348
|
+
<function name="g_atomic_int_get ()" link="glib-Atomic-Operations.html#g-atomic-int-get"/>
|
349
|
+
<function name="g_atomic_int_set ()" link="glib-Atomic-Operations.html#g-atomic-int-set"/>
|
350
|
+
<function name="g_atomic_int_add ()" link="glib-Atomic-Operations.html#g-atomic-int-add"/>
|
351
|
+
<function name="g_atomic_int_exchange_and_add ()" link="glib-Atomic-Operations.html#g-atomic-int-exchange-and-add"/>
|
352
|
+
<function name="g_atomic_int_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-int-compare-and-exchange"/>
|
353
|
+
<function name="g_atomic_pointer_get ()" link="glib-Atomic-Operations.html#g-atomic-pointer-get"/>
|
354
|
+
<function name="g_atomic_pointer_set ()" link="glib-Atomic-Operations.html#g-atomic-pointer-set"/>
|
355
|
+
<function name="g_atomic_pointer_compare_and_exchange ()" link="glib-Atomic-Operations.html#g-atomic-pointer-compare-and-exchange"/>
|
356
|
+
<function name="g_atomic_int_inc ()" link="glib-Atomic-Operations.html#g-atomic-int-inc"/>
|
357
|
+
<function name="g_atomic_int_dec_and_test ()" link="glib-Atomic-Operations.html#g-atomic-int-dec-and-test"/>
|
358
|
+
<function name="Creating new sources types" link="glib-The-Main-Event-Loop.html#id573044"/>
|
359
|
+
<function name="Customizing the main loop iteration" link="glib-The-Main-Event-Loop.html#id573119"/>
|
360
|
+
<function name="GMainLoop" link="glib-The-Main-Event-Loop.html#GMainLoop"/>
|
361
|
+
<function name="g_main_loop_new ()" link="glib-The-Main-Event-Loop.html#g-main-loop-new"/>
|
362
|
+
<function name="g_main_loop_ref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-ref"/>
|
363
|
+
<function name="g_main_loop_unref ()" link="glib-The-Main-Event-Loop.html#g-main-loop-unref"/>
|
364
|
+
<function name="g_main_loop_run ()" link="glib-The-Main-Event-Loop.html#g-main-loop-run"/>
|
365
|
+
<function name="g_main_loop_quit ()" link="glib-The-Main-Event-Loop.html#g-main-loop-quit"/>
|
366
|
+
<function name="g_main_loop_is_running ()" link="glib-The-Main-Event-Loop.html#g-main-loop-is-running"/>
|
367
|
+
<function name="g_main_loop_get_context ()" link="glib-The-Main-Event-Loop.html#g-main-loop-get-context"/>
|
368
|
+
<function name="g_main_new()" link="glib-The-Main-Event-Loop.html#g-main-new"/>
|
369
|
+
<function name="g_main_destroy()" link="glib-The-Main-Event-Loop.html#g-main-destroy"/>
|
370
|
+
<function name="g_main_run()" link="glib-The-Main-Event-Loop.html#g-main-run"/>
|
371
|
+
<function name="g_main_quit()" link="glib-The-Main-Event-Loop.html#g-main-quit"/>
|
372
|
+
<function name="g_main_is_running()" link="glib-The-Main-Event-Loop.html#g-main-is-running"/>
|
373
|
+
<function name="G_PRIORITY_HIGH" link="glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH:CAPS"/>
|
374
|
+
<function name="G_PRIORITY_DEFAULT" link="glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"/>
|
375
|
+
<function name="G_PRIORITY_HIGH_IDLE" link="glib-The-Main-Event-Loop.html#G-PRIORITY-HIGH-IDLE:CAPS"/>
|
376
|
+
<function name="G_PRIORITY_DEFAULT_IDLE" link="glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT-IDLE:CAPS"/>
|
377
|
+
<function name="G_PRIORITY_LOW" link="glib-The-Main-Event-Loop.html#G-PRIORITY-LOW:CAPS"/>
|
378
|
+
<function name="GMainContext" link="glib-The-Main-Event-Loop.html#GMainContext"/>
|
379
|
+
<function name="g_main_context_new ()" link="glib-The-Main-Event-Loop.html#g-main-context-new"/>
|
380
|
+
<function name="g_main_context_ref ()" link="glib-The-Main-Event-Loop.html#g-main-context-ref"/>
|
381
|
+
<function name="g_main_context_unref ()" link="glib-The-Main-Event-Loop.html#g-main-context-unref"/>
|
382
|
+
<function name="g_main_context_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-default"/>
|
383
|
+
<function name="g_main_context_iteration ()" link="glib-The-Main-Event-Loop.html#g-main-context-iteration"/>
|
384
|
+
<function name="g_main_iteration()" link="glib-The-Main-Event-Loop.html#g-main-iteration"/>
|
385
|
+
<function name="g_main_context_pending ()" link="glib-The-Main-Event-Loop.html#g-main-context-pending"/>
|
386
|
+
<function name="g_main_pending" link="glib-The-Main-Event-Loop.html#g-main-pending"/>
|
387
|
+
<function name="g_main_context_find_source_by_id ()" link="glib-The-Main-Event-Loop.html#g-main-context-find-source-by-id"/>
|
388
|
+
<function name="g_main_context_find_source_by_user_data ()" link="glib-The-Main-Event-Loop.html#g-main-context-find-source-by-user-data"/>
|
389
|
+
<function name="g_main_context_find_source_by_funcs_user_data ()" link="glib-The-Main-Event-Loop.html#g-main-context-find-source-by-funcs-user-data"/>
|
390
|
+
<function name="g_main_context_wakeup ()" link="glib-The-Main-Event-Loop.html#g-main-context-wakeup"/>
|
391
|
+
<function name="g_main_context_acquire ()" link="glib-The-Main-Event-Loop.html#g-main-context-acquire"/>
|
392
|
+
<function name="g_main_context_release ()" link="glib-The-Main-Event-Loop.html#g-main-context-release"/>
|
393
|
+
<function name="g_main_context_is_owner ()" link="glib-The-Main-Event-Loop.html#g-main-context-is-owner"/>
|
394
|
+
<function name="g_main_context_wait ()" link="glib-The-Main-Event-Loop.html#g-main-context-wait"/>
|
395
|
+
<function name="g_main_context_prepare ()" link="glib-The-Main-Event-Loop.html#g-main-context-prepare"/>
|
396
|
+
<function name="g_main_context_query ()" link="glib-The-Main-Event-Loop.html#g-main-context-query"/>
|
397
|
+
<function name="g_main_context_check ()" link="glib-The-Main-Event-Loop.html#g-main-context-check"/>
|
398
|
+
<function name="g_main_context_dispatch ()" link="glib-The-Main-Event-Loop.html#g-main-context-dispatch"/>
|
399
|
+
<function name="g_main_context_set_poll_func ()" link="glib-The-Main-Event-Loop.html#g-main-context-set-poll-func"/>
|
400
|
+
<function name="g_main_context_get_poll_func ()" link="glib-The-Main-Event-Loop.html#g-main-context-get-poll-func"/>
|
401
|
+
<function name="GPollFunc ()" link="glib-The-Main-Event-Loop.html#GPollFunc"/>
|
402
|
+
<function name="g_main_context_add_poll ()" link="glib-The-Main-Event-Loop.html#g-main-context-add-poll"/>
|
403
|
+
<function name="g_main_context_remove_poll ()" link="glib-The-Main-Event-Loop.html#g-main-context-remove-poll"/>
|
404
|
+
<function name="g_main_depth ()" link="glib-The-Main-Event-Loop.html#g-main-depth"/>
|
405
|
+
<function name="g_main_current_source ()" link="glib-The-Main-Event-Loop.html#g-main-current-source"/>
|
406
|
+
<function name="g_main_set_poll_func()" link="glib-The-Main-Event-Loop.html#g-main-set-poll-func"/>
|
407
|
+
<function name="g_main_context_get_thread_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-get-thread-default"/>
|
408
|
+
<function name="g_main_context_push_thread_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-push-thread-default"/>
|
409
|
+
<function name="g_main_context_pop_thread_default ()" link="glib-The-Main-Event-Loop.html#g-main-context-pop-thread-default"/>
|
410
|
+
<function name="g_timeout_source_new ()" link="glib-The-Main-Event-Loop.html#g-timeout-source-new"/>
|
411
|
+
<function name="g_timeout_source_new_seconds ()" link="glib-The-Main-Event-Loop.html#g-timeout-source-new-seconds"/>
|
412
|
+
<function name="g_timeout_add ()" link="glib-The-Main-Event-Loop.html#g-timeout-add"/>
|
413
|
+
<function name="g_timeout_add_full ()" link="glib-The-Main-Event-Loop.html#g-timeout-add-full"/>
|
414
|
+
<function name="g_timeout_add_seconds ()" link="glib-The-Main-Event-Loop.html#g-timeout-add-seconds"/>
|
415
|
+
<function name="g_timeout_add_seconds_full ()" link="glib-The-Main-Event-Loop.html#g-timeout-add-seconds-full"/>
|
416
|
+
<function name="g_idle_source_new ()" link="glib-The-Main-Event-Loop.html#g-idle-source-new"/>
|
417
|
+
<function name="g_idle_add ()" link="glib-The-Main-Event-Loop.html#g-idle-add"/>
|
418
|
+
<function name="g_idle_add_full ()" link="glib-The-Main-Event-Loop.html#g-idle-add-full"/>
|
419
|
+
<function name="g_idle_remove_by_data ()" link="glib-The-Main-Event-Loop.html#g-idle-remove-by-data"/>
|
420
|
+
<function name="GPid" link="glib-The-Main-Event-Loop.html#GPid"/>
|
421
|
+
<function name="GChildWatchFunc ()" link="glib-The-Main-Event-Loop.html#GChildWatchFunc"/>
|
422
|
+
<function name="g_child_watch_source_new ()" link="glib-The-Main-Event-Loop.html#g-child-watch-source-new"/>
|
423
|
+
<function name="g_child_watch_add ()" link="glib-The-Main-Event-Loop.html#g-child-watch-add"/>
|
424
|
+
<function name="g_child_watch_add_full ()" link="glib-The-Main-Event-Loop.html#g-child-watch-add-full"/>
|
425
|
+
<function name="GPollFD" link="glib-The-Main-Event-Loop.html#GPollFD"/>
|
426
|
+
<function name="g_poll ()" link="glib-The-Main-Event-Loop.html#g-poll"/>
|
427
|
+
<function name="G_POLLFD_FORMAT" link="glib-The-Main-Event-Loop.html#G-POLLFD-FORMAT:CAPS"/>
|
428
|
+
<function name="GSource" link="glib-The-Main-Event-Loop.html#GSource"/>
|
429
|
+
<function name="GSourceDummyMarshal ()" link="glib-The-Main-Event-Loop.html#GSourceDummyMarshal"/>
|
430
|
+
<function name="GSourceFuncs" link="glib-The-Main-Event-Loop.html#GSourceFuncs"/>
|
431
|
+
<function name="GSourceCallbackFuncs" link="glib-The-Main-Event-Loop.html#GSourceCallbackFuncs"/>
|
432
|
+
<function name="g_source_new ()" link="glib-The-Main-Event-Loop.html#g-source-new"/>
|
433
|
+
<function name="g_source_ref ()" link="glib-The-Main-Event-Loop.html#g-source-ref"/>
|
434
|
+
<function name="g_source_unref ()" link="glib-The-Main-Event-Loop.html#g-source-unref"/>
|
435
|
+
<function name="g_source_set_funcs ()" link="glib-The-Main-Event-Loop.html#g-source-set-funcs"/>
|
436
|
+
<function name="g_source_attach ()" link="glib-The-Main-Event-Loop.html#g-source-attach"/>
|
437
|
+
<function name="g_source_destroy ()" link="glib-The-Main-Event-Loop.html#g-source-destroy"/>
|
438
|
+
<function name="g_source_is_destroyed ()" link="glib-The-Main-Event-Loop.html#g-source-is-destroyed"/>
|
439
|
+
<function name="g_source_set_priority ()" link="glib-The-Main-Event-Loop.html#g-source-set-priority"/>
|
440
|
+
<function name="g_source_get_priority ()" link="glib-The-Main-Event-Loop.html#g-source-get-priority"/>
|
441
|
+
<function name="g_source_set_can_recurse ()" link="glib-The-Main-Event-Loop.html#g-source-set-can-recurse"/>
|
442
|
+
<function name="g_source_get_can_recurse ()" link="glib-The-Main-Event-Loop.html#g-source-get-can-recurse"/>
|
443
|
+
<function name="g_source_get_id ()" link="glib-The-Main-Event-Loop.html#g-source-get-id"/>
|
444
|
+
<function name="g_source_get_context ()" link="glib-The-Main-Event-Loop.html#g-source-get-context"/>
|
445
|
+
<function name="g_source_set_callback ()" link="glib-The-Main-Event-Loop.html#g-source-set-callback"/>
|
446
|
+
<function name="GSourceFunc ()" link="glib-The-Main-Event-Loop.html#GSourceFunc"/>
|
447
|
+
<function name="g_source_set_callback_indirect ()" link="glib-The-Main-Event-Loop.html#g-source-set-callback-indirect"/>
|
448
|
+
<function name="g_source_add_poll ()" link="glib-The-Main-Event-Loop.html#g-source-add-poll"/>
|
449
|
+
<function name="g_source_remove_poll ()" link="glib-The-Main-Event-Loop.html#g-source-remove-poll"/>
|
450
|
+
<function name="g_source_get_current_time ()" link="glib-The-Main-Event-Loop.html#g-source-get-current-time"/>
|
451
|
+
<function name="g_source_remove ()" link="glib-The-Main-Event-Loop.html#g-source-remove"/>
|
452
|
+
<function name="g_source_remove_by_funcs_user_data ()" link="glib-The-Main-Event-Loop.html#g-source-remove-by-funcs-user-data"/>
|
453
|
+
<function name="g_source_remove_by_user_data ()" link="glib-The-Main-Event-Loop.html#g-source-remove-by-user-data"/>
|
454
|
+
<function name="G_THREADS_ENABLED" link="glib-Threads.html#G-THREADS-ENABLED:CAPS"/>
|
455
|
+
<function name="G_THREADS_IMPL_POSIX" link="glib-Threads.html#G-THREADS-IMPL-POSIX:CAPS"/>
|
456
|
+
<function name="G_THREADS_IMPL_NONE" link="glib-Threads.html#G-THREADS-IMPL-NONE:CAPS"/>
|
457
|
+
<function name="G_THREAD_ERROR" link="glib-Threads.html#G-THREAD-ERROR:CAPS"/>
|
458
|
+
<function name="enum GThreadError" link="glib-Threads.html#GThreadError"/>
|
459
|
+
<function name="GThreadFunctions" link="glib-Threads.html#GThreadFunctions"/>
|
460
|
+
<function name="g_thread_init ()" link="glib-Threads.html#g-thread-init"/>
|
461
|
+
<function name="g_thread_supported ()" link="glib-Threads.html#g-thread-supported"/>
|
462
|
+
<function name="g_thread_get_initialized ()" link="glib-Threads.html#g-thread-get-initialized"/>
|
463
|
+
<function name="GThreadFunc ()" link="glib-Threads.html#GThreadFunc"/>
|
464
|
+
<function name="enum GThreadPriority" link="glib-Threads.html#GThreadPriority"/>
|
465
|
+
<function name="GThread" link="glib-Threads.html#GThread"/>
|
466
|
+
<function name="g_thread_create ()" link="glib-Threads.html#g-thread-create"/>
|
467
|
+
<function name="g_thread_create_full ()" link="glib-Threads.html#g-thread-create-full"/>
|
468
|
+
<function name="g_thread_self ()" link="glib-Threads.html#g-thread-self"/>
|
469
|
+
<function name="g_thread_join ()" link="glib-Threads.html#g-thread-join"/>
|
470
|
+
<function name="g_thread_set_priority ()" link="glib-Threads.html#g-thread-set-priority"/>
|
471
|
+
<function name="g_thread_yield ()" link="glib-Threads.html#g-thread-yield"/>
|
472
|
+
<function name="g_thread_exit ()" link="glib-Threads.html#g-thread-exit"/>
|
473
|
+
<function name="g_thread_foreach ()" link="glib-Threads.html#g-thread-foreach"/>
|
474
|
+
<function name="GMutex" link="glib-Threads.html#GMutex"/>
|
475
|
+
<function name="g_mutex_new ()" link="glib-Threads.html#g-mutex-new"/>
|
476
|
+
<function name="g_mutex_lock ()" link="glib-Threads.html#g-mutex-lock"/>
|
477
|
+
<function name="g_mutex_trylock ()" link="glib-Threads.html#g-mutex-trylock"/>
|
478
|
+
<function name="g_mutex_unlock ()" link="glib-Threads.html#g-mutex-unlock"/>
|
479
|
+
<function name="g_mutex_free ()" link="glib-Threads.html#g-mutex-free"/>
|
480
|
+
<function name="GStaticMutex" link="glib-Threads.html#GStaticMutex"/>
|
481
|
+
<function name="G_STATIC_MUTEX_INIT" link="glib-Threads.html#G-STATIC-MUTEX-INIT:CAPS"/>
|
482
|
+
<function name="g_static_mutex_init ()" link="glib-Threads.html#g-static-mutex-init"/>
|
483
|
+
<function name="g_static_mutex_lock ()" link="glib-Threads.html#g-static-mutex-lock"/>
|
484
|
+
<function name="g_static_mutex_trylock ()" link="glib-Threads.html#g-static-mutex-trylock"/>
|
485
|
+
<function name="g_static_mutex_unlock ()" link="glib-Threads.html#g-static-mutex-unlock"/>
|
486
|
+
<function name="g_static_mutex_get_mutex ()" link="glib-Threads.html#g-static-mutex-get-mutex"/>
|
487
|
+
<function name="g_static_mutex_free ()" link="glib-Threads.html#g-static-mutex-free"/>
|
488
|
+
<function name="G_LOCK_DEFINE()" link="glib-Threads.html#G-LOCK-DEFINE:CAPS"/>
|
489
|
+
<function name="G_LOCK_DEFINE_STATIC()" link="glib-Threads.html#G-LOCK-DEFINE-STATIC:CAPS"/>
|
490
|
+
<function name="G_LOCK_EXTERN()" link="glib-Threads.html#G-LOCK-EXTERN:CAPS"/>
|
491
|
+
<function name="G_LOCK()" link="glib-Threads.html#G-LOCK:CAPS"/>
|
492
|
+
<function name="G_TRYLOCK()" link="glib-Threads.html#G-TRYLOCK:CAPS"/>
|
493
|
+
<function name="G_UNLOCK()" link="glib-Threads.html#G-UNLOCK:CAPS"/>
|
494
|
+
<function name="GStaticRecMutex" link="glib-Threads.html#GStaticRecMutex"/>
|
495
|
+
<function name="G_STATIC_REC_MUTEX_INIT" link="glib-Threads.html#G-STATIC-REC-MUTEX-INIT:CAPS"/>
|
496
|
+
<function name="g_static_rec_mutex_init ()" link="glib-Threads.html#g-static-rec-mutex-init"/>
|
497
|
+
<function name="g_static_rec_mutex_lock ()" link="glib-Threads.html#g-static-rec-mutex-lock"/>
|
498
|
+
<function name="g_static_rec_mutex_trylock ()" link="glib-Threads.html#g-static-rec-mutex-trylock"/>
|
499
|
+
<function name="g_static_rec_mutex_unlock ()" link="glib-Threads.html#g-static-rec-mutex-unlock"/>
|
500
|
+
<function name="g_static_rec_mutex_lock_full ()" link="glib-Threads.html#g-static-rec-mutex-lock-full"/>
|
501
|
+
<function name="g_static_rec_mutex_unlock_full ()" link="glib-Threads.html#g-static-rec-mutex-unlock-full"/>
|
502
|
+
<function name="g_static_rec_mutex_free ()" link="glib-Threads.html#g-static-rec-mutex-free"/>
|
503
|
+
<function name="GStaticRWLock" link="glib-Threads.html#GStaticRWLock"/>
|
504
|
+
<function name="G_STATIC_RW_LOCK_INIT" link="glib-Threads.html#G-STATIC-RW-LOCK-INIT:CAPS"/>
|
505
|
+
<function name="g_static_rw_lock_init ()" link="glib-Threads.html#g-static-rw-lock-init"/>
|
506
|
+
<function name="g_static_rw_lock_reader_lock ()" link="glib-Threads.html#g-static-rw-lock-reader-lock"/>
|
507
|
+
<function name="g_static_rw_lock_reader_trylock ()" link="glib-Threads.html#g-static-rw-lock-reader-trylock"/>
|
508
|
+
<function name="g_static_rw_lock_reader_unlock ()" link="glib-Threads.html#g-static-rw-lock-reader-unlock"/>
|
509
|
+
<function name="g_static_rw_lock_writer_lock ()" link="glib-Threads.html#g-static-rw-lock-writer-lock"/>
|
510
|
+
<function name="g_static_rw_lock_writer_trylock ()" link="glib-Threads.html#g-static-rw-lock-writer-trylock"/>
|
511
|
+
<function name="g_static_rw_lock_writer_unlock ()" link="glib-Threads.html#g-static-rw-lock-writer-unlock"/>
|
512
|
+
<function name="g_static_rw_lock_free ()" link="glib-Threads.html#g-static-rw-lock-free"/>
|
513
|
+
<function name="GCond" link="glib-Threads.html#GCond"/>
|
514
|
+
<function name="g_cond_new ()" link="glib-Threads.html#g-cond-new"/>
|
515
|
+
<function name="g_cond_signal ()" link="glib-Threads.html#g-cond-signal"/>
|
516
|
+
<function name="g_cond_broadcast ()" link="glib-Threads.html#g-cond-broadcast"/>
|
517
|
+
<function name="g_cond_wait ()" link="glib-Threads.html#g-cond-wait"/>
|
518
|
+
<function name="g_cond_timed_wait ()" link="glib-Threads.html#g-cond-timed-wait"/>
|
519
|
+
<function name="g_cond_free ()" link="glib-Threads.html#g-cond-free"/>
|
520
|
+
<function name="GPrivate" link="glib-Threads.html#GPrivate"/>
|
521
|
+
<function name="g_private_new ()" link="glib-Threads.html#g-private-new"/>
|
522
|
+
<function name="g_private_get ()" link="glib-Threads.html#g-private-get"/>
|
523
|
+
<function name="g_private_set ()" link="glib-Threads.html#g-private-set"/>
|
524
|
+
<function name="GStaticPrivate" link="glib-Threads.html#GStaticPrivate"/>
|
525
|
+
<function name="G_STATIC_PRIVATE_INIT" link="glib-Threads.html#G-STATIC-PRIVATE-INIT:CAPS"/>
|
526
|
+
<function name="g_static_private_init ()" link="glib-Threads.html#g-static-private-init"/>
|
527
|
+
<function name="g_static_private_get ()" link="glib-Threads.html#g-static-private-get"/>
|
528
|
+
<function name="g_static_private_set ()" link="glib-Threads.html#g-static-private-set"/>
|
529
|
+
<function name="g_static_private_free ()" link="glib-Threads.html#g-static-private-free"/>
|
530
|
+
<function name="GOnce" link="glib-Threads.html#GOnce"/>
|
531
|
+
<function name="enum GOnceStatus" link="glib-Threads.html#GOnceStatus"/>
|
532
|
+
<function name="G_ONCE_INIT" link="glib-Threads.html#G-ONCE-INIT:CAPS"/>
|
533
|
+
<function name="g_once()" link="glib-Threads.html#g-once"/>
|
534
|
+
<function name="g_once_init_enter ()" link="glib-Threads.html#g-once-init-enter"/>
|
535
|
+
<function name="g_once_init_leave ()" link="glib-Threads.html#g-once-init-leave"/>
|
536
|
+
<function name="g_bit_lock ()" link="glib-Threads.html#g-bit-lock"/>
|
537
|
+
<function name="g_bit_trylock ()" link="glib-Threads.html#g-bit-trylock"/>
|
538
|
+
<function name="g_bit_unlock ()" link="glib-Threads.html#g-bit-unlock"/>
|
539
|
+
<function name="GThreadPool" link="glib-Thread-Pools.html#GThreadPool"/>
|
540
|
+
<function name="g_thread_pool_new ()" link="glib-Thread-Pools.html#g-thread-pool-new"/>
|
541
|
+
<function name="g_thread_pool_push ()" link="glib-Thread-Pools.html#g-thread-pool-push"/>
|
542
|
+
<function name="g_thread_pool_set_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-threads"/>
|
543
|
+
<function name="g_thread_pool_get_max_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-threads"/>
|
544
|
+
<function name="g_thread_pool_get_num_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-num-threads"/>
|
545
|
+
<function name="g_thread_pool_unprocessed ()" link="glib-Thread-Pools.html#g-thread-pool-unprocessed"/>
|
546
|
+
<function name="g_thread_pool_free ()" link="glib-Thread-Pools.html#g-thread-pool-free"/>
|
547
|
+
<function name="g_thread_pool_set_max_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-unused-threads"/>
|
548
|
+
<function name="g_thread_pool_get_max_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-unused-threads"/>
|
549
|
+
<function name="g_thread_pool_get_num_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-get-num-unused-threads"/>
|
550
|
+
<function name="g_thread_pool_stop_unused_threads ()" link="glib-Thread-Pools.html#g-thread-pool-stop-unused-threads"/>
|
551
|
+
<function name="g_thread_pool_set_sort_function ()" link="glib-Thread-Pools.html#g-thread-pool-set-sort-function"/>
|
552
|
+
<function name="g_thread_pool_set_max_idle_time ()" link="glib-Thread-Pools.html#g-thread-pool-set-max-idle-time"/>
|
553
|
+
<function name="g_thread_pool_get_max_idle_time ()" link="glib-Thread-Pools.html#g-thread-pool-get-max-idle-time"/>
|
554
|
+
<function name="GAsyncQueue" link="glib-Asynchronous-Queues.html#GAsyncQueue"/>
|
555
|
+
<function name="g_async_queue_new ()" link="glib-Asynchronous-Queues.html#g-async-queue-new"/>
|
556
|
+
<function name="g_async_queue_new_full ()" link="glib-Asynchronous-Queues.html#g-async-queue-new-full"/>
|
557
|
+
<function name="g_async_queue_ref ()" link="glib-Asynchronous-Queues.html#g-async-queue-ref"/>
|
558
|
+
<function name="g_async_queue_unref ()" link="glib-Asynchronous-Queues.html#g-async-queue-unref"/>
|
559
|
+
<function name="g_async_queue_push ()" link="glib-Asynchronous-Queues.html#g-async-queue-push"/>
|
560
|
+
<function name="g_async_queue_push_sorted ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-sorted"/>
|
561
|
+
<function name="g_async_queue_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-pop"/>
|
562
|
+
<function name="g_async_queue_try_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-try-pop"/>
|
563
|
+
<function name="g_async_queue_timed_pop ()" link="glib-Asynchronous-Queues.html#g-async-queue-timed-pop"/>
|
564
|
+
<function name="g_async_queue_length ()" link="glib-Asynchronous-Queues.html#g-async-queue-length"/>
|
565
|
+
<function name="g_async_queue_sort ()" link="glib-Asynchronous-Queues.html#g-async-queue-sort"/>
|
566
|
+
<function name="g_async_queue_lock ()" link="glib-Asynchronous-Queues.html#g-async-queue-lock"/>
|
567
|
+
<function name="g_async_queue_unlock ()" link="glib-Asynchronous-Queues.html#g-async-queue-unlock"/>
|
568
|
+
<function name="g_async_queue_ref_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-ref-unlocked"/>
|
569
|
+
<function name="g_async_queue_unref_and_unlock ()" link="glib-Asynchronous-Queues.html#g-async-queue-unref-and-unlock"/>
|
570
|
+
<function name="g_async_queue_push_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-unlocked"/>
|
571
|
+
<function name="g_async_queue_push_sorted_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-push-sorted-unlocked"/>
|
572
|
+
<function name="g_async_queue_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-pop-unlocked"/>
|
573
|
+
<function name="g_async_queue_try_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-try-pop-unlocked"/>
|
574
|
+
<function name="g_async_queue_timed_pop_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-timed-pop-unlocked"/>
|
575
|
+
<function name="g_async_queue_length_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-length-unlocked"/>
|
576
|
+
<function name="g_async_queue_sort_unlocked ()" link="glib-Asynchronous-Queues.html#g-async-queue-sort-unlocked"/>
|
577
|
+
<function name="GModule" link="glib-Dynamic-Loading-of-Modules.html#GModule"/>
|
578
|
+
<function name="g_module_supported ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-supported"/>
|
579
|
+
<function name="g_module_build_path ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-build-path"/>
|
580
|
+
<function name="g_module_open ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-open"/>
|
581
|
+
<function name="enum GModuleFlags" link="glib-Dynamic-Loading-of-Modules.html#GModuleFlags"/>
|
582
|
+
<function name="g_module_symbol ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-symbol"/>
|
583
|
+
<function name="g_module_name ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-name"/>
|
584
|
+
<function name="g_module_make_resident ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-make-resident"/>
|
585
|
+
<function name="g_module_close ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-close"/>
|
586
|
+
<function name="g_module_error ()" link="glib-Dynamic-Loading-of-Modules.html#g-module-error"/>
|
587
|
+
<function name="GModuleCheckInit ()" link="glib-Dynamic-Loading-of-Modules.html#GModuleCheckInit"/>
|
588
|
+
<function name="GModuleUnload ()" link="glib-Dynamic-Loading-of-Modules.html#GModuleUnload"/>
|
589
|
+
<function name="G_MODULE_SUFFIX" link="glib-Dynamic-Loading-of-Modules.html#G-MODULE-SUFFIX:CAPS"/>
|
590
|
+
<function name="G_MODULE_EXPORT" link="glib-Dynamic-Loading-of-Modules.html#G-MODULE-EXPORT:CAPS"/>
|
591
|
+
<function name="G_MODULE_IMPORT" link="glib-Dynamic-Loading-of-Modules.html#G-MODULE-IMPORT:CAPS"/>
|
592
|
+
<function name="g_new()" link="glib-Memory-Allocation.html#g-new"/>
|
593
|
+
<function name="g_new0()" link="glib-Memory-Allocation.html#g-new0"/>
|
594
|
+
<function name="g_renew()" link="glib-Memory-Allocation.html#g-renew"/>
|
595
|
+
<function name="g_try_new()" link="glib-Memory-Allocation.html#g-try-new"/>
|
596
|
+
<function name="g_try_new0()" link="glib-Memory-Allocation.html#g-try-new0"/>
|
597
|
+
<function name="g_try_renew()" link="glib-Memory-Allocation.html#g-try-renew"/>
|
598
|
+
<function name="g_malloc ()" link="glib-Memory-Allocation.html#g-malloc"/>
|
599
|
+
<function name="g_malloc0 ()" link="glib-Memory-Allocation.html#g-malloc0"/>
|
600
|
+
<function name="g_realloc ()" link="glib-Memory-Allocation.html#g-realloc"/>
|
601
|
+
<function name="g_try_malloc ()" link="glib-Memory-Allocation.html#g-try-malloc"/>
|
602
|
+
<function name="g_try_malloc0 ()" link="glib-Memory-Allocation.html#g-try-malloc0"/>
|
603
|
+
<function name="g_try_realloc ()" link="glib-Memory-Allocation.html#g-try-realloc"/>
|
604
|
+
<function name="g_malloc_n ()" link="glib-Memory-Allocation.html#g-malloc-n"/>
|
605
|
+
<function name="g_malloc0_n ()" link="glib-Memory-Allocation.html#g-malloc0-n"/>
|
606
|
+
<function name="g_realloc_n ()" link="glib-Memory-Allocation.html#g-realloc-n"/>
|
607
|
+
<function name="g_try_malloc_n ()" link="glib-Memory-Allocation.html#g-try-malloc-n"/>
|
608
|
+
<function name="g_try_malloc0_n ()" link="glib-Memory-Allocation.html#g-try-malloc0-n"/>
|
609
|
+
<function name="g_try_realloc_n ()" link="glib-Memory-Allocation.html#g-try-realloc-n"/>
|
610
|
+
<function name="g_free ()" link="glib-Memory-Allocation.html#g-free"/>
|
611
|
+
<function name="g_mem_gc_friendly" link="glib-Memory-Allocation.html#g-mem-gc-friendly"/>
|
612
|
+
<function name="g_alloca()" link="glib-Memory-Allocation.html#g-alloca"/>
|
613
|
+
<function name="g_newa()" link="glib-Memory-Allocation.html#g-newa"/>
|
614
|
+
<function name="g_memmove()" link="glib-Memory-Allocation.html#g-memmove"/>
|
615
|
+
<function name="g_memdup ()" link="glib-Memory-Allocation.html#g-memdup"/>
|
616
|
+
<function name="GMemVTable" link="glib-Memory-Allocation.html#GMemVTable"/>
|
617
|
+
<function name="g_mem_set_vtable ()" link="glib-Memory-Allocation.html#g-mem-set-vtable"/>
|
618
|
+
<function name="g_mem_is_system_malloc ()" link="glib-Memory-Allocation.html#g-mem-is-system-malloc"/>
|
619
|
+
<function name="glib_mem_profiler_table" link="glib-Memory-Allocation.html#glib-mem-profiler-table"/>
|
620
|
+
<function name="g_mem_profile ()" link="glib-Memory-Allocation.html#g-mem-profile"/>
|
621
|
+
<function name="GIOChannel" link="glib-IO-Channels.html#GIOChannel"/>
|
622
|
+
<function name="g_io_channel_unix_new ()" link="glib-IO-Channels.html#g-io-channel-unix-new"/>
|
623
|
+
<function name="g_io_channel_unix_get_fd ()" link="glib-IO-Channels.html#g-io-channel-unix-get-fd"/>
|
624
|
+
<function name="g_io_channel_win32_new_fd ()" link="glib-IO-Channels.html#g-io-channel-win32-new-fd"/>
|
625
|
+
<function name="g_io_channel_win32_new_socket ()" link="glib-IO-Channels.html#g-io-channel-win32-new-socket"/>
|
626
|
+
<function name="g_io_channel_win32_new_messages ()" link="glib-IO-Channels.html#g-io-channel-win32-new-messages"/>
|
627
|
+
<function name="g_io_channel_init ()" link="glib-IO-Channels.html#g-io-channel-init"/>
|
628
|
+
<function name="g_io_channel_new_file ()" link="glib-IO-Channels.html#g-io-channel-new-file"/>
|
629
|
+
<function name="g_io_channel_read_chars ()" link="glib-IO-Channels.html#g-io-channel-read-chars"/>
|
630
|
+
<function name="g_io_channel_read_unichar ()" link="glib-IO-Channels.html#g-io-channel-read-unichar"/>
|
631
|
+
<function name="g_io_channel_read_line ()" link="glib-IO-Channels.html#g-io-channel-read-line"/>
|
632
|
+
<function name="g_io_channel_read_line_string ()" link="glib-IO-Channels.html#g-io-channel-read-line-string"/>
|
633
|
+
<function name="g_io_channel_read_to_end ()" link="glib-IO-Channels.html#g-io-channel-read-to-end"/>
|
634
|
+
<function name="g_io_channel_write_chars ()" link="glib-IO-Channels.html#g-io-channel-write-chars"/>
|
635
|
+
<function name="g_io_channel_write_unichar ()" link="glib-IO-Channels.html#g-io-channel-write-unichar"/>
|
636
|
+
<function name="g_io_channel_flush ()" link="glib-IO-Channels.html#g-io-channel-flush"/>
|
637
|
+
<function name="g_io_channel_seek_position ()" link="glib-IO-Channels.html#g-io-channel-seek-position"/>
|
638
|
+
<function name="enum GSeekType" link="glib-IO-Channels.html#GSeekType"/>
|
639
|
+
<function name="g_io_channel_shutdown ()" link="glib-IO-Channels.html#g-io-channel-shutdown"/>
|
640
|
+
<function name="enum GIOStatus" link="glib-IO-Channels.html#GIOStatus"/>
|
641
|
+
<function name="enum GIOChannelError" link="glib-IO-Channels.html#GIOChannelError"/>
|
642
|
+
<function name="G_IO_CHANNEL_ERROR" link="glib-IO-Channels.html#G-IO-CHANNEL-ERROR:CAPS"/>
|
643
|
+
<function name="g_io_channel_error_from_errno ()" link="glib-IO-Channels.html#g-io-channel-error-from-errno"/>
|
644
|
+
<function name="g_io_channel_ref ()" link="glib-IO-Channels.html#g-io-channel-ref"/>
|
645
|
+
<function name="g_io_channel_unref ()" link="glib-IO-Channels.html#g-io-channel-unref"/>
|
646
|
+
<function name="g_io_create_watch ()" link="glib-IO-Channels.html#g-io-create-watch"/>
|
647
|
+
<function name="g_io_add_watch ()" link="glib-IO-Channels.html#g-io-add-watch"/>
|
648
|
+
<function name="g_io_add_watch_full ()" link="glib-IO-Channels.html#g-io-add-watch-full"/>
|
649
|
+
<function name="enum GIOCondition" link="glib-IO-Channels.html#GIOCondition"/>
|
650
|
+
<function name="GIOFunc ()" link="glib-IO-Channels.html#GIOFunc"/>
|
651
|
+
<function name="GIOFuncs" link="glib-IO-Channels.html#GIOFuncs"/>
|
652
|
+
<function name="g_io_channel_get_buffer_size ()" link="glib-IO-Channels.html#g-io-channel-get-buffer-size"/>
|
653
|
+
<function name="g_io_channel_set_buffer_size ()" link="glib-IO-Channels.html#g-io-channel-set-buffer-size"/>
|
654
|
+
<function name="g_io_channel_get_buffer_condition ()" link="glib-IO-Channels.html#g-io-channel-get-buffer-condition"/>
|
655
|
+
<function name="g_io_channel_get_flags ()" link="glib-IO-Channels.html#g-io-channel-get-flags"/>
|
656
|
+
<function name="g_io_channel_set_flags ()" link="glib-IO-Channels.html#g-io-channel-set-flags"/>
|
657
|
+
<function name="enum GIOFlags" link="glib-IO-Channels.html#GIOFlags"/>
|
658
|
+
<function name="g_io_channel_get_line_term ()" link="glib-IO-Channels.html#g-io-channel-get-line-term"/>
|
659
|
+
<function name="g_io_channel_set_line_term ()" link="glib-IO-Channels.html#g-io-channel-set-line-term"/>
|
660
|
+
<function name="g_io_channel_get_buffered ()" link="glib-IO-Channels.html#g-io-channel-get-buffered"/>
|
661
|
+
<function name="g_io_channel_set_buffered ()" link="glib-IO-Channels.html#g-io-channel-set-buffered"/>
|
662
|
+
<function name="g_io_channel_get_encoding ()" link="glib-IO-Channels.html#g-io-channel-get-encoding"/>
|
663
|
+
<function name="g_io_channel_set_encoding ()" link="glib-IO-Channels.html#g-io-channel-set-encoding"/>
|
664
|
+
<function name="g_io_channel_get_close_on_unref ()" link="glib-IO-Channels.html#g-io-channel-get-close-on-unref"/>
|
665
|
+
<function name="g_io_channel_set_close_on_unref ()" link="glib-IO-Channels.html#g-io-channel-set-close-on-unref"/>
|
666
|
+
<function name="g_io_channel_read ()" link="glib-IO-Channels.html#g-io-channel-read"/>
|
667
|
+
<function name="enum GIOError" link="glib-IO-Channels.html#GIOError"/>
|
668
|
+
<function name="g_io_channel_write ()" link="glib-IO-Channels.html#g-io-channel-write"/>
|
669
|
+
<function name="g_io_channel_seek ()" link="glib-IO-Channels.html#g-io-channel-seek"/>
|
670
|
+
<function name="g_io_channel_close ()" link="glib-IO-Channels.html#g-io-channel-close"/>
|
671
|
+
<function name="GError" link="glib-Error-Reporting.html#GError"/>
|
672
|
+
<function name="g_error_new ()" link="glib-Error-Reporting.html#g-error-new"/>
|
673
|
+
<function name="g_error_new_literal ()" link="glib-Error-Reporting.html#g-error-new-literal"/>
|
674
|
+
<function name="g_error_new_valist ()" link="glib-Error-Reporting.html#g-error-new-valist"/>
|
675
|
+
<function name="g_error_free ()" link="glib-Error-Reporting.html#g-error-free"/>
|
676
|
+
<function name="g_error_copy ()" link="glib-Error-Reporting.html#g-error-copy"/>
|
677
|
+
<function name="g_error_matches ()" link="glib-Error-Reporting.html#g-error-matches"/>
|
678
|
+
<function name="g_set_error ()" link="glib-Error-Reporting.html#g-set-error"/>
|
679
|
+
<function name="g_set_error_literal ()" link="glib-Error-Reporting.html#g-set-error-literal"/>
|
680
|
+
<function name="g_propagate_error ()" link="glib-Error-Reporting.html#g-propagate-error"/>
|
681
|
+
<function name="g_clear_error ()" link="glib-Error-Reporting.html#g-clear-error"/>
|
682
|
+
<function name="g_prefix_error ()" link="glib-Error-Reporting.html#g-prefix-error"/>
|
683
|
+
<function name="g_propagate_prefixed_error ()" link="glib-Error-Reporting.html#g-propagate-prefixed-error"/>
|
684
|
+
<function name="g_print ()" link="glib-Warnings-and-Assertions.html#g-print"/>
|
685
|
+
<function name="g_set_print_handler ()" link="glib-Warnings-and-Assertions.html#g-set-print-handler"/>
|
686
|
+
<function name="GPrintFunc ()" link="glib-Warnings-and-Assertions.html#GPrintFunc"/>
|
687
|
+
<function name="g_printerr ()" link="glib-Warnings-and-Assertions.html#g-printerr"/>
|
688
|
+
<function name="g_set_printerr_handler ()" link="glib-Warnings-and-Assertions.html#g-set-printerr-handler"/>
|
689
|
+
<function name="g_return_if_fail()" link="glib-Warnings-and-Assertions.html#g-return-if-fail"/>
|
690
|
+
<function name="g_return_val_if_fail()" link="glib-Warnings-and-Assertions.html#g-return-val-if-fail"/>
|
691
|
+
<function name="g_return_if_reached" link="glib-Warnings-and-Assertions.html#g-return-if-reached"/>
|
692
|
+
<function name="g_return_val_if_reached()" link="glib-Warnings-and-Assertions.html#g-return-val-if-reached"/>
|
693
|
+
<function name="g_warn_if_fail()" link="glib-Warnings-and-Assertions.html#g-warn-if-fail"/>
|
694
|
+
<function name="g_warn_if_reached" link="glib-Warnings-and-Assertions.html#g-warn-if-reached"/>
|
695
|
+
<function name="g_on_error_query ()" link="glib-Warnings-and-Assertions.html#g-on-error-query"/>
|
696
|
+
<function name="g_on_error_stack_trace ()" link="glib-Warnings-and-Assertions.html#g-on-error-stack-trace"/>
|
697
|
+
<function name="G_BREAKPOINT" link="glib-Warnings-and-Assertions.html#G-BREAKPOINT:CAPS"/>
|
698
|
+
<function name="G_LOG_DOMAIN" link="glib-Message-Logging.html#G-LOG-DOMAIN:CAPS"/>
|
699
|
+
<function name="G_LOG_FATAL_MASK" link="glib-Message-Logging.html#G-LOG-FATAL-MASK:CAPS"/>
|
700
|
+
<function name="G_LOG_LEVEL_USER_SHIFT" link="glib-Message-Logging.html#G-LOG-LEVEL-USER-SHIFT:CAPS"/>
|
701
|
+
<function name="GLogFunc ()" link="glib-Message-Logging.html#GLogFunc"/>
|
702
|
+
<function name="enum GLogLevelFlags" link="glib-Message-Logging.html#GLogLevelFlags"/>
|
703
|
+
<function name="g_log ()" link="glib-Message-Logging.html#g-log"/>
|
704
|
+
<function name="g_logv ()" link="glib-Message-Logging.html#g-logv"/>
|
705
|
+
<function name="g_message()" link="glib-Message-Logging.html#g-message"/>
|
706
|
+
<function name="g_warning()" link="glib-Message-Logging.html#g-warning"/>
|
707
|
+
<function name="g_critical()" link="glib-Message-Logging.html#g-critical"/>
|
708
|
+
<function name="g_error()" link="glib-Message-Logging.html#g-error"/>
|
709
|
+
<function name="g_debug()" link="glib-Message-Logging.html#g-debug"/>
|
710
|
+
<function name="g_log_set_handler ()" link="glib-Message-Logging.html#g-log-set-handler"/>
|
711
|
+
<function name="g_log_remove_handler ()" link="glib-Message-Logging.html#g-log-remove-handler"/>
|
712
|
+
<function name="g_log_set_always_fatal ()" link="glib-Message-Logging.html#g-log-set-always-fatal"/>
|
713
|
+
<function name="g_log_set_fatal_mask ()" link="glib-Message-Logging.html#g-log-set-fatal-mask"/>
|
714
|
+
<function name="g_log_default_handler ()" link="glib-Message-Logging.html#g-log-default-handler"/>
|
715
|
+
<function name="g_log_set_default_handler ()" link="glib-Message-Logging.html#g-log-set-default-handler"/>
|
716
|
+
<function name="g_strdup ()" link="glib-String-Utility-Functions.html#g-strdup"/>
|
717
|
+
<function name="g_strndup ()" link="glib-String-Utility-Functions.html#g-strndup"/>
|
718
|
+
<function name="g_strdupv ()" link="glib-String-Utility-Functions.html#g-strdupv"/>
|
719
|
+
<function name="g_strnfill ()" link="glib-String-Utility-Functions.html#g-strnfill"/>
|
720
|
+
<function name="g_stpcpy ()" link="glib-String-Utility-Functions.html#g-stpcpy"/>
|
721
|
+
<function name="g_strstr_len ()" link="glib-String-Utility-Functions.html#g-strstr-len"/>
|
722
|
+
<function name="g_strrstr ()" link="glib-String-Utility-Functions.html#g-strrstr"/>
|
723
|
+
<function name="g_strrstr_len ()" link="glib-String-Utility-Functions.html#g-strrstr-len"/>
|
724
|
+
<function name="g_str_has_prefix ()" link="glib-String-Utility-Functions.html#g-str-has-prefix"/>
|
725
|
+
<function name="g_str_has_suffix ()" link="glib-String-Utility-Functions.html#g-str-has-suffix"/>
|
726
|
+
<function name="g_strcmp0 ()" link="glib-String-Utility-Functions.html#g-strcmp0"/>
|
727
|
+
<function name="g_strlcpy ()" link="glib-String-Utility-Functions.html#g-strlcpy"/>
|
728
|
+
<function name="g_strlcat ()" link="glib-String-Utility-Functions.html#g-strlcat"/>
|
729
|
+
<function name="g_strdup_printf ()" link="glib-String-Utility-Functions.html#g-strdup-printf"/>
|
730
|
+
<function name="g_strdup_vprintf ()" link="glib-String-Utility-Functions.html#g-strdup-vprintf"/>
|
731
|
+
<function name="g_printf ()" link="glib-String-Utility-Functions.html#g-printf"/>
|
732
|
+
<function name="g_vprintf ()" link="glib-String-Utility-Functions.html#g-vprintf"/>
|
733
|
+
<function name="g_fprintf ()" link="glib-String-Utility-Functions.html#g-fprintf"/>
|
734
|
+
<function name="g_vfprintf ()" link="glib-String-Utility-Functions.html#g-vfprintf"/>
|
735
|
+
<function name="g_sprintf ()" link="glib-String-Utility-Functions.html#g-sprintf"/>
|
736
|
+
<function name="g_vsprintf ()" link="glib-String-Utility-Functions.html#g-vsprintf"/>
|
737
|
+
<function name="g_snprintf ()" link="glib-String-Utility-Functions.html#g-snprintf"/>
|
738
|
+
<function name="g_vsnprintf ()" link="glib-String-Utility-Functions.html#g-vsnprintf"/>
|
739
|
+
<function name="g_vasprintf ()" link="glib-String-Utility-Functions.html#g-vasprintf"/>
|
740
|
+
<function name="g_printf_string_upper_bound ()" link="glib-String-Utility-Functions.html#g-printf-string-upper-bound"/>
|
741
|
+
<function name="g_ascii_isalnum ()" link="glib-String-Utility-Functions.html#g-ascii-isalnum"/>
|
742
|
+
<function name="g_ascii_isalpha ()" link="glib-String-Utility-Functions.html#g-ascii-isalpha"/>
|
743
|
+
<function name="g_ascii_iscntrl ()" link="glib-String-Utility-Functions.html#g-ascii-iscntrl"/>
|
744
|
+
<function name="g_ascii_isdigit ()" link="glib-String-Utility-Functions.html#g-ascii-isdigit"/>
|
745
|
+
<function name="g_ascii_isgraph ()" link="glib-String-Utility-Functions.html#g-ascii-isgraph"/>
|
746
|
+
<function name="g_ascii_islower ()" link="glib-String-Utility-Functions.html#g-ascii-islower"/>
|
747
|
+
<function name="g_ascii_isprint ()" link="glib-String-Utility-Functions.html#g-ascii-isprint"/>
|
748
|
+
<function name="g_ascii_ispunct ()" link="glib-String-Utility-Functions.html#g-ascii-ispunct"/>
|
749
|
+
<function name="g_ascii_isspace ()" link="glib-String-Utility-Functions.html#g-ascii-isspace"/>
|
750
|
+
<function name="g_ascii_isupper ()" link="glib-String-Utility-Functions.html#g-ascii-isupper"/>
|
751
|
+
<function name="g_ascii_isxdigit ()" link="glib-String-Utility-Functions.html#g-ascii-isxdigit"/>
|
752
|
+
<function name="g_ascii_digit_value ()" link="glib-String-Utility-Functions.html#g-ascii-digit-value"/>
|
753
|
+
<function name="g_ascii_xdigit_value ()" link="glib-String-Utility-Functions.html#g-ascii-xdigit-value"/>
|
754
|
+
<function name="g_ascii_strcasecmp ()" link="glib-String-Utility-Functions.html#g-ascii-strcasecmp"/>
|
755
|
+
<function name="g_ascii_strncasecmp ()" link="glib-String-Utility-Functions.html#g-ascii-strncasecmp"/>
|
756
|
+
<function name="g_ascii_strup ()" link="glib-String-Utility-Functions.html#g-ascii-strup"/>
|
757
|
+
<function name="g_ascii_strdown ()" link="glib-String-Utility-Functions.html#g-ascii-strdown"/>
|
758
|
+
<function name="g_ascii_tolower ()" link="glib-String-Utility-Functions.html#g-ascii-tolower"/>
|
759
|
+
<function name="g_ascii_toupper ()" link="glib-String-Utility-Functions.html#g-ascii-toupper"/>
|
760
|
+
<function name="g_string_ascii_up ()" link="glib-String-Utility-Functions.html#g-string-ascii-up"/>
|
761
|
+
<function name="g_string_ascii_down ()" link="glib-String-Utility-Functions.html#g-string-ascii-down"/>
|
762
|
+
<function name="g_strup ()" link="glib-String-Utility-Functions.html#g-strup"/>
|
763
|
+
<function name="g_strdown ()" link="glib-String-Utility-Functions.html#g-strdown"/>
|
764
|
+
<function name="g_strcasecmp ()" link="glib-String-Utility-Functions.html#g-strcasecmp"/>
|
765
|
+
<function name="g_strncasecmp ()" link="glib-String-Utility-Functions.html#g-strncasecmp"/>
|
766
|
+
<function name="g_strreverse ()" link="glib-String-Utility-Functions.html#g-strreverse"/>
|
767
|
+
<function name="g_ascii_strtoll ()" link="glib-String-Utility-Functions.html#g-ascii-strtoll"/>
|
768
|
+
<function name="g_ascii_strtoull ()" link="glib-String-Utility-Functions.html#g-ascii-strtoull"/>
|
769
|
+
<function name="G_ASCII_DTOSTR_BUF_SIZE" link="glib-String-Utility-Functions.html#G-ASCII-DTOSTR-BUF-SIZE:CAPS"/>
|
770
|
+
<function name="g_ascii_strtod ()" link="glib-String-Utility-Functions.html#g-ascii-strtod"/>
|
771
|
+
<function name="g_ascii_dtostr ()" link="glib-String-Utility-Functions.html#g-ascii-dtostr"/>
|
772
|
+
<function name="g_ascii_formatd ()" link="glib-String-Utility-Functions.html#g-ascii-formatd"/>
|
773
|
+
<function name="g_strtod ()" link="glib-String-Utility-Functions.html#g-strtod"/>
|
774
|
+
<function name="g_strchug ()" link="glib-String-Utility-Functions.html#g-strchug"/>
|
775
|
+
<function name="g_strchomp ()" link="glib-String-Utility-Functions.html#g-strchomp"/>
|
776
|
+
<function name="g_strstrip()" link="glib-String-Utility-Functions.html#g-strstrip"/>
|
777
|
+
<function name="g_strdelimit ()" link="glib-String-Utility-Functions.html#g-strdelimit"/>
|
778
|
+
<function name="G_STR_DELIMITERS" link="glib-String-Utility-Functions.html#G-STR-DELIMITERS:CAPS"/>
|
779
|
+
<function name="g_strescape ()" link="glib-String-Utility-Functions.html#g-strescape"/>
|
780
|
+
<function name="g_strcompress ()" link="glib-String-Utility-Functions.html#g-strcompress"/>
|
781
|
+
<function name="g_strcanon ()" link="glib-String-Utility-Functions.html#g-strcanon"/>
|
782
|
+
<function name="g_strsplit ()" link="glib-String-Utility-Functions.html#g-strsplit"/>
|
783
|
+
<function name="g_strsplit_set ()" link="glib-String-Utility-Functions.html#g-strsplit-set"/>
|
784
|
+
<function name="g_strfreev ()" link="glib-String-Utility-Functions.html#g-strfreev"/>
|
785
|
+
<function name="g_strconcat ()" link="glib-String-Utility-Functions.html#g-strconcat"/>
|
786
|
+
<function name="g_strjoin ()" link="glib-String-Utility-Functions.html#g-strjoin"/>
|
787
|
+
<function name="g_strjoinv ()" link="glib-String-Utility-Functions.html#g-strjoinv"/>
|
788
|
+
<function name="g_strv_length ()" link="glib-String-Utility-Functions.html#g-strv-length"/>
|
789
|
+
<function name="g_strerror ()" link="glib-String-Utility-Functions.html#g-strerror"/>
|
790
|
+
<function name="g_strsignal ()" link="glib-String-Utility-Functions.html#g-strsignal"/>
|
791
|
+
<function name="File Name Encodings" link="glib-Character-Set-Conversion.html#file-name-encodings"/>
|
792
|
+
<function name="g_convert ()" link="glib-Character-Set-Conversion.html#g-convert"/>
|
793
|
+
<function name="g_convert_with_fallback ()" link="glib-Character-Set-Conversion.html#g-convert-with-fallback"/>
|
794
|
+
<function name="GIConv" link="glib-Character-Set-Conversion.html#GIConv"/>
|
795
|
+
<function name="g_convert_with_iconv ()" link="glib-Character-Set-Conversion.html#g-convert-with-iconv"/>
|
796
|
+
<function name="G_CONVERT_ERROR" link="glib-Character-Set-Conversion.html#G-CONVERT-ERROR:CAPS"/>
|
797
|
+
<function name="g_iconv_open ()" link="glib-Character-Set-Conversion.html#g-iconv-open"/>
|
798
|
+
<function name="g_iconv ()" link="glib-Character-Set-Conversion.html#g-iconv"/>
|
799
|
+
<function name="g_iconv_close ()" link="glib-Character-Set-Conversion.html#g-iconv-close"/>
|
800
|
+
<function name="g_locale_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-locale-to-utf8"/>
|
801
|
+
<function name="g_filename_to_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-to-utf8"/>
|
802
|
+
<function name="g_filename_from_utf8 ()" link="glib-Character-Set-Conversion.html#g-filename-from-utf8"/>
|
803
|
+
<function name="g_filename_from_uri ()" link="glib-Character-Set-Conversion.html#g-filename-from-uri"/>
|
804
|
+
<function name="g_filename_to_uri ()" link="glib-Character-Set-Conversion.html#g-filename-to-uri"/>
|
805
|
+
<function name="g_get_filename_charsets ()" link="glib-Character-Set-Conversion.html#g-get-filename-charsets"/>
|
806
|
+
<function name="g_filename_display_name ()" link="glib-Character-Set-Conversion.html#g-filename-display-name"/>
|
807
|
+
<function name="g_filename_display_basename ()" link="glib-Character-Set-Conversion.html#g-filename-display-basename"/>
|
808
|
+
<function name="g_locale_from_utf8 ()" link="glib-Character-Set-Conversion.html#g-locale-from-utf8"/>
|
809
|
+
<function name="enum GConvertError" link="glib-Character-Set-Conversion.html#GConvertError"/>
|
810
|
+
<function name="g_get_charset ()" link="glib-Character-Set-Conversion.html#g-get-charset"/>
|
811
|
+
<function name="gunichar" link="glib-Unicode-Manipulation.html#gunichar"/>
|
812
|
+
<function name="gunichar2" link="glib-Unicode-Manipulation.html#gunichar2"/>
|
813
|
+
<function name="g_unichar_validate ()" link="glib-Unicode-Manipulation.html#g-unichar-validate"/>
|
814
|
+
<function name="g_unichar_isalnum ()" link="glib-Unicode-Manipulation.html#g-unichar-isalnum"/>
|
815
|
+
<function name="g_unichar_isalpha ()" link="glib-Unicode-Manipulation.html#g-unichar-isalpha"/>
|
816
|
+
<function name="g_unichar_iscntrl ()" link="glib-Unicode-Manipulation.html#g-unichar-iscntrl"/>
|
817
|
+
<function name="g_unichar_isdefined ()" link="glib-Unicode-Manipulation.html#g-unichar-isdefined"/>
|
818
|
+
<function name="g_unichar_isdigit ()" link="glib-Unicode-Manipulation.html#g-unichar-isdigit"/>
|
819
|
+
<function name="g_unichar_isgraph ()" link="glib-Unicode-Manipulation.html#g-unichar-isgraph"/>
|
820
|
+
<function name="g_unichar_islower ()" link="glib-Unicode-Manipulation.html#g-unichar-islower"/>
|
821
|
+
<function name="g_unichar_ismark ()" link="glib-Unicode-Manipulation.html#g-unichar-ismark"/>
|
822
|
+
<function name="g_unichar_isprint ()" link="glib-Unicode-Manipulation.html#g-unichar-isprint"/>
|
823
|
+
<function name="g_unichar_ispunct ()" link="glib-Unicode-Manipulation.html#g-unichar-ispunct"/>
|
824
|
+
<function name="g_unichar_isspace ()" link="glib-Unicode-Manipulation.html#g-unichar-isspace"/>
|
825
|
+
<function name="g_unichar_istitle ()" link="glib-Unicode-Manipulation.html#g-unichar-istitle"/>
|
826
|
+
<function name="g_unichar_isupper ()" link="glib-Unicode-Manipulation.html#g-unichar-isupper"/>
|
827
|
+
<function name="g_unichar_isxdigit ()" link="glib-Unicode-Manipulation.html#g-unichar-isxdigit"/>
|
828
|
+
<function name="g_unichar_iswide ()" link="glib-Unicode-Manipulation.html#g-unichar-iswide"/>
|
829
|
+
<function name="g_unichar_iswide_cjk ()" link="glib-Unicode-Manipulation.html#g-unichar-iswide-cjk"/>
|
830
|
+
<function name="g_unichar_iszerowidth ()" link="glib-Unicode-Manipulation.html#g-unichar-iszerowidth"/>
|
831
|
+
<function name="g_unichar_toupper ()" link="glib-Unicode-Manipulation.html#g-unichar-toupper"/>
|
832
|
+
<function name="g_unichar_tolower ()" link="glib-Unicode-Manipulation.html#g-unichar-tolower"/>
|
833
|
+
<function name="g_unichar_totitle ()" link="glib-Unicode-Manipulation.html#g-unichar-totitle"/>
|
834
|
+
<function name="g_unichar_digit_value ()" link="glib-Unicode-Manipulation.html#g-unichar-digit-value"/>
|
835
|
+
<function name="g_unichar_xdigit_value ()" link="glib-Unicode-Manipulation.html#g-unichar-xdigit-value"/>
|
836
|
+
<function name="enum GUnicodeType" link="glib-Unicode-Manipulation.html#GUnicodeType"/>
|
837
|
+
<function name="g_unichar_type ()" link="glib-Unicode-Manipulation.html#g-unichar-type"/>
|
838
|
+
<function name="enum GUnicodeBreakType" link="glib-Unicode-Manipulation.html#GUnicodeBreakType"/>
|
839
|
+
<function name="g_unichar_break_type ()" link="glib-Unicode-Manipulation.html#g-unichar-break-type"/>
|
840
|
+
<function name="g_unichar_combining_class ()" link="glib-Unicode-Manipulation.html#g-unichar-combining-class"/>
|
841
|
+
<function name="g_unicode_canonical_ordering ()" link="glib-Unicode-Manipulation.html#g-unicode-canonical-ordering"/>
|
842
|
+
<function name="g_unicode_canonical_decomposition ()" link="glib-Unicode-Manipulation.html#g-unicode-canonical-decomposition"/>
|
843
|
+
<function name="g_unichar_get_mirror_char ()" link="glib-Unicode-Manipulation.html#g-unichar-get-mirror-char"/>
|
844
|
+
<function name="enum GUnicodeScript" link="glib-Unicode-Manipulation.html#GUnicodeScript"/>
|
845
|
+
<function name="g_unichar_get_script ()" link="glib-Unicode-Manipulation.html#g-unichar-get-script"/>
|
846
|
+
<function name="g_utf8_next_char()" link="glib-Unicode-Manipulation.html#g-utf8-next-char"/>
|
847
|
+
<function name="g_utf8_get_char ()" link="glib-Unicode-Manipulation.html#g-utf8-get-char"/>
|
848
|
+
<function name="g_utf8_get_char_validated ()" link="glib-Unicode-Manipulation.html#g-utf8-get-char-validated"/>
|
849
|
+
<function name="g_utf8_offset_to_pointer ()" link="glib-Unicode-Manipulation.html#g-utf8-offset-to-pointer"/>
|
850
|
+
<function name="g_utf8_pointer_to_offset ()" link="glib-Unicode-Manipulation.html#g-utf8-pointer-to-offset"/>
|
851
|
+
<function name="g_utf8_prev_char ()" link="glib-Unicode-Manipulation.html#g-utf8-prev-char"/>
|
852
|
+
<function name="g_utf8_find_next_char ()" link="glib-Unicode-Manipulation.html#g-utf8-find-next-char"/>
|
853
|
+
<function name="g_utf8_find_prev_char ()" link="glib-Unicode-Manipulation.html#g-utf8-find-prev-char"/>
|
854
|
+
<function name="g_utf8_strlen ()" link="glib-Unicode-Manipulation.html#g-utf8-strlen"/>
|
855
|
+
<function name="g_utf8_strncpy ()" link="glib-Unicode-Manipulation.html#g-utf8-strncpy"/>
|
856
|
+
<function name="g_utf8_strchr ()" link="glib-Unicode-Manipulation.html#g-utf8-strchr"/>
|
857
|
+
<function name="g_utf8_strrchr ()" link="glib-Unicode-Manipulation.html#g-utf8-strrchr"/>
|
858
|
+
<function name="g_utf8_strreverse ()" link="glib-Unicode-Manipulation.html#g-utf8-strreverse"/>
|
859
|
+
<function name="g_utf8_validate ()" link="glib-Unicode-Manipulation.html#g-utf8-validate"/>
|
860
|
+
<function name="g_utf8_strup ()" link="glib-Unicode-Manipulation.html#g-utf8-strup"/>
|
861
|
+
<function name="g_utf8_strdown ()" link="glib-Unicode-Manipulation.html#g-utf8-strdown"/>
|
862
|
+
<function name="g_utf8_casefold ()" link="glib-Unicode-Manipulation.html#g-utf8-casefold"/>
|
863
|
+
<function name="g_utf8_normalize ()" link="glib-Unicode-Manipulation.html#g-utf8-normalize"/>
|
864
|
+
<function name="enum GNormalizeMode" link="glib-Unicode-Manipulation.html#GNormalizeMode"/>
|
865
|
+
<function name="g_utf8_collate ()" link="glib-Unicode-Manipulation.html#g-utf8-collate"/>
|
866
|
+
<function name="g_utf8_collate_key ()" link="glib-Unicode-Manipulation.html#g-utf8-collate-key"/>
|
867
|
+
<function name="g_utf8_collate_key_for_filename ()" link="glib-Unicode-Manipulation.html#g-utf8-collate-key-for-filename"/>
|
868
|
+
<function name="g_utf8_to_utf16 ()" link="glib-Unicode-Manipulation.html#g-utf8-to-utf16"/>
|
869
|
+
<function name="g_utf8_to_ucs4 ()" link="glib-Unicode-Manipulation.html#g-utf8-to-ucs4"/>
|
870
|
+
<function name="g_utf8_to_ucs4_fast ()" link="glib-Unicode-Manipulation.html#g-utf8-to-ucs4-fast"/>
|
871
|
+
<function name="g_utf16_to_ucs4 ()" link="glib-Unicode-Manipulation.html#g-utf16-to-ucs4"/>
|
872
|
+
<function name="g_utf16_to_utf8 ()" link="glib-Unicode-Manipulation.html#g-utf16-to-utf8"/>
|
873
|
+
<function name="g_ucs4_to_utf16 ()" link="glib-Unicode-Manipulation.html#g-ucs4-to-utf16"/>
|
874
|
+
<function name="g_ucs4_to_utf8 ()" link="glib-Unicode-Manipulation.html#g-ucs4-to-utf8"/>
|
875
|
+
<function name="g_unichar_to_utf8 ()" link="glib-Unicode-Manipulation.html#g-unichar-to-utf8"/>
|
876
|
+
<function name="g_base64_encode_step ()" link="glib-Base64-Encoding.html#g-base64-encode-step"/>
|
877
|
+
<function name="g_base64_encode_close ()" link="glib-Base64-Encoding.html#g-base64-encode-close"/>
|
878
|
+
<function name="g_base64_encode ()" link="glib-Base64-Encoding.html#g-base64-encode"/>
|
879
|
+
<function name="g_base64_decode_step ()" link="glib-Base64-Encoding.html#g-base64-decode-step"/>
|
880
|
+
<function name="g_base64_decode ()" link="glib-Base64-Encoding.html#g-base64-decode"/>
|
881
|
+
<function name="g_base64_decode_inplace ()" link="glib-Base64-Encoding.html#g-base64-decode-inplace"/>
|
882
|
+
<function name="enum GChecksumType" link="glib-Data-Checksums.html#GChecksumType"/>
|
883
|
+
<function name="g_checksum_type_get_length ()" link="glib-Data-Checksums.html#g-checksum-type-get-length"/>
|
884
|
+
<function name="GChecksum" link="glib-Data-Checksums.html#GChecksum"/>
|
885
|
+
<function name="g_checksum_new ()" link="glib-Data-Checksums.html#g-checksum-new"/>
|
886
|
+
<function name="g_checksum_copy ()" link="glib-Data-Checksums.html#g-checksum-copy"/>
|
887
|
+
<function name="g_checksum_free ()" link="glib-Data-Checksums.html#g-checksum-free"/>
|
888
|
+
<function name="g_checksum_reset ()" link="glib-Data-Checksums.html#g-checksum-reset"/>
|
889
|
+
<function name="g_checksum_update ()" link="glib-Data-Checksums.html#g-checksum-update"/>
|
890
|
+
<function name="g_checksum_get_string ()" link="glib-Data-Checksums.html#g-checksum-get-string"/>
|
891
|
+
<function name="g_checksum_get_digest ()" link="glib-Data-Checksums.html#g-checksum-get-digest"/>
|
892
|
+
<function name="g_compute_checksum_for_data ()" link="glib-Data-Checksums.html#g-compute-checksum-for-data"/>
|
893
|
+
<function name="g_compute_checksum_for_string ()" link="glib-Data-Checksums.html#g-compute-checksum-for-string"/>
|
894
|
+
<function name="Q_()" link="glib-I18N.html#Q-:CAPS"/>
|
895
|
+
<function name="C_()" link="glib-I18N.html#C-:CAPS"/>
|
896
|
+
<function name="N_()" link="glib-I18N.html#N-:CAPS"/>
|
897
|
+
<function name="NC_()" link="glib-I18N.html#NC-:CAPS"/>
|
898
|
+
<function name="g_dgettext ()" link="glib-I18N.html#g-dgettext"/>
|
899
|
+
<function name="g_dngettext ()" link="glib-I18N.html#g-dngettext"/>
|
900
|
+
<function name="g_dpgettext ()" link="glib-I18N.html#g-dpgettext"/>
|
901
|
+
<function name="g_dpgettext2 ()" link="glib-I18N.html#g-dpgettext2"/>
|
902
|
+
<function name="g_strip_context ()" link="glib-I18N.html#g-strip-context"/>
|
903
|
+
<function name="g_get_language_names ()" link="glib-I18N.html#g-get-language-names"/>
|
904
|
+
<function name="G_USEC_PER_SEC" link="glib-Date-and-Time-Functions.html#G-USEC-PER-SEC:CAPS"/>
|
905
|
+
<function name="GTimeVal" link="glib-Date-and-Time-Functions.html#GTimeVal"/>
|
906
|
+
<function name="g_get_current_time ()" link="glib-Date-and-Time-Functions.html#g-get-current-time"/>
|
907
|
+
<function name="g_usleep ()" link="glib-Date-and-Time-Functions.html#g-usleep"/>
|
908
|
+
<function name="g_time_val_add ()" link="glib-Date-and-Time-Functions.html#g-time-val-add"/>
|
909
|
+
<function name="g_time_val_from_iso8601 ()" link="glib-Date-and-Time-Functions.html#g-time-val-from-iso8601"/>
|
910
|
+
<function name="g_time_val_to_iso8601 ()" link="glib-Date-and-Time-Functions.html#g-time-val-to-iso8601"/>
|
911
|
+
<function name="GDate" link="glib-Date-and-Time-Functions.html#GDate"/>
|
912
|
+
<function name="GTime" link="glib-Date-and-Time-Functions.html#GTime"/>
|
913
|
+
<function name="enum GDateDMY" link="glib-Date-and-Time-Functions.html#GDateDMY"/>
|
914
|
+
<function name="GDateDay" link="glib-Date-and-Time-Functions.html#GDateDay"/>
|
915
|
+
<function name="enum GDateMonth" link="glib-Date-and-Time-Functions.html#GDateMonth"/>
|
916
|
+
<function name="GDateYear" link="glib-Date-and-Time-Functions.html#GDateYear"/>
|
917
|
+
<function name="enum GDateWeekday" link="glib-Date-and-Time-Functions.html#GDateWeekday"/>
|
918
|
+
<function name="G_DATE_BAD_DAY" link="glib-Date-and-Time-Functions.html#G-DATE-BAD-DAY:CAPS"/>
|
919
|
+
<function name="G_DATE_BAD_JULIAN" link="glib-Date-and-Time-Functions.html#G-DATE-BAD-JULIAN:CAPS"/>
|
920
|
+
<function name="G_DATE_BAD_YEAR" link="glib-Date-and-Time-Functions.html#G-DATE-BAD-YEAR:CAPS"/>
|
921
|
+
<function name="g_date_new ()" link="glib-Date-and-Time-Functions.html#g-date-new"/>
|
922
|
+
<function name="g_date_new_dmy ()" link="glib-Date-and-Time-Functions.html#g-date-new-dmy"/>
|
923
|
+
<function name="g_date_new_julian ()" link="glib-Date-and-Time-Functions.html#g-date-new-julian"/>
|
924
|
+
<function name="g_date_clear ()" link="glib-Date-and-Time-Functions.html#g-date-clear"/>
|
925
|
+
<function name="g_date_free ()" link="glib-Date-and-Time-Functions.html#g-date-free"/>
|
926
|
+
<function name="g_date_set_day ()" link="glib-Date-and-Time-Functions.html#g-date-set-day"/>
|
927
|
+
<function name="g_date_set_month ()" link="glib-Date-and-Time-Functions.html#g-date-set-month"/>
|
928
|
+
<function name="g_date_set_year ()" link="glib-Date-and-Time-Functions.html#g-date-set-year"/>
|
929
|
+
<function name="g_date_set_dmy ()" link="glib-Date-and-Time-Functions.html#g-date-set-dmy"/>
|
930
|
+
<function name="g_date_set_julian ()" link="glib-Date-and-Time-Functions.html#g-date-set-julian"/>
|
931
|
+
<function name="g_date_set_time ()" link="glib-Date-and-Time-Functions.html#g-date-set-time"/>
|
932
|
+
<function name="g_date_set_time_t ()" link="glib-Date-and-Time-Functions.html#g-date-set-time-t"/>
|
933
|
+
<function name="g_date_set_time_val ()" link="glib-Date-and-Time-Functions.html#g-date-set-time-val"/>
|
934
|
+
<function name="g_date_set_parse ()" link="glib-Date-and-Time-Functions.html#g-date-set-parse"/>
|
935
|
+
<function name="g_date_add_days ()" link="glib-Date-and-Time-Functions.html#g-date-add-days"/>
|
936
|
+
<function name="g_date_subtract_days ()" link="glib-Date-and-Time-Functions.html#g-date-subtract-days"/>
|
937
|
+
<function name="g_date_add_months ()" link="glib-Date-and-Time-Functions.html#g-date-add-months"/>
|
938
|
+
<function name="g_date_subtract_months ()" link="glib-Date-and-Time-Functions.html#g-date-subtract-months"/>
|
939
|
+
<function name="g_date_add_years ()" link="glib-Date-and-Time-Functions.html#g-date-add-years"/>
|
940
|
+
<function name="g_date_subtract_years ()" link="glib-Date-and-Time-Functions.html#g-date-subtract-years"/>
|
941
|
+
<function name="g_date_days_between ()" link="glib-Date-and-Time-Functions.html#g-date-days-between"/>
|
942
|
+
<function name="g_date_compare ()" link="glib-Date-and-Time-Functions.html#g-date-compare"/>
|
943
|
+
<function name="g_date_clamp ()" link="glib-Date-and-Time-Functions.html#g-date-clamp"/>
|
944
|
+
<function name="g_date_order ()" link="glib-Date-and-Time-Functions.html#g-date-order"/>
|
945
|
+
<function name="g_date_get_day ()" link="glib-Date-and-Time-Functions.html#g-date-get-day"/>
|
946
|
+
<function name="g_date_get_month ()" link="glib-Date-and-Time-Functions.html#g-date-get-month"/>
|
947
|
+
<function name="g_date_get_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-year"/>
|
948
|
+
<function name="g_date_get_julian ()" link="glib-Date-and-Time-Functions.html#g-date-get-julian"/>
|
949
|
+
<function name="g_date_get_weekday ()" link="glib-Date-and-Time-Functions.html#g-date-get-weekday"/>
|
950
|
+
<function name="g_date_get_day_of_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-day-of-year"/>
|
951
|
+
<function name="g_date_get_days_in_month ()" link="glib-Date-and-Time-Functions.html#g-date-get-days-in-month"/>
|
952
|
+
<function name="g_date_is_first_of_month ()" link="glib-Date-and-Time-Functions.html#g-date-is-first-of-month"/>
|
953
|
+
<function name="g_date_is_last_of_month ()" link="glib-Date-and-Time-Functions.html#g-date-is-last-of-month"/>
|
954
|
+
<function name="g_date_is_leap_year ()" link="glib-Date-and-Time-Functions.html#g-date-is-leap-year"/>
|
955
|
+
<function name="g_date_get_monday_week_of_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-monday-week-of-year"/>
|
956
|
+
<function name="g_date_get_monday_weeks_in_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-monday-weeks-in-year"/>
|
957
|
+
<function name="g_date_get_sunday_week_of_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-sunday-week-of-year"/>
|
958
|
+
<function name="g_date_get_sunday_weeks_in_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-sunday-weeks-in-year"/>
|
959
|
+
<function name="g_date_get_iso8601_week_of_year ()" link="glib-Date-and-Time-Functions.html#g-date-get-iso8601-week-of-year"/>
|
960
|
+
<function name="g_date_strftime ()" link="glib-Date-and-Time-Functions.html#g-date-strftime"/>
|
961
|
+
<function name="g_date_to_struct_tm ()" link="glib-Date-and-Time-Functions.html#g-date-to-struct-tm"/>
|
962
|
+
<function name="g_date_valid ()" link="glib-Date-and-Time-Functions.html#g-date-valid"/>
|
963
|
+
<function name="g_date_valid_day ()" link="glib-Date-and-Time-Functions.html#g-date-valid-day"/>
|
964
|
+
<function name="g_date_valid_month ()" link="glib-Date-and-Time-Functions.html#g-date-valid-month"/>
|
965
|
+
<function name="g_date_valid_year ()" link="glib-Date-and-Time-Functions.html#g-date-valid-year"/>
|
966
|
+
<function name="g_date_valid_dmy ()" link="glib-Date-and-Time-Functions.html#g-date-valid-dmy"/>
|
967
|
+
<function name="g_date_valid_julian ()" link="glib-Date-and-Time-Functions.html#g-date-valid-julian"/>
|
968
|
+
<function name="g_date_valid_weekday ()" link="glib-Date-and-Time-Functions.html#g-date-valid-weekday"/>
|
969
|
+
<function name="GRand" link="glib-Random-Numbers.html#GRand"/>
|
970
|
+
<function name="g_rand_new_with_seed ()" link="glib-Random-Numbers.html#g-rand-new-with-seed"/>
|
971
|
+
<function name="g_rand_new_with_seed_array ()" link="glib-Random-Numbers.html#g-rand-new-with-seed-array"/>
|
972
|
+
<function name="g_rand_new ()" link="glib-Random-Numbers.html#g-rand-new"/>
|
973
|
+
<function name="g_rand_copy ()" link="glib-Random-Numbers.html#g-rand-copy"/>
|
974
|
+
<function name="g_rand_free ()" link="glib-Random-Numbers.html#g-rand-free"/>
|
975
|
+
<function name="g_rand_set_seed ()" link="glib-Random-Numbers.html#g-rand-set-seed"/>
|
976
|
+
<function name="g_rand_set_seed_array ()" link="glib-Random-Numbers.html#g-rand-set-seed-array"/>
|
977
|
+
<function name="g_rand_boolean()" link="glib-Random-Numbers.html#g-rand-boolean"/>
|
978
|
+
<function name="g_rand_int ()" link="glib-Random-Numbers.html#g-rand-int"/>
|
979
|
+
<function name="g_rand_int_range ()" link="glib-Random-Numbers.html#g-rand-int-range"/>
|
980
|
+
<function name="g_rand_double ()" link="glib-Random-Numbers.html#g-rand-double"/>
|
981
|
+
<function name="g_rand_double_range ()" link="glib-Random-Numbers.html#g-rand-double-range"/>
|
982
|
+
<function name="g_random_set_seed ()" link="glib-Random-Numbers.html#g-random-set-seed"/>
|
983
|
+
<function name="g_random_boolean" link="glib-Random-Numbers.html#g-random-boolean"/>
|
984
|
+
<function name="g_random_int ()" link="glib-Random-Numbers.html#g-random-int"/>
|
985
|
+
<function name="g_random_int_range ()" link="glib-Random-Numbers.html#g-random-int-range"/>
|
986
|
+
<function name="g_random_double ()" link="glib-Random-Numbers.html#g-random-double"/>
|
987
|
+
<function name="g_random_double_range ()" link="glib-Random-Numbers.html#g-random-double-range"/>
|
988
|
+
<function name="GHookList" link="glib-Hook-Functions.html#GHookList"/>
|
989
|
+
<function name="GHookFinalizeFunc ()" link="glib-Hook-Functions.html#GHookFinalizeFunc"/>
|
990
|
+
<function name="GHook" link="glib-Hook-Functions.html#GHook"/>
|
991
|
+
<function name="GHookFunc ()" link="glib-Hook-Functions.html#GHookFunc"/>
|
992
|
+
<function name="GHookCheckFunc ()" link="glib-Hook-Functions.html#GHookCheckFunc"/>
|
993
|
+
<function name="g_hook_list_init ()" link="glib-Hook-Functions.html#g-hook-list-init"/>
|
994
|
+
<function name="g_hook_list_invoke ()" link="glib-Hook-Functions.html#g-hook-list-invoke"/>
|
995
|
+
<function name="g_hook_list_invoke_check ()" link="glib-Hook-Functions.html#g-hook-list-invoke-check"/>
|
996
|
+
<function name="g_hook_list_marshal ()" link="glib-Hook-Functions.html#g-hook-list-marshal"/>
|
997
|
+
<function name="GHookMarshaller ()" link="glib-Hook-Functions.html#GHookMarshaller"/>
|
998
|
+
<function name="g_hook_list_marshal_check ()" link="glib-Hook-Functions.html#g-hook-list-marshal-check"/>
|
999
|
+
<function name="GHookCheckMarshaller ()" link="glib-Hook-Functions.html#GHookCheckMarshaller"/>
|
1000
|
+
<function name="g_hook_list_clear ()" link="glib-Hook-Functions.html#g-hook-list-clear"/>
|
1001
|
+
<function name="g_hook_alloc ()" link="glib-Hook-Functions.html#g-hook-alloc"/>
|
1002
|
+
<function name="g_hook_append()" link="glib-Hook-Functions.html#g-hook-append"/>
|
1003
|
+
<function name="g_hook_prepend ()" link="glib-Hook-Functions.html#g-hook-prepend"/>
|
1004
|
+
<function name="g_hook_insert_before ()" link="glib-Hook-Functions.html#g-hook-insert-before"/>
|
1005
|
+
<function name="g_hook_insert_sorted ()" link="glib-Hook-Functions.html#g-hook-insert-sorted"/>
|
1006
|
+
<function name="GHookCompareFunc ()" link="glib-Hook-Functions.html#GHookCompareFunc"/>
|
1007
|
+
<function name="g_hook_compare_ids ()" link="glib-Hook-Functions.html#g-hook-compare-ids"/>
|
1008
|
+
<function name="g_hook_get ()" link="glib-Hook-Functions.html#g-hook-get"/>
|
1009
|
+
<function name="g_hook_find ()" link="glib-Hook-Functions.html#g-hook-find"/>
|
1010
|
+
<function name="GHookFindFunc ()" link="glib-Hook-Functions.html#GHookFindFunc"/>
|
1011
|
+
<function name="g_hook_find_data ()" link="glib-Hook-Functions.html#g-hook-find-data"/>
|
1012
|
+
<function name="g_hook_find_func ()" link="glib-Hook-Functions.html#g-hook-find-func"/>
|
1013
|
+
<function name="g_hook_find_func_data ()" link="glib-Hook-Functions.html#g-hook-find-func-data"/>
|
1014
|
+
<function name="g_hook_first_valid ()" link="glib-Hook-Functions.html#g-hook-first-valid"/>
|
1015
|
+
<function name="g_hook_next_valid ()" link="glib-Hook-Functions.html#g-hook-next-valid"/>
|
1016
|
+
<function name="enum GHookFlagMask" link="glib-Hook-Functions.html#GHookFlagMask"/>
|
1017
|
+
<function name="G_HOOK_FLAGS()" link="glib-Hook-Functions.html#G-HOOK-FLAGS:CAPS"/>
|
1018
|
+
<function name="G_HOOK_FLAG_USER_SHIFT" link="glib-Hook-Functions.html#G-HOOK-FLAG-USER-SHIFT:CAPS"/>
|
1019
|
+
<function name="G_HOOK()" link="glib-Hook-Functions.html#G-HOOK:CAPS"/>
|
1020
|
+
<function name="G_HOOK_IS_VALID()" link="glib-Hook-Functions.html#G-HOOK-IS-VALID:CAPS"/>
|
1021
|
+
<function name="G_HOOK_ACTIVE()" link="glib-Hook-Functions.html#G-HOOK-ACTIVE:CAPS"/>
|
1022
|
+
<function name="G_HOOK_IN_CALL()" link="glib-Hook-Functions.html#G-HOOK-IN-CALL:CAPS"/>
|
1023
|
+
<function name="G_HOOK_IS_UNLINKED()" link="glib-Hook-Functions.html#G-HOOK-IS-UNLINKED:CAPS"/>
|
1024
|
+
<function name="g_hook_ref ()" link="glib-Hook-Functions.html#g-hook-ref"/>
|
1025
|
+
<function name="g_hook_unref ()" link="glib-Hook-Functions.html#g-hook-unref"/>
|
1026
|
+
<function name="g_hook_free ()" link="glib-Hook-Functions.html#g-hook-free"/>
|
1027
|
+
<function name="g_hook_destroy ()" link="glib-Hook-Functions.html#g-hook-destroy"/>
|
1028
|
+
<function name="g_hook_destroy_link ()" link="glib-Hook-Functions.html#g-hook-destroy-link"/>
|
1029
|
+
<function name="g_get_application_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-application-name"/>
|
1030
|
+
<function name="g_set_application_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-set-application-name"/>
|
1031
|
+
<function name="g_get_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-prgname"/>
|
1032
|
+
<function name="g_set_prgname ()" link="glib-Miscellaneous-Utility-Functions.html#g-set-prgname"/>
|
1033
|
+
<function name="g_getenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-getenv"/>
|
1034
|
+
<function name="g_setenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-setenv"/>
|
1035
|
+
<function name="g_unsetenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-unsetenv"/>
|
1036
|
+
<function name="g_listenv ()" link="glib-Miscellaneous-Utility-Functions.html#g-listenv"/>
|
1037
|
+
<function name="g_get_user_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-name"/>
|
1038
|
+
<function name="g_get_real_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-real-name"/>
|
1039
|
+
<function name="g_get_user_cache_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-cache-dir"/>
|
1040
|
+
<function name="g_get_user_data_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir"/>
|
1041
|
+
<function name="g_get_user_config_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-config-dir"/>
|
1042
|
+
<function name="enum GUserDirectory" link="glib-Miscellaneous-Utility-Functions.html#GUserDirectory"/>
|
1043
|
+
<function name="g_get_user_special_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-user-special-dir"/>
|
1044
|
+
<function name="g_get_system_data_dirs ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-system-data-dirs"/>
|
1045
|
+
<function name="g_get_system_config_dirs ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-system-config-dirs"/>
|
1046
|
+
<function name="g_reload_user_special_dirs_cache ()" link="glib-Miscellaneous-Utility-Functions.html#g-reload-user-special-dirs-cache"/>
|
1047
|
+
<function name="g_get_host_name ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-host-name"/>
|
1048
|
+
<function name="g_get_home_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-home-dir"/>
|
1049
|
+
<function name="g_get_tmp_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-tmp-dir"/>
|
1050
|
+
<function name="g_get_current_dir ()" link="glib-Miscellaneous-Utility-Functions.html#g-get-current-dir"/>
|
1051
|
+
<function name="g_basename ()" link="glib-Miscellaneous-Utility-Functions.html#g-basename"/>
|
1052
|
+
<function name="g_dirname" link="glib-Miscellaneous-Utility-Functions.html#g-dirname"/>
|
1053
|
+
<function name="g_path_is_absolute ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-is-absolute"/>
|
1054
|
+
<function name="g_path_skip_root ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-skip-root"/>
|
1055
|
+
<function name="g_path_get_basename ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-get-basename"/>
|
1056
|
+
<function name="g_path_get_dirname ()" link="glib-Miscellaneous-Utility-Functions.html#g-path-get-dirname"/>
|
1057
|
+
<function name="g_build_filename ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-filename"/>
|
1058
|
+
<function name="g_build_filenamev ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-filenamev"/>
|
1059
|
+
<function name="g_build_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-path"/>
|
1060
|
+
<function name="g_build_pathv ()" link="glib-Miscellaneous-Utility-Functions.html#g-build-pathv"/>
|
1061
|
+
<function name="g_format_size_for_display ()" link="glib-Miscellaneous-Utility-Functions.html#g-format-size-for-display"/>
|
1062
|
+
<function name="g_find_program_in_path ()" link="glib-Miscellaneous-Utility-Functions.html#g-find-program-in-path"/>
|
1063
|
+
<function name="g_bit_nth_lsf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-lsf"/>
|
1064
|
+
<function name="g_bit_nth_msf ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-nth-msf"/>
|
1065
|
+
<function name="g_bit_storage ()" link="glib-Miscellaneous-Utility-Functions.html#g-bit-storage"/>
|
1066
|
+
<function name="g_spaced_primes_closest ()" link="glib-Miscellaneous-Utility-Functions.html#g-spaced-primes-closest"/>
|
1067
|
+
<function name="g_atexit ()" link="glib-Miscellaneous-Utility-Functions.html#g-atexit"/>
|
1068
|
+
<function name="g_parse_debug_string ()" link="glib-Miscellaneous-Utility-Functions.html#g-parse-debug-string"/>
|
1069
|
+
<function name="GDebugKey" link="glib-Miscellaneous-Utility-Functions.html#GDebugKey"/>
|
1070
|
+
<function name="GVoidFunc ()" link="glib-Miscellaneous-Utility-Functions.html#GVoidFunc"/>
|
1071
|
+
<function name="GFreeFunc ()" link="glib-Miscellaneous-Utility-Functions.html#GFreeFunc"/>
|
1072
|
+
<function name="g_qsort_with_data ()" link="glib-Miscellaneous-Utility-Functions.html#g-qsort-with-data"/>
|
1073
|
+
<function name="g_nullify_pointer ()" link="glib-Miscellaneous-Utility-Functions.html#g-nullify-pointer"/>
|
1074
|
+
<function name="GScanner" link="glib-Lexical-Scanner.html#GScanner"/>
|
1075
|
+
<function name="GScannerConfig" link="glib-Lexical-Scanner.html#GScannerConfig"/>
|
1076
|
+
<function name="g_scanner_new ()" link="glib-Lexical-Scanner.html#g-scanner-new"/>
|
1077
|
+
<function name="g_scanner_destroy ()" link="glib-Lexical-Scanner.html#g-scanner-destroy"/>
|
1078
|
+
<function name="g_scanner_input_file ()" link="glib-Lexical-Scanner.html#g-scanner-input-file"/>
|
1079
|
+
<function name="g_scanner_sync_file_offset ()" link="glib-Lexical-Scanner.html#g-scanner-sync-file-offset"/>
|
1080
|
+
<function name="g_scanner_input_text ()" link="glib-Lexical-Scanner.html#g-scanner-input-text"/>
|
1081
|
+
<function name="g_scanner_peek_next_token ()" link="glib-Lexical-Scanner.html#g-scanner-peek-next-token"/>
|
1082
|
+
<function name="g_scanner_get_next_token ()" link="glib-Lexical-Scanner.html#g-scanner-get-next-token"/>
|
1083
|
+
<function name="g_scanner_eof ()" link="glib-Lexical-Scanner.html#g-scanner-eof"/>
|
1084
|
+
<function name="g_scanner_cur_line ()" link="glib-Lexical-Scanner.html#g-scanner-cur-line"/>
|
1085
|
+
<function name="g_scanner_cur_position ()" link="glib-Lexical-Scanner.html#g-scanner-cur-position"/>
|
1086
|
+
<function name="g_scanner_cur_token ()" link="glib-Lexical-Scanner.html#g-scanner-cur-token"/>
|
1087
|
+
<function name="g_scanner_cur_value ()" link="glib-Lexical-Scanner.html#g-scanner-cur-value"/>
|
1088
|
+
<function name="g_scanner_set_scope ()" link="glib-Lexical-Scanner.html#g-scanner-set-scope"/>
|
1089
|
+
<function name="g_scanner_scope_add_symbol ()" link="glib-Lexical-Scanner.html#g-scanner-scope-add-symbol"/>
|
1090
|
+
<function name="g_scanner_scope_foreach_symbol ()" link="glib-Lexical-Scanner.html#g-scanner-scope-foreach-symbol"/>
|
1091
|
+
<function name="g_scanner_scope_lookup_symbol ()" link="glib-Lexical-Scanner.html#g-scanner-scope-lookup-symbol"/>
|
1092
|
+
<function name="g_scanner_scope_remove_symbol ()" link="glib-Lexical-Scanner.html#g-scanner-scope-remove-symbol"/>
|
1093
|
+
<function name="g_scanner_add_symbol()" link="glib-Lexical-Scanner.html#g-scanner-add-symbol"/>
|
1094
|
+
<function name="g_scanner_remove_symbol()" link="glib-Lexical-Scanner.html#g-scanner-remove-symbol"/>
|
1095
|
+
<function name="g_scanner_foreach_symbol()" link="glib-Lexical-Scanner.html#g-scanner-foreach-symbol"/>
|
1096
|
+
<function name="g_scanner_freeze_symbol_table()" link="glib-Lexical-Scanner.html#g-scanner-freeze-symbol-table"/>
|
1097
|
+
<function name="g_scanner_thaw_symbol_table()" link="glib-Lexical-Scanner.html#g-scanner-thaw-symbol-table"/>
|
1098
|
+
<function name="g_scanner_lookup_symbol ()" link="glib-Lexical-Scanner.html#g-scanner-lookup-symbol"/>
|
1099
|
+
<function name="g_scanner_warn ()" link="glib-Lexical-Scanner.html#g-scanner-warn"/>
|
1100
|
+
<function name="g_scanner_error ()" link="glib-Lexical-Scanner.html#g-scanner-error"/>
|
1101
|
+
<function name="g_scanner_unexp_token ()" link="glib-Lexical-Scanner.html#g-scanner-unexp-token"/>
|
1102
|
+
<function name="GScannerMsgFunc ()" link="glib-Lexical-Scanner.html#GScannerMsgFunc"/>
|
1103
|
+
<function name="G_CSET_a_2_z" link="glib-Lexical-Scanner.html#G-CSET-a-2-z"/>
|
1104
|
+
<function name="G_CSET_A_2_Z" link="glib-Lexical-Scanner.html#G-CSET-A-2-Z:CAPS"/>
|
1105
|
+
<function name="G_CSET_DIGITS" link="glib-Lexical-Scanner.html#G-CSET-DIGITS:CAPS"/>
|
1106
|
+
<function name="G_CSET_LATINC" link="glib-Lexical-Scanner.html#G-CSET-LATINC:CAPS"/>
|
1107
|
+
<function name="G_CSET_LATINS" link="glib-Lexical-Scanner.html#G-CSET-LATINS:CAPS"/>
|
1108
|
+
<function name="enum GTokenType" link="glib-Lexical-Scanner.html#GTokenType"/>
|
1109
|
+
<function name="union GTokenValue" link="glib-Lexical-Scanner.html#GTokenValue"/>
|
1110
|
+
<function name="enum GErrorType" link="glib-Lexical-Scanner.html#GErrorType"/>
|
1111
|
+
<function name="GCompletion" link="glib-Automatic-String-Completion.html#GCompletion"/>
|
1112
|
+
<function name="g_completion_new ()" link="glib-Automatic-String-Completion.html#g-completion-new"/>
|
1113
|
+
<function name="GCompletionFunc ()" link="glib-Automatic-String-Completion.html#GCompletionFunc"/>
|
1114
|
+
<function name="g_completion_add_items ()" link="glib-Automatic-String-Completion.html#g-completion-add-items"/>
|
1115
|
+
<function name="g_completion_remove_items ()" link="glib-Automatic-String-Completion.html#g-completion-remove-items"/>
|
1116
|
+
<function name="g_completion_clear_items ()" link="glib-Automatic-String-Completion.html#g-completion-clear-items"/>
|
1117
|
+
<function name="g_completion_complete ()" link="glib-Automatic-String-Completion.html#g-completion-complete"/>
|
1118
|
+
<function name="g_completion_complete_utf8 ()" link="glib-Automatic-String-Completion.html#g-completion-complete-utf8"/>
|
1119
|
+
<function name="g_completion_set_compare ()" link="glib-Automatic-String-Completion.html#g-completion-set-compare"/>
|
1120
|
+
<function name="GCompletionStrncmpFunc ()" link="glib-Automatic-String-Completion.html#GCompletionStrncmpFunc"/>
|
1121
|
+
<function name="g_completion_free ()" link="glib-Automatic-String-Completion.html#g-completion-free"/>
|
1122
|
+
<function name="GTimer" link="glib-Timers.html#GTimer"/>
|
1123
|
+
<function name="g_timer_new ()" link="glib-Timers.html#g-timer-new"/>
|
1124
|
+
<function name="g_timer_start ()" link="glib-Timers.html#g-timer-start"/>
|
1125
|
+
<function name="g_timer_stop ()" link="glib-Timers.html#g-timer-stop"/>
|
1126
|
+
<function name="g_timer_continue ()" link="glib-Timers.html#g-timer-continue"/>
|
1127
|
+
<function name="g_timer_elapsed ()" link="glib-Timers.html#g-timer-elapsed"/>
|
1128
|
+
<function name="g_timer_reset ()" link="glib-Timers.html#g-timer-reset"/>
|
1129
|
+
<function name="g_timer_destroy ()" link="glib-Timers.html#g-timer-destroy"/>
|
1130
|
+
<function name="enum GSpawnError" link="glib-Spawning-Processes.html#GSpawnError"/>
|
1131
|
+
<function name="G_SPAWN_ERROR" link="glib-Spawning-Processes.html#G-SPAWN-ERROR:CAPS"/>
|
1132
|
+
<function name="enum GSpawnFlags" link="glib-Spawning-Processes.html#GSpawnFlags"/>
|
1133
|
+
<function name="GSpawnChildSetupFunc ()" link="glib-Spawning-Processes.html#GSpawnChildSetupFunc"/>
|
1134
|
+
<function name="g_spawn_async_with_pipes ()" link="glib-Spawning-Processes.html#g-spawn-async-with-pipes"/>
|
1135
|
+
<function name="g_spawn_async ()" link="glib-Spawning-Processes.html#g-spawn-async"/>
|
1136
|
+
<function name="g_spawn_sync ()" link="glib-Spawning-Processes.html#g-spawn-sync"/>
|
1137
|
+
<function name="g_spawn_command_line_async ()" link="glib-Spawning-Processes.html#g-spawn-command-line-async"/>
|
1138
|
+
<function name="g_spawn_command_line_sync ()" link="glib-Spawning-Processes.html#g-spawn-command-line-sync"/>
|
1139
|
+
<function name="g_spawn_close_pid ()" link="glib-Spawning-Processes.html#g-spawn-close-pid"/>
|
1140
|
+
<function name="enum GFileError" link="glib-File-Utilities.html#GFileError"/>
|
1141
|
+
<function name="G_FILE_ERROR" link="glib-File-Utilities.html#G-FILE-ERROR:CAPS"/>
|
1142
|
+
<function name="enum GFileTest" link="glib-File-Utilities.html#GFileTest"/>
|
1143
|
+
<function name="g_file_error_from_errno ()" link="glib-File-Utilities.html#g-file-error-from-errno"/>
|
1144
|
+
<function name="g_file_get_contents ()" link="glib-File-Utilities.html#g-file-get-contents"/>
|
1145
|
+
<function name="g_file_set_contents ()" link="glib-File-Utilities.html#g-file-set-contents"/>
|
1146
|
+
<function name="g_file_test ()" link="glib-File-Utilities.html#g-file-test"/>
|
1147
|
+
<function name="g_mkstemp ()" link="glib-File-Utilities.html#g-mkstemp"/>
|
1148
|
+
<function name="g_mkstemp_full ()" link="glib-File-Utilities.html#g-mkstemp-full"/>
|
1149
|
+
<function name="g_file_open_tmp ()" link="glib-File-Utilities.html#g-file-open-tmp"/>
|
1150
|
+
<function name="g_file_read_link ()" link="glib-File-Utilities.html#g-file-read-link"/>
|
1151
|
+
<function name="g_mkdir_with_parents ()" link="glib-File-Utilities.html#g-mkdir-with-parents"/>
|
1152
|
+
<function name="GDir" link="glib-File-Utilities.html#GDir"/>
|
1153
|
+
<function name="g_dir_open ()" link="glib-File-Utilities.html#g-dir-open"/>
|
1154
|
+
<function name="g_dir_read_name ()" link="glib-File-Utilities.html#g-dir-read-name"/>
|
1155
|
+
<function name="g_dir_rewind ()" link="glib-File-Utilities.html#g-dir-rewind"/>
|
1156
|
+
<function name="g_dir_close ()" link="glib-File-Utilities.html#g-dir-close"/>
|
1157
|
+
<function name="GMappedFile" link="glib-File-Utilities.html#GMappedFile"/>
|
1158
|
+
<function name="g_mapped_file_new ()" link="glib-File-Utilities.html#g-mapped-file-new"/>
|
1159
|
+
<function name="g_mapped_file_ref ()" link="glib-File-Utilities.html#g-mapped-file-ref"/>
|
1160
|
+
<function name="g_mapped_file_unref ()" link="glib-File-Utilities.html#g-mapped-file-unref"/>
|
1161
|
+
<function name="g_mapped_file_free ()" link="glib-File-Utilities.html#g-mapped-file-free"/>
|
1162
|
+
<function name="g_mapped_file_get_length ()" link="glib-File-Utilities.html#g-mapped-file-get-length"/>
|
1163
|
+
<function name="g_mapped_file_get_contents ()" link="glib-File-Utilities.html#g-mapped-file-get-contents"/>
|
1164
|
+
<function name="g_open ()" link="glib-File-Utilities.html#g-open"/>
|
1165
|
+
<function name="g_rename ()" link="glib-File-Utilities.html#g-rename"/>
|
1166
|
+
<function name="g_mkdir ()" link="glib-File-Utilities.html#g-mkdir"/>
|
1167
|
+
<function name="g_stat ()" link="glib-File-Utilities.html#g-stat"/>
|
1168
|
+
<function name="g_lstat ()" link="glib-File-Utilities.html#g-lstat"/>
|
1169
|
+
<function name="g_unlink ()" link="glib-File-Utilities.html#g-unlink"/>
|
1170
|
+
<function name="g_remove ()" link="glib-File-Utilities.html#g-remove"/>
|
1171
|
+
<function name="g_rmdir ()" link="glib-File-Utilities.html#g-rmdir"/>
|
1172
|
+
<function name="g_fopen ()" link="glib-File-Utilities.html#g-fopen"/>
|
1173
|
+
<function name="g_freopen ()" link="glib-File-Utilities.html#g-freopen"/>
|
1174
|
+
<function name="g_chmod ()" link="glib-File-Utilities.html#g-chmod"/>
|
1175
|
+
<function name="g_access ()" link="glib-File-Utilities.html#g-access"/>
|
1176
|
+
<function name="g_creat ()" link="glib-File-Utilities.html#g-creat"/>
|
1177
|
+
<function name="g_chdir ()" link="glib-File-Utilities.html#g-chdir"/>
|
1178
|
+
<function name="g_utime ()" link="glib-File-Utilities.html#g-utime"/>
|
1179
|
+
<function name="G_URI_RESERVED_CHARS_ALLOWED_IN_PATH" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-PATH:CAPS"/>
|
1180
|
+
<function name="G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-PATH-ELEMENT:CAPS"/>
|
1181
|
+
<function name="G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-ALLOWED-IN-USERINFO:CAPS"/>
|
1182
|
+
<function name="G_URI_RESERVED_CHARS_GENERIC_DELIMITERS" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-GENERIC-DELIMITERS:CAPS"/>
|
1183
|
+
<function name="G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS" link="glib-URI-Functions.html#G-URI-RESERVED-CHARS-SUBCOMPONENT-DELIMITERS:CAPS"/>
|
1184
|
+
<function name="g_uri_parse_scheme ()" link="glib-URI-Functions.html#g-uri-parse-scheme"/>
|
1185
|
+
<function name="g_uri_escape_string ()" link="glib-URI-Functions.html#g-uri-escape-string"/>
|
1186
|
+
<function name="g_uri_unescape_string ()" link="glib-URI-Functions.html#g-uri-unescape-string"/>
|
1187
|
+
<function name="g_uri_unescape_segment ()" link="glib-URI-Functions.html#g-uri-unescape-segment"/>
|
1188
|
+
<function name="g_uri_list_extract_uris ()" link="glib-URI-Functions.html#g-uri-list-extract-uris"/>
|
1189
|
+
<function name="g_hostname_to_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-to-ascii"/>
|
1190
|
+
<function name="g_hostname_to_unicode ()" link="glib-Hostname-Utilities.html#g-hostname-to-unicode"/>
|
1191
|
+
<function name="g_hostname_is_non_ascii ()" link="glib-Hostname-Utilities.html#g-hostname-is-non-ascii"/>
|
1192
|
+
<function name="g_hostname_is_ascii_encoded ()" link="glib-Hostname-Utilities.html#g-hostname-is-ascii-encoded"/>
|
1193
|
+
<function name="g_hostname_is_ip_address ()" link="glib-Hostname-Utilities.html#g-hostname-is-ip-address"/>
|
1194
|
+
<function name="enum GShellError" link="glib-Shell-related-Utilities.html#GShellError"/>
|
1195
|
+
<function name="G_SHELL_ERROR" link="glib-Shell-related-Utilities.html#G-SHELL-ERROR:CAPS"/>
|
1196
|
+
<function name="g_shell_parse_argv ()" link="glib-Shell-related-Utilities.html#g-shell-parse-argv"/>
|
1197
|
+
<function name="g_shell_quote ()" link="glib-Shell-related-Utilities.html#g-shell-quote"/>
|
1198
|
+
<function name="g_shell_unquote ()" link="glib-Shell-related-Utilities.html#g-shell-unquote"/>
|
1199
|
+
<function name="enum GOptionError" link="glib-Commandline-option-parser.html#GOptionError"/>
|
1200
|
+
<function name="G_OPTION_ERROR" link="glib-Commandline-option-parser.html#G-OPTION-ERROR:CAPS"/>
|
1201
|
+
<function name="GOptionArgFunc ()" link="glib-Commandline-option-parser.html#GOptionArgFunc"/>
|
1202
|
+
<function name="GOptionContext" link="glib-Commandline-option-parser.html#GOptionContext"/>
|
1203
|
+
<function name="g_option_context_new ()" link="glib-Commandline-option-parser.html#g-option-context-new"/>
|
1204
|
+
<function name="g_option_context_set_summary ()" link="glib-Commandline-option-parser.html#g-option-context-set-summary"/>
|
1205
|
+
<function name="g_option_context_get_summary ()" link="glib-Commandline-option-parser.html#g-option-context-get-summary"/>
|
1206
|
+
<function name="g_option_context_set_description ()" link="glib-Commandline-option-parser.html#g-option-context-set-description"/>
|
1207
|
+
<function name="g_option_context_get_description ()" link="glib-Commandline-option-parser.html#g-option-context-get-description"/>
|
1208
|
+
<function name="GTranslateFunc ()" link="glib-Commandline-option-parser.html#GTranslateFunc"/>
|
1209
|
+
<function name="g_option_context_set_translate_func ()" link="glib-Commandline-option-parser.html#g-option-context-set-translate-func"/>
|
1210
|
+
<function name="g_option_context_set_translation_domain ()" link="glib-Commandline-option-parser.html#g-option-context-set-translation-domain"/>
|
1211
|
+
<function name="g_option_context_free ()" link="glib-Commandline-option-parser.html#g-option-context-free"/>
|
1212
|
+
<function name="g_option_context_parse ()" link="glib-Commandline-option-parser.html#g-option-context-parse"/>
|
1213
|
+
<function name="g_option_context_set_help_enabled ()" link="glib-Commandline-option-parser.html#g-option-context-set-help-enabled"/>
|
1214
|
+
<function name="g_option_context_get_help_enabled ()" link="glib-Commandline-option-parser.html#g-option-context-get-help-enabled"/>
|
1215
|
+
<function name="g_option_context_set_ignore_unknown_options ()" link="glib-Commandline-option-parser.html#g-option-context-set-ignore-unknown-options"/>
|
1216
|
+
<function name="g_option_context_get_ignore_unknown_options ()" link="glib-Commandline-option-parser.html#g-option-context-get-ignore-unknown-options"/>
|
1217
|
+
<function name="g_option_context_get_help ()" link="glib-Commandline-option-parser.html#g-option-context-get-help"/>
|
1218
|
+
<function name="enum GOptionArg" link="glib-Commandline-option-parser.html#GOptionArg"/>
|
1219
|
+
<function name="enum GOptionFlags" link="glib-Commandline-option-parser.html#GOptionFlags"/>
|
1220
|
+
<function name="G_OPTION_REMAINING" link="glib-Commandline-option-parser.html#G-OPTION-REMAINING:CAPS"/>
|
1221
|
+
<function name="GOptionEntry" link="glib-Commandline-option-parser.html#GOptionEntry"/>
|
1222
|
+
<function name="g_option_context_add_main_entries ()" link="glib-Commandline-option-parser.html#g-option-context-add-main-entries"/>
|
1223
|
+
<function name="GOptionGroup" link="glib-Commandline-option-parser.html#GOptionGroup"/>
|
1224
|
+
<function name="g_option_context_add_group ()" link="glib-Commandline-option-parser.html#g-option-context-add-group"/>
|
1225
|
+
<function name="g_option_context_set_main_group ()" link="glib-Commandline-option-parser.html#g-option-context-set-main-group"/>
|
1226
|
+
<function name="g_option_context_get_main_group ()" link="glib-Commandline-option-parser.html#g-option-context-get-main-group"/>
|
1227
|
+
<function name="g_option_group_new ()" link="glib-Commandline-option-parser.html#g-option-group-new"/>
|
1228
|
+
<function name="g_option_group_free ()" link="glib-Commandline-option-parser.html#g-option-group-free"/>
|
1229
|
+
<function name="g_option_group_add_entries ()" link="glib-Commandline-option-parser.html#g-option-group-add-entries"/>
|
1230
|
+
<function name="GOptionParseFunc ()" link="glib-Commandline-option-parser.html#GOptionParseFunc"/>
|
1231
|
+
<function name="g_option_group_set_parse_hooks ()" link="glib-Commandline-option-parser.html#g-option-group-set-parse-hooks"/>
|
1232
|
+
<function name="GOptionErrorFunc ()" link="glib-Commandline-option-parser.html#GOptionErrorFunc"/>
|
1233
|
+
<function name="g_option_group_set_error_hook ()" link="glib-Commandline-option-parser.html#g-option-group-set-error-hook"/>
|
1234
|
+
<function name="g_option_group_set_translate_func ()" link="glib-Commandline-option-parser.html#g-option-group-set-translate-func"/>
|
1235
|
+
<function name="g_option_group_set_translation_domain ()" link="glib-Commandline-option-parser.html#g-option-group-set-translation-domain"/>
|
1236
|
+
<function name="GPatternSpec" link="glib-Glob-style-pattern-matching.html#GPatternSpec"/>
|
1237
|
+
<function name="g_pattern_spec_new ()" link="glib-Glob-style-pattern-matching.html#g-pattern-spec-new"/>
|
1238
|
+
<function name="g_pattern_spec_free ()" link="glib-Glob-style-pattern-matching.html#g-pattern-spec-free"/>
|
1239
|
+
<function name="g_pattern_spec_equal ()" link="glib-Glob-style-pattern-matching.html#g-pattern-spec-equal"/>
|
1240
|
+
<function name="g_pattern_match ()" link="glib-Glob-style-pattern-matching.html#g-pattern-match"/>
|
1241
|
+
<function name="g_pattern_match_string ()" link="glib-Glob-style-pattern-matching.html#g-pattern-match-string"/>
|
1242
|
+
<function name="g_pattern_match_simple ()" link="glib-Glob-style-pattern-matching.html#g-pattern-match-simple"/>
|
1243
|
+
<function name="enum GRegexError" link="glib-Perl-compatible-regular-expressions.html#GRegexError"/>
|
1244
|
+
<function name="G_REGEX_ERROR" link="glib-Perl-compatible-regular-expressions.html#G-REGEX-ERROR:CAPS"/>
|
1245
|
+
<function name="enum GRegexCompileFlags" link="glib-Perl-compatible-regular-expressions.html#GRegexCompileFlags"/>
|
1246
|
+
<function name="enum GRegexMatchFlags" link="glib-Perl-compatible-regular-expressions.html#GRegexMatchFlags"/>
|
1247
|
+
<function name="GRegex" link="glib-Perl-compatible-regular-expressions.html#GRegex"/>
|
1248
|
+
<function name="GRegexEvalCallback ()" link="glib-Perl-compatible-regular-expressions.html#GRegexEvalCallback"/>
|
1249
|
+
<function name="g_regex_new ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-new"/>
|
1250
|
+
<function name="g_regex_ref ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-ref"/>
|
1251
|
+
<function name="g_regex_unref ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-unref"/>
|
1252
|
+
<function name="g_regex_get_pattern ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-get-pattern"/>
|
1253
|
+
<function name="g_regex_get_max_backref ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-get-max-backref"/>
|
1254
|
+
<function name="g_regex_get_capture_count ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-get-capture-count"/>
|
1255
|
+
<function name="g_regex_get_string_number ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-get-string-number"/>
|
1256
|
+
<function name="g_regex_escape_string ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-escape-string"/>
|
1257
|
+
<function name="g_regex_match_simple ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-match-simple"/>
|
1258
|
+
<function name="g_regex_match ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-match"/>
|
1259
|
+
<function name="g_regex_match_full ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-match-full"/>
|
1260
|
+
<function name="g_regex_match_all ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-match-all"/>
|
1261
|
+
<function name="g_regex_match_all_full ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-match-all-full"/>
|
1262
|
+
<function name="g_regex_split_simple ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-split-simple"/>
|
1263
|
+
<function name="g_regex_split ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-split"/>
|
1264
|
+
<function name="g_regex_split_full ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-split-full"/>
|
1265
|
+
<function name="g_regex_replace ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-replace"/>
|
1266
|
+
<function name="g_regex_replace_literal ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-replace-literal"/>
|
1267
|
+
<function name="g_regex_replace_eval ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-replace-eval"/>
|
1268
|
+
<function name="g_regex_check_replacement ()" link="glib-Perl-compatible-regular-expressions.html#g-regex-check-replacement"/>
|
1269
|
+
<function name="GMatchInfo" link="glib-Perl-compatible-regular-expressions.html#GMatchInfo"/>
|
1270
|
+
<function name="g_match_info_get_regex ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-get-regex"/>
|
1271
|
+
<function name="g_match_info_get_string ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-get-string"/>
|
1272
|
+
<function name="g_match_info_free ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-free"/>
|
1273
|
+
<function name="g_match_info_matches ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-matches"/>
|
1274
|
+
<function name="g_match_info_next ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-next"/>
|
1275
|
+
<function name="g_match_info_get_match_count ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-get-match-count"/>
|
1276
|
+
<function name="g_match_info_is_partial_match ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-is-partial-match"/>
|
1277
|
+
<function name="g_match_info_expand_references ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-expand-references"/>
|
1278
|
+
<function name="g_match_info_fetch ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch"/>
|
1279
|
+
<function name="g_match_info_fetch_pos ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-pos"/>
|
1280
|
+
<function name="g_match_info_fetch_named ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-named"/>
|
1281
|
+
<function name="g_match_info_fetch_named_pos ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-named-pos"/>
|
1282
|
+
<function name="g_match_info_fetch_all ()" link="glib-Perl-compatible-regular-expressions.html#g-match-info-fetch-all"/>
|
1283
|
+
<function name="enum GMarkupError" link="glib-Simple-XML-Subset-Parser.html#GMarkupError"/>
|
1284
|
+
<function name="G_MARKUP_ERROR" link="glib-Simple-XML-Subset-Parser.html#G-MARKUP-ERROR:CAPS"/>
|
1285
|
+
<function name="enum GMarkupParseFlags" link="glib-Simple-XML-Subset-Parser.html#GMarkupParseFlags"/>
|
1286
|
+
<function name="GMarkupParseContext" link="glib-Simple-XML-Subset-Parser.html#GMarkupParseContext"/>
|
1287
|
+
<function name="GMarkupParser" link="glib-Simple-XML-Subset-Parser.html#GMarkupParser"/>
|
1288
|
+
<function name="g_markup_escape_text ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-escape-text"/>
|
1289
|
+
<function name="g_markup_printf_escaped ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-printf-escaped"/>
|
1290
|
+
<function name="g_markup_vprintf_escaped ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-vprintf-escaped"/>
|
1291
|
+
<function name="g_markup_parse_context_end_parse ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-end-parse"/>
|
1292
|
+
<function name="g_markup_parse_context_free ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-free"/>
|
1293
|
+
<function name="g_markup_parse_context_get_position ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-position"/>
|
1294
|
+
<function name="g_markup_parse_context_get_element ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-element"/>
|
1295
|
+
<function name="g_markup_parse_context_get_element_stack ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-element-stack"/>
|
1296
|
+
<function name="g_markup_parse_context_get_user_data ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-get-user-data"/>
|
1297
|
+
<function name="g_markup_parse_context_new ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-new"/>
|
1298
|
+
<function name="g_markup_parse_context_parse ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-parse"/>
|
1299
|
+
<function name="g_markup_parse_context_push ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-push"/>
|
1300
|
+
<function name="g_markup_parse_context_pop ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-parse-context-pop"/>
|
1301
|
+
<function name="enum GMarkupCollectType" link="glib-Simple-XML-Subset-Parser.html#GMarkupCollectType"/>
|
1302
|
+
<function name="g_markup_collect_attributes ()" link="glib-Simple-XML-Subset-Parser.html#g-markup-collect-attributes"/>
|
1303
|
+
<function name="GKeyFile" link="glib-Key-value-file-parser.html#GKeyFile"/>
|
1304
|
+
<function name="G_KEY_FILE_ERROR" link="glib-Key-value-file-parser.html#G-KEY-FILE-ERROR:CAPS"/>
|
1305
|
+
<function name="enum GKeyFileError" link="glib-Key-value-file-parser.html#GKeyFileError"/>
|
1306
|
+
<function name="enum GKeyFileFlags" link="glib-Key-value-file-parser.html#GKeyFileFlags"/>
|
1307
|
+
<function name="g_key_file_new ()" link="glib-Key-value-file-parser.html#g-key-file-new"/>
|
1308
|
+
<function name="g_key_file_free ()" link="glib-Key-value-file-parser.html#g-key-file-free"/>
|
1309
|
+
<function name="g_key_file_set_list_separator ()" link="glib-Key-value-file-parser.html#g-key-file-set-list-separator"/>
|
1310
|
+
<function name="g_key_file_load_from_file ()" link="glib-Key-value-file-parser.html#g-key-file-load-from-file"/>
|
1311
|
+
<function name="g_key_file_load_from_data ()" link="glib-Key-value-file-parser.html#g-key-file-load-from-data"/>
|
1312
|
+
<function name="g_key_file_load_from_data_dirs ()" link="glib-Key-value-file-parser.html#g-key-file-load-from-data-dirs"/>
|
1313
|
+
<function name="g_key_file_load_from_dirs ()" link="glib-Key-value-file-parser.html#g-key-file-load-from-dirs"/>
|
1314
|
+
<function name="g_key_file_to_data ()" link="glib-Key-value-file-parser.html#g-key-file-to-data"/>
|
1315
|
+
<function name="g_key_file_get_start_group ()" link="glib-Key-value-file-parser.html#g-key-file-get-start-group"/>
|
1316
|
+
<function name="g_key_file_get_groups ()" link="glib-Key-value-file-parser.html#g-key-file-get-groups"/>
|
1317
|
+
<function name="g_key_file_get_keys ()" link="glib-Key-value-file-parser.html#g-key-file-get-keys"/>
|
1318
|
+
<function name="g_key_file_has_group ()" link="glib-Key-value-file-parser.html#g-key-file-has-group"/>
|
1319
|
+
<function name="g_key_file_has_key ()" link="glib-Key-value-file-parser.html#g-key-file-has-key"/>
|
1320
|
+
<function name="g_key_file_get_value ()" link="glib-Key-value-file-parser.html#g-key-file-get-value"/>
|
1321
|
+
<function name="g_key_file_get_string ()" link="glib-Key-value-file-parser.html#g-key-file-get-string"/>
|
1322
|
+
<function name="g_key_file_get_locale_string ()" link="glib-Key-value-file-parser.html#g-key-file-get-locale-string"/>
|
1323
|
+
<function name="g_key_file_get_boolean ()" link="glib-Key-value-file-parser.html#g-key-file-get-boolean"/>
|
1324
|
+
<function name="g_key_file_get_integer ()" link="glib-Key-value-file-parser.html#g-key-file-get-integer"/>
|
1325
|
+
<function name="g_key_file_get_double ()" link="glib-Key-value-file-parser.html#g-key-file-get-double"/>
|
1326
|
+
<function name="g_key_file_get_string_list ()" link="glib-Key-value-file-parser.html#g-key-file-get-string-list"/>
|
1327
|
+
<function name="g_key_file_get_locale_string_list ()" link="glib-Key-value-file-parser.html#g-key-file-get-locale-string-list"/>
|
1328
|
+
<function name="g_key_file_get_boolean_list ()" link="glib-Key-value-file-parser.html#g-key-file-get-boolean-list"/>
|
1329
|
+
<function name="g_key_file_get_integer_list ()" link="glib-Key-value-file-parser.html#g-key-file-get-integer-list"/>
|
1330
|
+
<function name="g_key_file_get_double_list ()" link="glib-Key-value-file-parser.html#g-key-file-get-double-list"/>
|
1331
|
+
<function name="g_key_file_get_comment ()" link="glib-Key-value-file-parser.html#g-key-file-get-comment"/>
|
1332
|
+
<function name="g_key_file_set_value ()" link="glib-Key-value-file-parser.html#g-key-file-set-value"/>
|
1333
|
+
<function name="g_key_file_set_string ()" link="glib-Key-value-file-parser.html#g-key-file-set-string"/>
|
1334
|
+
<function name="g_key_file_set_locale_string ()" link="glib-Key-value-file-parser.html#g-key-file-set-locale-string"/>
|
1335
|
+
<function name="g_key_file_set_boolean ()" link="glib-Key-value-file-parser.html#g-key-file-set-boolean"/>
|
1336
|
+
<function name="g_key_file_set_integer ()" link="glib-Key-value-file-parser.html#g-key-file-set-integer"/>
|
1337
|
+
<function name="g_key_file_set_double ()" link="glib-Key-value-file-parser.html#g-key-file-set-double"/>
|
1338
|
+
<function name="g_key_file_set_string_list ()" link="glib-Key-value-file-parser.html#g-key-file-set-string-list"/>
|
1339
|
+
<function name="g_key_file_set_locale_string_list ()" link="glib-Key-value-file-parser.html#g-key-file-set-locale-string-list"/>
|
1340
|
+
<function name="g_key_file_set_boolean_list ()" link="glib-Key-value-file-parser.html#g-key-file-set-boolean-list"/>
|
1341
|
+
<function name="g_key_file_set_integer_list ()" link="glib-Key-value-file-parser.html#g-key-file-set-integer-list"/>
|
1342
|
+
<function name="g_key_file_set_double_list ()" link="glib-Key-value-file-parser.html#g-key-file-set-double-list"/>
|
1343
|
+
<function name="g_key_file_set_comment ()" link="glib-Key-value-file-parser.html#g-key-file-set-comment"/>
|
1344
|
+
<function name="g_key_file_remove_group ()" link="glib-Key-value-file-parser.html#g-key-file-remove-group"/>
|
1345
|
+
<function name="g_key_file_remove_key ()" link="glib-Key-value-file-parser.html#g-key-file-remove-key"/>
|
1346
|
+
<function name="g_key_file_remove_comment ()" link="glib-Key-value-file-parser.html#g-key-file-remove-comment"/>
|
1347
|
+
<function name="G_KEY_FILE_DESKTOP_GROUP" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-GROUP:CAPS"/>
|
1348
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_TYPE" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TYPE:CAPS"/>
|
1349
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_VERSION" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-VERSION:CAPS"/>
|
1350
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_NAME" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-NAME:CAPS"/>
|
1351
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-GENERIC-NAME:CAPS"/>
|
1352
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-NO-DISPLAY:CAPS"/>
|
1353
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_COMMENT" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-COMMENT:CAPS"/>
|
1354
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_ICON" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-ICON:CAPS"/>
|
1355
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_HIDDEN" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-HIDDEN:CAPS"/>
|
1356
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-ONLY-SHOW-IN:CAPS"/>
|
1357
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-NOT-SHOW-IN:CAPS"/>
|
1358
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_TRY_EXEC" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TRY-EXEC:CAPS"/>
|
1359
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_EXEC" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-EXEC:CAPS"/>
|
1360
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_PATH" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-PATH:CAPS"/>
|
1361
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_TERMINAL" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-TERMINAL:CAPS"/>
|
1362
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_MIME_TYPE" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-MIME-TYPE:CAPS"/>
|
1363
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_CATEGORIES" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-CATEGORIES:CAPS"/>
|
1364
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-STARTUP-NOTIFY:CAPS"/>
|
1365
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-STARTUP-WM-CLASS:CAPS"/>
|
1366
|
+
<function name="G_KEY_FILE_DESKTOP_KEY_URL" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-KEY-URL:CAPS"/>
|
1367
|
+
<function name="G_KEY_FILE_DESKTOP_TYPE_APPLICATION" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS"/>
|
1368
|
+
<function name="G_KEY_FILE_DESKTOP_TYPE_LINK" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS"/>
|
1369
|
+
<function name="G_KEY_FILE_DESKTOP_TYPE_DIRECTORY" link="glib-Key-value-file-parser.html#G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS"/>
|
1370
|
+
<function name="GBookmarkFile" link="glib-Bookmark-file-parser.html#GBookmarkFile"/>
|
1371
|
+
<function name="G_BOOKMARK_FILE_ERROR" link="glib-Bookmark-file-parser.html#G-BOOKMARK-FILE-ERROR:CAPS"/>
|
1372
|
+
<function name="enum GBookmarkFileError" link="glib-Bookmark-file-parser.html#GBookmarkFileError"/>
|
1373
|
+
<function name="g_bookmark_file_new ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-new"/>
|
1374
|
+
<function name="g_bookmark_file_free ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-free"/>
|
1375
|
+
<function name="g_bookmark_file_load_from_file ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-load-from-file"/>
|
1376
|
+
<function name="g_bookmark_file_load_from_data ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-load-from-data"/>
|
1377
|
+
<function name="g_bookmark_file_load_from_data_dirs ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-load-from-data-dirs"/>
|
1378
|
+
<function name="g_bookmark_file_to_data ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-to-data"/>
|
1379
|
+
<function name="g_bookmark_file_to_file ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-to-file"/>
|
1380
|
+
<function name="g_bookmark_file_has_item ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-has-item"/>
|
1381
|
+
<function name="g_bookmark_file_has_group ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-has-group"/>
|
1382
|
+
<function name="g_bookmark_file_has_application ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-has-application"/>
|
1383
|
+
<function name="g_bookmark_file_get_size ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-size"/>
|
1384
|
+
<function name="g_bookmark_file_get_uris ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-uris"/>
|
1385
|
+
<function name="g_bookmark_file_get_title ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-title"/>
|
1386
|
+
<function name="g_bookmark_file_get_description ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-description"/>
|
1387
|
+
<function name="g_bookmark_file_get_mime_type ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-mime-type"/>
|
1388
|
+
<function name="g_bookmark_file_get_is_private ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-is-private"/>
|
1389
|
+
<function name="g_bookmark_file_get_icon ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-icon"/>
|
1390
|
+
<function name="g_bookmark_file_get_added ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-added"/>
|
1391
|
+
<function name="g_bookmark_file_get_modified ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-modified"/>
|
1392
|
+
<function name="g_bookmark_file_get_visited ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-visited"/>
|
1393
|
+
<function name="g_bookmark_file_get_groups ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-groups"/>
|
1394
|
+
<function name="g_bookmark_file_get_applications ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-applications"/>
|
1395
|
+
<function name="g_bookmark_file_get_app_info ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-get-app-info"/>
|
1396
|
+
<function name="g_bookmark_file_set_title ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-title"/>
|
1397
|
+
<function name="g_bookmark_file_set_description ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-description"/>
|
1398
|
+
<function name="g_bookmark_file_set_mime_type ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-mime-type"/>
|
1399
|
+
<function name="g_bookmark_file_set_is_private ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-is-private"/>
|
1400
|
+
<function name="g_bookmark_file_set_icon ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-icon"/>
|
1401
|
+
<function name="g_bookmark_file_set_added ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-added"/>
|
1402
|
+
<function name="g_bookmark_file_set_groups ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-groups"/>
|
1403
|
+
<function name="g_bookmark_file_set_modified ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-modified"/>
|
1404
|
+
<function name="g_bookmark_file_set_visited ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-visited"/>
|
1405
|
+
<function name="g_bookmark_file_set_app_info ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-set-app-info"/>
|
1406
|
+
<function name="g_bookmark_file_add_group ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-add-group"/>
|
1407
|
+
<function name="g_bookmark_file_add_application ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-add-application"/>
|
1408
|
+
<function name="g_bookmark_file_remove_group ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-remove-group"/>
|
1409
|
+
<function name="g_bookmark_file_remove_application ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-remove-application"/>
|
1410
|
+
<function name="g_bookmark_file_remove_item ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-remove-item"/>
|
1411
|
+
<function name="g_bookmark_file_move_item ()" link="glib-Bookmark-file-parser.html#g-bookmark-file-move-item"/>
|
1412
|
+
<function name="g_test_minimized_result ()" link="glib-Testing.html#g-test-minimized-result"/>
|
1413
|
+
<function name="g_test_maximized_result ()" link="glib-Testing.html#g-test-maximized-result"/>
|
1414
|
+
<function name="g_test_init ()" link="glib-Testing.html#g-test-init"/>
|
1415
|
+
<function name="g_test_quick" link="glib-Testing.html#g-test-quick"/>
|
1416
|
+
<function name="g_test_slow" link="glib-Testing.html#g-test-slow"/>
|
1417
|
+
<function name="g_test_thorough" link="glib-Testing.html#g-test-thorough"/>
|
1418
|
+
<function name="g_test_perf" link="glib-Testing.html#g-test-perf"/>
|
1419
|
+
<function name="g_test_verbose" link="glib-Testing.html#g-test-verbose"/>
|
1420
|
+
<function name="g_test_quiet" link="glib-Testing.html#g-test-quiet"/>
|
1421
|
+
<function name="g_test_run ()" link="glib-Testing.html#g-test-run"/>
|
1422
|
+
<function name="g_test_add_func ()" link="glib-Testing.html#g-test-add-func"/>
|
1423
|
+
<function name="g_test_add_data_func ()" link="glib-Testing.html#g-test-add-data-func"/>
|
1424
|
+
<function name="g_test_add()" link="glib-Testing.html#g-test-add"/>
|
1425
|
+
<function name="g_test_message ()" link="glib-Testing.html#g-test-message"/>
|
1426
|
+
<function name="g_test_bug_base ()" link="glib-Testing.html#g-test-bug-base"/>
|
1427
|
+
<function name="g_test_bug ()" link="glib-Testing.html#g-test-bug"/>
|
1428
|
+
<function name="GTestLogFatalFunc ()" link="glib-Testing.html#GTestLogFatalFunc"/>
|
1429
|
+
<function name="g_test_log_set_fatal_handler ()" link="glib-Testing.html#g-test-log-set-fatal-handler"/>
|
1430
|
+
<function name="g_test_timer_start ()" link="glib-Testing.html#g-test-timer-start"/>
|
1431
|
+
<function name="g_test_timer_elapsed ()" link="glib-Testing.html#g-test-timer-elapsed"/>
|
1432
|
+
<function name="g_test_timer_last ()" link="glib-Testing.html#g-test-timer-last"/>
|
1433
|
+
<function name="g_test_queue_free ()" link="glib-Testing.html#g-test-queue-free"/>
|
1434
|
+
<function name="g_test_queue_destroy ()" link="glib-Testing.html#g-test-queue-destroy"/>
|
1435
|
+
<function name="g_test_queue_unref()" link="glib-Testing.html#g-test-queue-unref"/>
|
1436
|
+
<function name="enum GTestTrapFlags" link="glib-Testing.html#GTestTrapFlags"/>
|
1437
|
+
<function name="g_test_trap_fork ()" link="glib-Testing.html#g-test-trap-fork"/>
|
1438
|
+
<function name="g_test_trap_has_passed ()" link="glib-Testing.html#g-test-trap-has-passed"/>
|
1439
|
+
<function name="g_test_trap_reached_timeout ()" link="glib-Testing.html#g-test-trap-reached-timeout"/>
|
1440
|
+
<function name="g_test_trap_assert_passed" link="glib-Testing.html#g-test-trap-assert-passed"/>
|
1441
|
+
<function name="g_test_trap_assert_failed" link="glib-Testing.html#g-test-trap-assert-failed"/>
|
1442
|
+
<function name="g_test_trap_assert_stdout()" link="glib-Testing.html#g-test-trap-assert-stdout"/>
|
1443
|
+
<function name="g_test_trap_assert_stdout_unmatched()" link="glib-Testing.html#g-test-trap-assert-stdout-unmatched"/>
|
1444
|
+
<function name="g_test_trap_assert_stderr()" link="glib-Testing.html#g-test-trap-assert-stderr"/>
|
1445
|
+
<function name="g_test_trap_assert_stderr_unmatched()" link="glib-Testing.html#g-test-trap-assert-stderr-unmatched"/>
|
1446
|
+
<function name="g_test_rand_bit" link="glib-Testing.html#g-test-rand-bit"/>
|
1447
|
+
<function name="g_test_rand_int ()" link="glib-Testing.html#g-test-rand-int"/>
|
1448
|
+
<function name="g_test_rand_int_range ()" link="glib-Testing.html#g-test-rand-int-range"/>
|
1449
|
+
<function name="g_test_rand_double ()" link="glib-Testing.html#g-test-rand-double"/>
|
1450
|
+
<function name="g_test_rand_double_range ()" link="glib-Testing.html#g-test-rand-double-range"/>
|
1451
|
+
<function name="g_assert()" link="glib-Testing.html#g-assert"/>
|
1452
|
+
<function name="g_assert_not_reached" link="glib-Testing.html#g-assert-not-reached"/>
|
1453
|
+
<function name="g_assert_cmpstr()" link="glib-Testing.html#g-assert-cmpstr"/>
|
1454
|
+
<function name="g_assert_cmpint()" link="glib-Testing.html#g-assert-cmpint"/>
|
1455
|
+
<function name="g_assert_cmpuint()" link="glib-Testing.html#g-assert-cmpuint"/>
|
1456
|
+
<function name="g_assert_cmphex()" link="glib-Testing.html#g-assert-cmphex"/>
|
1457
|
+
<function name="g_assert_cmpfloat()" link="glib-Testing.html#g-assert-cmpfloat"/>
|
1458
|
+
<function name="g_assert_no_error()" link="glib-Testing.html#g-assert-no-error"/>
|
1459
|
+
<function name="g_assert_error()" link="glib-Testing.html#g-assert-error"/>
|
1460
|
+
<function name="GTestCase" link="glib-Testing.html#GTestCase"/>
|
1461
|
+
<function name="GTestSuite" link="glib-Testing.html#GTestSuite"/>
|
1462
|
+
<function name="g_test_create_case ()" link="glib-Testing.html#g-test-create-case"/>
|
1463
|
+
<function name="g_test_create_suite ()" link="glib-Testing.html#g-test-create-suite"/>
|
1464
|
+
<function name="g_test_get_root ()" link="glib-Testing.html#g-test-get-root"/>
|
1465
|
+
<function name="g_test_suite_add ()" link="glib-Testing.html#g-test-suite-add"/>
|
1466
|
+
<function name="g_test_suite_add_suite ()" link="glib-Testing.html#g-test-suite-add-suite"/>
|
1467
|
+
<function name="g_test_run_suite ()" link="glib-Testing.html#g-test-run-suite"/>
|
1468
|
+
<function name="MAXPATHLEN" link="glib-Windows-Compatibility-Functions.html#MAXPATHLEN:CAPS"/>
|
1469
|
+
<function name="g_win32_error_message ()" link="glib-Windows-Compatibility-Functions.html#g-win32-error-message"/>
|
1470
|
+
<function name="g_win32_getlocale ()" link="glib-Windows-Compatibility-Functions.html#g-win32-getlocale"/>
|
1471
|
+
<function name="g_win32_get_package_installation_directory ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory"/>
|
1472
|
+
<function name="g_win32_get_package_installation_directory_of_module ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-directory-of-module"/>
|
1473
|
+
<function name="g_win32_get_package_installation_subdirectory ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-package-installation-subdirectory"/>
|
1474
|
+
<function name="g_win32_get_windows_version ()" link="glib-Windows-Compatibility-Functions.html#g-win32-get-windows-version"/>
|
1475
|
+
<function name="g_win32_locale_filename_from_utf8 ()" link="glib-Windows-Compatibility-Functions.html#g-win32-locale-filename-from-utf8"/>
|
1476
|
+
<function name="G_WIN32_DLLMAIN_FOR_DLL_NAME()" link="glib-Windows-Compatibility-Functions.html#G-WIN32-DLLMAIN-FOR-DLL-NAME:CAPS"/>
|
1477
|
+
<function name="G_WIN32_HAVE_WIDECHAR_API" link="glib-Windows-Compatibility-Functions.html#G-WIN32-HAVE-WIDECHAR-API:CAPS"/>
|
1478
|
+
<function name="G_WIN32_IS_NT_BASED" link="glib-Windows-Compatibility-Functions.html#G-WIN32-IS-NT-BASED:CAPS"/>
|
1479
|
+
<function name="g_slice_alloc ()" link="glib-Memory-Slices.html#g-slice-alloc"/>
|
1480
|
+
<function name="g_slice_alloc0 ()" link="glib-Memory-Slices.html#g-slice-alloc0"/>
|
1481
|
+
<function name="g_slice_copy ()" link="glib-Memory-Slices.html#g-slice-copy"/>
|
1482
|
+
<function name="g_slice_free1 ()" link="glib-Memory-Slices.html#g-slice-free1"/>
|
1483
|
+
<function name="g_slice_free_chain_with_offset ()" link="glib-Memory-Slices.html#g-slice-free-chain-with-offset"/>
|
1484
|
+
<function name="g_slice_new()" link="glib-Memory-Slices.html#g-slice-new"/>
|
1485
|
+
<function name="g_slice_new0()" link="glib-Memory-Slices.html#g-slice-new0"/>
|
1486
|
+
<function name="g_slice_dup()" link="glib-Memory-Slices.html#g-slice-dup"/>
|
1487
|
+
<function name="g_slice_free()" link="glib-Memory-Slices.html#g-slice-free"/>
|
1488
|
+
<function name="g_slice_free_chain()" link="glib-Memory-Slices.html#g-slice-free-chain"/>
|
1489
|
+
<function name="GMemChunk" link="glib-Memory-Chunks.html#GMemChunk"/>
|
1490
|
+
<function name="G_ALLOC_AND_FREE" link="glib-Memory-Chunks.html#G-ALLOC-AND-FREE:CAPS"/>
|
1491
|
+
<function name="G_ALLOC_ONLY" link="glib-Memory-Chunks.html#G-ALLOC-ONLY:CAPS"/>
|
1492
|
+
<function name="g_mem_chunk_new ()" link="glib-Memory-Chunks.html#g-mem-chunk-new"/>
|
1493
|
+
<function name="g_mem_chunk_alloc ()" link="glib-Memory-Chunks.html#g-mem-chunk-alloc"/>
|
1494
|
+
<function name="g_mem_chunk_alloc0 ()" link="glib-Memory-Chunks.html#g-mem-chunk-alloc0"/>
|
1495
|
+
<function name="g_mem_chunk_free ()" link="glib-Memory-Chunks.html#g-mem-chunk-free"/>
|
1496
|
+
<function name="g_mem_chunk_destroy ()" link="glib-Memory-Chunks.html#g-mem-chunk-destroy"/>
|
1497
|
+
<function name="g_mem_chunk_create()" link="glib-Memory-Chunks.html#g-mem-chunk-create"/>
|
1498
|
+
<function name="g_chunk_new()" link="glib-Memory-Chunks.html#g-chunk-new"/>
|
1499
|
+
<function name="g_chunk_new0()" link="glib-Memory-Chunks.html#g-chunk-new0"/>
|
1500
|
+
<function name="g_chunk_free()" link="glib-Memory-Chunks.html#g-chunk-free"/>
|
1501
|
+
<function name="g_mem_chunk_reset ()" link="glib-Memory-Chunks.html#g-mem-chunk-reset"/>
|
1502
|
+
<function name="g_mem_chunk_clean ()" link="glib-Memory-Chunks.html#g-mem-chunk-clean"/>
|
1503
|
+
<function name="g_blow_chunks ()" link="glib-Memory-Chunks.html#g-blow-chunks"/>
|
1504
|
+
<function name="g_mem_chunk_info ()" link="glib-Memory-Chunks.html#g-mem-chunk-info"/>
|
1505
|
+
<function name="g_mem_chunk_print ()" link="glib-Memory-Chunks.html#g-mem-chunk-print"/>
|
1506
|
+
<function name="GList" link="glib-Doubly-Linked-Lists.html#GList"/>
|
1507
|
+
<function name="g_list_append ()" link="glib-Doubly-Linked-Lists.html#g-list-append"/>
|
1508
|
+
<function name="g_list_prepend ()" link="glib-Doubly-Linked-Lists.html#g-list-prepend"/>
|
1509
|
+
<function name="g_list_insert ()" link="glib-Doubly-Linked-Lists.html#g-list-insert"/>
|
1510
|
+
<function name="g_list_insert_before ()" link="glib-Doubly-Linked-Lists.html#g-list-insert-before"/>
|
1511
|
+
<function name="g_list_insert_sorted ()" link="glib-Doubly-Linked-Lists.html#g-list-insert-sorted"/>
|
1512
|
+
<function name="g_list_remove ()" link="glib-Doubly-Linked-Lists.html#g-list-remove"/>
|
1513
|
+
<function name="g_list_remove_link ()" link="glib-Doubly-Linked-Lists.html#g-list-remove-link"/>
|
1514
|
+
<function name="g_list_delete_link ()" link="glib-Doubly-Linked-Lists.html#g-list-delete-link"/>
|
1515
|
+
<function name="g_list_remove_all ()" link="glib-Doubly-Linked-Lists.html#g-list-remove-all"/>
|
1516
|
+
<function name="g_list_free ()" link="glib-Doubly-Linked-Lists.html#g-list-free"/>
|
1517
|
+
<function name="g_list_alloc ()" link="glib-Doubly-Linked-Lists.html#g-list-alloc"/>
|
1518
|
+
<function name="g_list_free_1 ()" link="glib-Doubly-Linked-Lists.html#g-list-free-1"/>
|
1519
|
+
<function name="g_list_free1" link="glib-Doubly-Linked-Lists.html#g-list-free1"/>
|
1520
|
+
<function name="g_list_length ()" link="glib-Doubly-Linked-Lists.html#g-list-length"/>
|
1521
|
+
<function name="g_list_copy ()" link="glib-Doubly-Linked-Lists.html#g-list-copy"/>
|
1522
|
+
<function name="g_list_reverse ()" link="glib-Doubly-Linked-Lists.html#g-list-reverse"/>
|
1523
|
+
<function name="g_list_sort ()" link="glib-Doubly-Linked-Lists.html#g-list-sort"/>
|
1524
|
+
<function name="GCompareFunc ()" link="glib-Doubly-Linked-Lists.html#GCompareFunc"/>
|
1525
|
+
<function name="g_list_insert_sorted_with_data ()" link="glib-Doubly-Linked-Lists.html#g-list-insert-sorted-with-data"/>
|
1526
|
+
<function name="g_list_sort_with_data ()" link="glib-Doubly-Linked-Lists.html#g-list-sort-with-data"/>
|
1527
|
+
<function name="GCompareDataFunc ()" link="glib-Doubly-Linked-Lists.html#GCompareDataFunc"/>
|
1528
|
+
<function name="g_list_concat ()" link="glib-Doubly-Linked-Lists.html#g-list-concat"/>
|
1529
|
+
<function name="g_list_foreach ()" link="glib-Doubly-Linked-Lists.html#g-list-foreach"/>
|
1530
|
+
<function name="GFunc ()" link="glib-Doubly-Linked-Lists.html#GFunc"/>
|
1531
|
+
<function name="g_list_first ()" link="glib-Doubly-Linked-Lists.html#g-list-first"/>
|
1532
|
+
<function name="g_list_last ()" link="glib-Doubly-Linked-Lists.html#g-list-last"/>
|
1533
|
+
<function name="g_list_previous()" link="glib-Doubly-Linked-Lists.html#g-list-previous"/>
|
1534
|
+
<function name="g_list_next()" link="glib-Doubly-Linked-Lists.html#g-list-next"/>
|
1535
|
+
<function name="g_list_nth ()" link="glib-Doubly-Linked-Lists.html#g-list-nth"/>
|
1536
|
+
<function name="g_list_nth_data ()" link="glib-Doubly-Linked-Lists.html#g-list-nth-data"/>
|
1537
|
+
<function name="g_list_nth_prev ()" link="glib-Doubly-Linked-Lists.html#g-list-nth-prev"/>
|
1538
|
+
<function name="g_list_find ()" link="glib-Doubly-Linked-Lists.html#g-list-find"/>
|
1539
|
+
<function name="g_list_find_custom ()" link="glib-Doubly-Linked-Lists.html#g-list-find-custom"/>
|
1540
|
+
<function name="g_list_position ()" link="glib-Doubly-Linked-Lists.html#g-list-position"/>
|
1541
|
+
<function name="g_list_index ()" link="glib-Doubly-Linked-Lists.html#g-list-index"/>
|
1542
|
+
<function name="g_list_push_allocator ()" link="glib-Doubly-Linked-Lists.html#g-list-push-allocator"/>
|
1543
|
+
<function name="g_list_pop_allocator ()" link="glib-Doubly-Linked-Lists.html#g-list-pop-allocator"/>
|
1544
|
+
<function name="GSList" link="glib-Singly-Linked-Lists.html#GSList"/>
|
1545
|
+
<function name="g_slist_alloc ()" link="glib-Singly-Linked-Lists.html#g-slist-alloc"/>
|
1546
|
+
<function name="g_slist_append ()" link="glib-Singly-Linked-Lists.html#g-slist-append"/>
|
1547
|
+
<function name="g_slist_prepend ()" link="glib-Singly-Linked-Lists.html#g-slist-prepend"/>
|
1548
|
+
<function name="g_slist_insert ()" link="glib-Singly-Linked-Lists.html#g-slist-insert"/>
|
1549
|
+
<function name="g_slist_insert_before ()" link="glib-Singly-Linked-Lists.html#g-slist-insert-before"/>
|
1550
|
+
<function name="g_slist_insert_sorted ()" link="glib-Singly-Linked-Lists.html#g-slist-insert-sorted"/>
|
1551
|
+
<function name="g_slist_remove ()" link="glib-Singly-Linked-Lists.html#g-slist-remove"/>
|
1552
|
+
<function name="g_slist_remove_link ()" link="glib-Singly-Linked-Lists.html#g-slist-remove-link"/>
|
1553
|
+
<function name="g_slist_delete_link ()" link="glib-Singly-Linked-Lists.html#g-slist-delete-link"/>
|
1554
|
+
<function name="g_slist_remove_all ()" link="glib-Singly-Linked-Lists.html#g-slist-remove-all"/>
|
1555
|
+
<function name="g_slist_free ()" link="glib-Singly-Linked-Lists.html#g-slist-free"/>
|
1556
|
+
<function name="g_slist_free_1 ()" link="glib-Singly-Linked-Lists.html#g-slist-free-1"/>
|
1557
|
+
<function name="g_slist_free1" link="glib-Singly-Linked-Lists.html#g-slist-free1"/>
|
1558
|
+
<function name="g_slist_length ()" link="glib-Singly-Linked-Lists.html#g-slist-length"/>
|
1559
|
+
<function name="g_slist_copy ()" link="glib-Singly-Linked-Lists.html#g-slist-copy"/>
|
1560
|
+
<function name="g_slist_reverse ()" link="glib-Singly-Linked-Lists.html#g-slist-reverse"/>
|
1561
|
+
<function name="g_slist_insert_sorted_with_data ()" link="glib-Singly-Linked-Lists.html#g-slist-insert-sorted-with-data"/>
|
1562
|
+
<function name="g_slist_sort ()" link="glib-Singly-Linked-Lists.html#g-slist-sort"/>
|
1563
|
+
<function name="g_slist_sort_with_data ()" link="glib-Singly-Linked-Lists.html#g-slist-sort-with-data"/>
|
1564
|
+
<function name="g_slist_concat ()" link="glib-Singly-Linked-Lists.html#g-slist-concat"/>
|
1565
|
+
<function name="g_slist_foreach ()" link="glib-Singly-Linked-Lists.html#g-slist-foreach"/>
|
1566
|
+
<function name="g_slist_last ()" link="glib-Singly-Linked-Lists.html#g-slist-last"/>
|
1567
|
+
<function name="g_slist_next()" link="glib-Singly-Linked-Lists.html#g-slist-next"/>
|
1568
|
+
<function name="g_slist_nth ()" link="glib-Singly-Linked-Lists.html#g-slist-nth"/>
|
1569
|
+
<function name="g_slist_nth_data ()" link="glib-Singly-Linked-Lists.html#g-slist-nth-data"/>
|
1570
|
+
<function name="g_slist_find ()" link="glib-Singly-Linked-Lists.html#g-slist-find"/>
|
1571
|
+
<function name="g_slist_find_custom ()" link="glib-Singly-Linked-Lists.html#g-slist-find-custom"/>
|
1572
|
+
<function name="g_slist_position ()" link="glib-Singly-Linked-Lists.html#g-slist-position"/>
|
1573
|
+
<function name="g_slist_index ()" link="glib-Singly-Linked-Lists.html#g-slist-index"/>
|
1574
|
+
<function name="g_slist_push_allocator ()" link="glib-Singly-Linked-Lists.html#g-slist-push-allocator"/>
|
1575
|
+
<function name="g_slist_pop_allocator ()" link="glib-Singly-Linked-Lists.html#g-slist-pop-allocator"/>
|
1576
|
+
<function name="GQueue" link="glib-Double-ended-Queues.html#GQueue"/>
|
1577
|
+
<function name="g_queue_new ()" link="glib-Double-ended-Queues.html#g-queue-new"/>
|
1578
|
+
<function name="g_queue_free ()" link="glib-Double-ended-Queues.html#g-queue-free"/>
|
1579
|
+
<function name="G_QUEUE_INIT" link="glib-Double-ended-Queues.html#G-QUEUE-INIT:CAPS"/>
|
1580
|
+
<function name="g_queue_init ()" link="glib-Double-ended-Queues.html#g-queue-init"/>
|
1581
|
+
<function name="g_queue_clear ()" link="glib-Double-ended-Queues.html#g-queue-clear"/>
|
1582
|
+
<function name="g_queue_is_empty ()" link="glib-Double-ended-Queues.html#g-queue-is-empty"/>
|
1583
|
+
<function name="g_queue_get_length ()" link="glib-Double-ended-Queues.html#g-queue-get-length"/>
|
1584
|
+
<function name="g_queue_reverse ()" link="glib-Double-ended-Queues.html#g-queue-reverse"/>
|
1585
|
+
<function name="g_queue_copy ()" link="glib-Double-ended-Queues.html#g-queue-copy"/>
|
1586
|
+
<function name="g_queue_foreach ()" link="glib-Double-ended-Queues.html#g-queue-foreach"/>
|
1587
|
+
<function name="g_queue_find ()" link="glib-Double-ended-Queues.html#g-queue-find"/>
|
1588
|
+
<function name="g_queue_find_custom ()" link="glib-Double-ended-Queues.html#g-queue-find-custom"/>
|
1589
|
+
<function name="g_queue_sort ()" link="glib-Double-ended-Queues.html#g-queue-sort"/>
|
1590
|
+
<function name="g_queue_push_head ()" link="glib-Double-ended-Queues.html#g-queue-push-head"/>
|
1591
|
+
<function name="g_queue_push_tail ()" link="glib-Double-ended-Queues.html#g-queue-push-tail"/>
|
1592
|
+
<function name="g_queue_push_nth ()" link="glib-Double-ended-Queues.html#g-queue-push-nth"/>
|
1593
|
+
<function name="g_queue_pop_head ()" link="glib-Double-ended-Queues.html#g-queue-pop-head"/>
|
1594
|
+
<function name="g_queue_pop_tail ()" link="glib-Double-ended-Queues.html#g-queue-pop-tail"/>
|
1595
|
+
<function name="g_queue_pop_nth ()" link="glib-Double-ended-Queues.html#g-queue-pop-nth"/>
|
1596
|
+
<function name="g_queue_peek_head ()" link="glib-Double-ended-Queues.html#g-queue-peek-head"/>
|
1597
|
+
<function name="g_queue_peek_tail ()" link="glib-Double-ended-Queues.html#g-queue-peek-tail"/>
|
1598
|
+
<function name="g_queue_peek_nth ()" link="glib-Double-ended-Queues.html#g-queue-peek-nth"/>
|
1599
|
+
<function name="g_queue_index ()" link="glib-Double-ended-Queues.html#g-queue-index"/>
|
1600
|
+
<function name="g_queue_remove ()" link="glib-Double-ended-Queues.html#g-queue-remove"/>
|
1601
|
+
<function name="g_queue_remove_all ()" link="glib-Double-ended-Queues.html#g-queue-remove-all"/>
|
1602
|
+
<function name="g_queue_insert_before ()" link="glib-Double-ended-Queues.html#g-queue-insert-before"/>
|
1603
|
+
<function name="g_queue_insert_after ()" link="glib-Double-ended-Queues.html#g-queue-insert-after"/>
|
1604
|
+
<function name="g_queue_insert_sorted ()" link="glib-Double-ended-Queues.html#g-queue-insert-sorted"/>
|
1605
|
+
<function name="g_queue_push_head_link ()" link="glib-Double-ended-Queues.html#g-queue-push-head-link"/>
|
1606
|
+
<function name="g_queue_push_tail_link ()" link="glib-Double-ended-Queues.html#g-queue-push-tail-link"/>
|
1607
|
+
<function name="g_queue_push_nth_link ()" link="glib-Double-ended-Queues.html#g-queue-push-nth-link"/>
|
1608
|
+
<function name="g_queue_pop_head_link ()" link="glib-Double-ended-Queues.html#g-queue-pop-head-link"/>
|
1609
|
+
<function name="g_queue_pop_tail_link ()" link="glib-Double-ended-Queues.html#g-queue-pop-tail-link"/>
|
1610
|
+
<function name="g_queue_pop_nth_link ()" link="glib-Double-ended-Queues.html#g-queue-pop-nth-link"/>
|
1611
|
+
<function name="g_queue_peek_head_link ()" link="glib-Double-ended-Queues.html#g-queue-peek-head-link"/>
|
1612
|
+
<function name="g_queue_peek_tail_link ()" link="glib-Double-ended-Queues.html#g-queue-peek-tail-link"/>
|
1613
|
+
<function name="g_queue_peek_nth_link ()" link="glib-Double-ended-Queues.html#g-queue-peek-nth-link"/>
|
1614
|
+
<function name="g_queue_link_index ()" link="glib-Double-ended-Queues.html#g-queue-link-index"/>
|
1615
|
+
<function name="g_queue_unlink ()" link="glib-Double-ended-Queues.html#g-queue-unlink"/>
|
1616
|
+
<function name="g_queue_delete_link ()" link="glib-Double-ended-Queues.html#g-queue-delete-link"/>
|
1617
|
+
<function name="GSequence" link="glib-Sequences.html#GSequence"/>
|
1618
|
+
<function name="GSequenceIter" link="glib-Sequences.html#GSequenceIter"/>
|
1619
|
+
<function name="GSequenceIterCompareFunc ()" link="glib-Sequences.html#GSequenceIterCompareFunc"/>
|
1620
|
+
<function name="g_sequence_new ()" link="glib-Sequences.html#g-sequence-new"/>
|
1621
|
+
<function name="g_sequence_free ()" link="glib-Sequences.html#g-sequence-free"/>
|
1622
|
+
<function name="g_sequence_get_length ()" link="glib-Sequences.html#g-sequence-get-length"/>
|
1623
|
+
<function name="g_sequence_foreach ()" link="glib-Sequences.html#g-sequence-foreach"/>
|
1624
|
+
<function name="g_sequence_foreach_range ()" link="glib-Sequences.html#g-sequence-foreach-range"/>
|
1625
|
+
<function name="g_sequence_sort ()" link="glib-Sequences.html#g-sequence-sort"/>
|
1626
|
+
<function name="g_sequence_sort_iter ()" link="glib-Sequences.html#g-sequence-sort-iter"/>
|
1627
|
+
<function name="g_sequence_get_begin_iter ()" link="glib-Sequences.html#g-sequence-get-begin-iter"/>
|
1628
|
+
<function name="g_sequence_get_end_iter ()" link="glib-Sequences.html#g-sequence-get-end-iter"/>
|
1629
|
+
<function name="g_sequence_get_iter_at_pos ()" link="glib-Sequences.html#g-sequence-get-iter-at-pos"/>
|
1630
|
+
<function name="g_sequence_append ()" link="glib-Sequences.html#g-sequence-append"/>
|
1631
|
+
<function name="g_sequence_prepend ()" link="glib-Sequences.html#g-sequence-prepend"/>
|
1632
|
+
<function name="g_sequence_insert_before ()" link="glib-Sequences.html#g-sequence-insert-before"/>
|
1633
|
+
<function name="g_sequence_move ()" link="glib-Sequences.html#g-sequence-move"/>
|
1634
|
+
<function name="g_sequence_swap ()" link="glib-Sequences.html#g-sequence-swap"/>
|
1635
|
+
<function name="g_sequence_insert_sorted ()" link="glib-Sequences.html#g-sequence-insert-sorted"/>
|
1636
|
+
<function name="g_sequence_insert_sorted_iter ()" link="glib-Sequences.html#g-sequence-insert-sorted-iter"/>
|
1637
|
+
<function name="g_sequence_sort_changed ()" link="glib-Sequences.html#g-sequence-sort-changed"/>
|
1638
|
+
<function name="g_sequence_sort_changed_iter ()" link="glib-Sequences.html#g-sequence-sort-changed-iter"/>
|
1639
|
+
<function name="g_sequence_remove ()" link="glib-Sequences.html#g-sequence-remove"/>
|
1640
|
+
<function name="g_sequence_remove_range ()" link="glib-Sequences.html#g-sequence-remove-range"/>
|
1641
|
+
<function name="g_sequence_move_range ()" link="glib-Sequences.html#g-sequence-move-range"/>
|
1642
|
+
<function name="g_sequence_search ()" link="glib-Sequences.html#g-sequence-search"/>
|
1643
|
+
<function name="g_sequence_search_iter ()" link="glib-Sequences.html#g-sequence-search-iter"/>
|
1644
|
+
<function name="g_sequence_get ()" link="glib-Sequences.html#g-sequence-get"/>
|
1645
|
+
<function name="g_sequence_set ()" link="glib-Sequences.html#g-sequence-set"/>
|
1646
|
+
<function name="g_sequence_iter_is_begin ()" link="glib-Sequences.html#g-sequence-iter-is-begin"/>
|
1647
|
+
<function name="g_sequence_iter_is_end ()" link="glib-Sequences.html#g-sequence-iter-is-end"/>
|
1648
|
+
<function name="g_sequence_iter_next ()" link="glib-Sequences.html#g-sequence-iter-next"/>
|
1649
|
+
<function name="g_sequence_iter_prev ()" link="glib-Sequences.html#g-sequence-iter-prev"/>
|
1650
|
+
<function name="g_sequence_iter_get_position ()" link="glib-Sequences.html#g-sequence-iter-get-position"/>
|
1651
|
+
<function name="g_sequence_iter_move ()" link="glib-Sequences.html#g-sequence-iter-move"/>
|
1652
|
+
<function name="g_sequence_iter_get_sequence ()" link="glib-Sequences.html#g-sequence-iter-get-sequence"/>
|
1653
|
+
<function name="g_sequence_iter_compare ()" link="glib-Sequences.html#g-sequence-iter-compare"/>
|
1654
|
+
<function name="g_sequence_range_get_midpoint ()" link="glib-Sequences.html#g-sequence-range-get-midpoint"/>
|
1655
|
+
<function name="GTrashStack" link="glib-Trash-Stacks.html#GTrashStack"/>
|
1656
|
+
<function name="g_trash_stack_push ()" link="glib-Trash-Stacks.html#g-trash-stack-push"/>
|
1657
|
+
<function name="g_trash_stack_pop ()" link="glib-Trash-Stacks.html#g-trash-stack-pop"/>
|
1658
|
+
<function name="g_trash_stack_peek ()" link="glib-Trash-Stacks.html#g-trash-stack-peek"/>
|
1659
|
+
<function name="g_trash_stack_height ()" link="glib-Trash-Stacks.html#g-trash-stack-height"/>
|
1660
|
+
<function name="GHashTable" link="glib-Hash-Tables.html#GHashTable"/>
|
1661
|
+
<function name="g_hash_table_new ()" link="glib-Hash-Tables.html#g-hash-table-new"/>
|
1662
|
+
<function name="g_hash_table_new_full ()" link="glib-Hash-Tables.html#g-hash-table-new-full"/>
|
1663
|
+
<function name="GHashFunc ()" link="glib-Hash-Tables.html#GHashFunc"/>
|
1664
|
+
<function name="GEqualFunc ()" link="glib-Hash-Tables.html#GEqualFunc"/>
|
1665
|
+
<function name="g_hash_table_insert ()" link="glib-Hash-Tables.html#g-hash-table-insert"/>
|
1666
|
+
<function name="g_hash_table_replace ()" link="glib-Hash-Tables.html#g-hash-table-replace"/>
|
1667
|
+
<function name="g_hash_table_size ()" link="glib-Hash-Tables.html#g-hash-table-size"/>
|
1668
|
+
<function name="g_hash_table_lookup ()" link="glib-Hash-Tables.html#g-hash-table-lookup"/>
|
1669
|
+
<function name="g_hash_table_lookup_extended ()" link="glib-Hash-Tables.html#g-hash-table-lookup-extended"/>
|
1670
|
+
<function name="g_hash_table_foreach ()" link="glib-Hash-Tables.html#g-hash-table-foreach"/>
|
1671
|
+
<function name="g_hash_table_find ()" link="glib-Hash-Tables.html#g-hash-table-find"/>
|
1672
|
+
<function name="GHFunc ()" link="glib-Hash-Tables.html#GHFunc"/>
|
1673
|
+
<function name="g_hash_table_remove ()" link="glib-Hash-Tables.html#g-hash-table-remove"/>
|
1674
|
+
<function name="g_hash_table_steal ()" link="glib-Hash-Tables.html#g-hash-table-steal"/>
|
1675
|
+
<function name="g_hash_table_foreach_remove ()" link="glib-Hash-Tables.html#g-hash-table-foreach-remove"/>
|
1676
|
+
<function name="g_hash_table_foreach_steal ()" link="glib-Hash-Tables.html#g-hash-table-foreach-steal"/>
|
1677
|
+
<function name="g_hash_table_remove_all ()" link="glib-Hash-Tables.html#g-hash-table-remove-all"/>
|
1678
|
+
<function name="g_hash_table_steal_all ()" link="glib-Hash-Tables.html#g-hash-table-steal-all"/>
|
1679
|
+
<function name="g_hash_table_get_keys ()" link="glib-Hash-Tables.html#g-hash-table-get-keys"/>
|
1680
|
+
<function name="g_hash_table_get_values ()" link="glib-Hash-Tables.html#g-hash-table-get-values"/>
|
1681
|
+
<function name="GHRFunc ()" link="glib-Hash-Tables.html#GHRFunc"/>
|
1682
|
+
<function name="g_hash_table_freeze()" link="glib-Hash-Tables.html#g-hash-table-freeze"/>
|
1683
|
+
<function name="g_hash_table_thaw()" link="glib-Hash-Tables.html#g-hash-table-thaw"/>
|
1684
|
+
<function name="g_hash_table_destroy ()" link="glib-Hash-Tables.html#g-hash-table-destroy"/>
|
1685
|
+
<function name="g_hash_table_ref ()" link="glib-Hash-Tables.html#g-hash-table-ref"/>
|
1686
|
+
<function name="g_hash_table_unref ()" link="glib-Hash-Tables.html#g-hash-table-unref"/>
|
1687
|
+
<function name="GHashTableIter" link="glib-Hash-Tables.html#GHashTableIter"/>
|
1688
|
+
<function name="g_hash_table_iter_init ()" link="glib-Hash-Tables.html#g-hash-table-iter-init"/>
|
1689
|
+
<function name="g_hash_table_iter_next ()" link="glib-Hash-Tables.html#g-hash-table-iter-next"/>
|
1690
|
+
<function name="g_hash_table_iter_get_hash_table ()" link="glib-Hash-Tables.html#g-hash-table-iter-get-hash-table"/>
|
1691
|
+
<function name="g_hash_table_iter_remove ()" link="glib-Hash-Tables.html#g-hash-table-iter-remove"/>
|
1692
|
+
<function name="g_hash_table_iter_steal ()" link="glib-Hash-Tables.html#g-hash-table-iter-steal"/>
|
1693
|
+
<function name="g_direct_equal ()" link="glib-Hash-Tables.html#g-direct-equal"/>
|
1694
|
+
<function name="g_direct_hash ()" link="glib-Hash-Tables.html#g-direct-hash"/>
|
1695
|
+
<function name="g_int_equal ()" link="glib-Hash-Tables.html#g-int-equal"/>
|
1696
|
+
<function name="g_int_hash ()" link="glib-Hash-Tables.html#g-int-hash"/>
|
1697
|
+
<function name="g_int64_equal ()" link="glib-Hash-Tables.html#g-int64-equal"/>
|
1698
|
+
<function name="g_int64_hash ()" link="glib-Hash-Tables.html#g-int64-hash"/>
|
1699
|
+
<function name="g_double_equal ()" link="glib-Hash-Tables.html#g-double-equal"/>
|
1700
|
+
<function name="g_double_hash ()" link="glib-Hash-Tables.html#g-double-hash"/>
|
1701
|
+
<function name="g_str_equal ()" link="glib-Hash-Tables.html#g-str-equal"/>
|
1702
|
+
<function name="g_str_hash ()" link="glib-Hash-Tables.html#g-str-hash"/>
|
1703
|
+
<function name="GString" link="glib-Strings.html#GString"/>
|
1704
|
+
<function name="g_string_new ()" link="glib-Strings.html#g-string-new"/>
|
1705
|
+
<function name="g_string_new_len ()" link="glib-Strings.html#g-string-new-len"/>
|
1706
|
+
<function name="g_string_sized_new ()" link="glib-Strings.html#g-string-sized-new"/>
|
1707
|
+
<function name="g_string_assign ()" link="glib-Strings.html#g-string-assign"/>
|
1708
|
+
<function name="g_string_sprintf" link="glib-Strings.html#g-string-sprintf"/>
|
1709
|
+
<function name="g_string_sprintfa" link="glib-Strings.html#g-string-sprintfa"/>
|
1710
|
+
<function name="g_string_vprintf ()" link="glib-Strings.html#g-string-vprintf"/>
|
1711
|
+
<function name="g_string_append_vprintf ()" link="glib-Strings.html#g-string-append-vprintf"/>
|
1712
|
+
<function name="g_string_printf ()" link="glib-Strings.html#g-string-printf"/>
|
1713
|
+
<function name="g_string_append_printf ()" link="glib-Strings.html#g-string-append-printf"/>
|
1714
|
+
<function name="g_string_append ()" link="glib-Strings.html#g-string-append"/>
|
1715
|
+
<function name="g_string_append_c ()" link="glib-Strings.html#g-string-append-c"/>
|
1716
|
+
<function name="g_string_append_unichar ()" link="glib-Strings.html#g-string-append-unichar"/>
|
1717
|
+
<function name="g_string_append_len ()" link="glib-Strings.html#g-string-append-len"/>
|
1718
|
+
<function name="g_string_append_uri_escaped ()" link="glib-Strings.html#g-string-append-uri-escaped"/>
|
1719
|
+
<function name="g_string_prepend ()" link="glib-Strings.html#g-string-prepend"/>
|
1720
|
+
<function name="g_string_prepend_c ()" link="glib-Strings.html#g-string-prepend-c"/>
|
1721
|
+
<function name="g_string_prepend_unichar ()" link="glib-Strings.html#g-string-prepend-unichar"/>
|
1722
|
+
<function name="g_string_prepend_len ()" link="glib-Strings.html#g-string-prepend-len"/>
|
1723
|
+
<function name="g_string_insert ()" link="glib-Strings.html#g-string-insert"/>
|
1724
|
+
<function name="g_string_insert_c ()" link="glib-Strings.html#g-string-insert-c"/>
|
1725
|
+
<function name="g_string_insert_unichar ()" link="glib-Strings.html#g-string-insert-unichar"/>
|
1726
|
+
<function name="g_string_insert_len ()" link="glib-Strings.html#g-string-insert-len"/>
|
1727
|
+
<function name="g_string_overwrite ()" link="glib-Strings.html#g-string-overwrite"/>
|
1728
|
+
<function name="g_string_overwrite_len ()" link="glib-Strings.html#g-string-overwrite-len"/>
|
1729
|
+
<function name="g_string_erase ()" link="glib-Strings.html#g-string-erase"/>
|
1730
|
+
<function name="g_string_truncate ()" link="glib-Strings.html#g-string-truncate"/>
|
1731
|
+
<function name="g_string_set_size ()" link="glib-Strings.html#g-string-set-size"/>
|
1732
|
+
<function name="g_string_free ()" link="glib-Strings.html#g-string-free"/>
|
1733
|
+
<function name="g_string_up ()" link="glib-Strings.html#g-string-up"/>
|
1734
|
+
<function name="g_string_down ()" link="glib-Strings.html#g-string-down"/>
|
1735
|
+
<function name="g_string_hash ()" link="glib-Strings.html#g-string-hash"/>
|
1736
|
+
<function name="g_string_equal ()" link="glib-Strings.html#g-string-equal"/>
|
1737
|
+
<function name="GStringChunk" link="glib-String-Chunks.html#GStringChunk"/>
|
1738
|
+
<function name="g_string_chunk_new ()" link="glib-String-Chunks.html#g-string-chunk-new"/>
|
1739
|
+
<function name="g_string_chunk_insert ()" link="glib-String-Chunks.html#g-string-chunk-insert"/>
|
1740
|
+
<function name="g_string_chunk_insert_const ()" link="glib-String-Chunks.html#g-string-chunk-insert-const"/>
|
1741
|
+
<function name="g_string_chunk_insert_len ()" link="glib-String-Chunks.html#g-string-chunk-insert-len"/>
|
1742
|
+
<function name="g_string_chunk_clear ()" link="glib-String-Chunks.html#g-string-chunk-clear"/>
|
1743
|
+
<function name="g_string_chunk_free ()" link="glib-String-Chunks.html#g-string-chunk-free"/>
|
1744
|
+
<function name="GArray" link="glib-Arrays.html#GArray"/>
|
1745
|
+
<function name="g_array_new ()" link="glib-Arrays.html#g-array-new"/>
|
1746
|
+
<function name="g_array_sized_new ()" link="glib-Arrays.html#g-array-sized-new"/>
|
1747
|
+
<function name="g_array_ref ()" link="glib-Arrays.html#g-array-ref"/>
|
1748
|
+
<function name="g_array_unref ()" link="glib-Arrays.html#g-array-unref"/>
|
1749
|
+
<function name="g_array_get_element_size ()" link="glib-Arrays.html#g-array-get-element-size"/>
|
1750
|
+
<function name="g_array_append_val()" link="glib-Arrays.html#g-array-append-val"/>
|
1751
|
+
<function name="g_array_append_vals ()" link="glib-Arrays.html#g-array-append-vals"/>
|
1752
|
+
<function name="g_array_prepend_val()" link="glib-Arrays.html#g-array-prepend-val"/>
|
1753
|
+
<function name="g_array_prepend_vals ()" link="glib-Arrays.html#g-array-prepend-vals"/>
|
1754
|
+
<function name="g_array_insert_val()" link="glib-Arrays.html#g-array-insert-val"/>
|
1755
|
+
<function name="g_array_insert_vals ()" link="glib-Arrays.html#g-array-insert-vals"/>
|
1756
|
+
<function name="g_array_remove_index ()" link="glib-Arrays.html#g-array-remove-index"/>
|
1757
|
+
<function name="g_array_remove_index_fast ()" link="glib-Arrays.html#g-array-remove-index-fast"/>
|
1758
|
+
<function name="g_array_remove_range ()" link="glib-Arrays.html#g-array-remove-range"/>
|
1759
|
+
<function name="g_array_sort ()" link="glib-Arrays.html#g-array-sort"/>
|
1760
|
+
<function name="g_array_sort_with_data ()" link="glib-Arrays.html#g-array-sort-with-data"/>
|
1761
|
+
<function name="g_array_index()" link="glib-Arrays.html#g-array-index"/>
|
1762
|
+
<function name="g_array_set_size ()" link="glib-Arrays.html#g-array-set-size"/>
|
1763
|
+
<function name="g_array_free ()" link="glib-Arrays.html#g-array-free"/>
|
1764
|
+
<function name="GPtrArray" link="glib-Pointer-Arrays.html#GPtrArray"/>
|
1765
|
+
<function name="g_ptr_array_new ()" link="glib-Pointer-Arrays.html#g-ptr-array-new"/>
|
1766
|
+
<function name="g_ptr_array_sized_new ()" link="glib-Pointer-Arrays.html#g-ptr-array-sized-new"/>
|
1767
|
+
<function name="g_ptr_array_new_with_free_func ()" link="glib-Pointer-Arrays.html#g-ptr-array-new-with-free-func"/>
|
1768
|
+
<function name="g_ptr_array_set_free_func ()" link="glib-Pointer-Arrays.html#g-ptr-array-set-free-func"/>
|
1769
|
+
<function name="g_ptr_array_ref ()" link="glib-Pointer-Arrays.html#g-ptr-array-ref"/>
|
1770
|
+
<function name="g_ptr_array_unref ()" link="glib-Pointer-Arrays.html#g-ptr-array-unref"/>
|
1771
|
+
<function name="g_ptr_array_add ()" link="glib-Pointer-Arrays.html#g-ptr-array-add"/>
|
1772
|
+
<function name="g_ptr_array_remove ()" link="glib-Pointer-Arrays.html#g-ptr-array-remove"/>
|
1773
|
+
<function name="g_ptr_array_remove_index ()" link="glib-Pointer-Arrays.html#g-ptr-array-remove-index"/>
|
1774
|
+
<function name="g_ptr_array_remove_fast ()" link="glib-Pointer-Arrays.html#g-ptr-array-remove-fast"/>
|
1775
|
+
<function name="g_ptr_array_remove_index_fast ()" link="glib-Pointer-Arrays.html#g-ptr-array-remove-index-fast"/>
|
1776
|
+
<function name="g_ptr_array_remove_range ()" link="glib-Pointer-Arrays.html#g-ptr-array-remove-range"/>
|
1777
|
+
<function name="g_ptr_array_sort ()" link="glib-Pointer-Arrays.html#g-ptr-array-sort"/>
|
1778
|
+
<function name="g_ptr_array_sort_with_data ()" link="glib-Pointer-Arrays.html#g-ptr-array-sort-with-data"/>
|
1779
|
+
<function name="g_ptr_array_set_size ()" link="glib-Pointer-Arrays.html#g-ptr-array-set-size"/>
|
1780
|
+
<function name="g_ptr_array_index()" link="glib-Pointer-Arrays.html#g-ptr-array-index"/>
|
1781
|
+
<function name="g_ptr_array_free ()" link="glib-Pointer-Arrays.html#g-ptr-array-free"/>
|
1782
|
+
<function name="g_ptr_array_foreach ()" link="glib-Pointer-Arrays.html#g-ptr-array-foreach"/>
|
1783
|
+
<function name="GByteArray" link="glib-Byte-Arrays.html#GByteArray"/>
|
1784
|
+
<function name="g_byte_array_new ()" link="glib-Byte-Arrays.html#g-byte-array-new"/>
|
1785
|
+
<function name="g_byte_array_sized_new ()" link="glib-Byte-Arrays.html#g-byte-array-sized-new"/>
|
1786
|
+
<function name="g_byte_array_ref ()" link="glib-Byte-Arrays.html#g-byte-array-ref"/>
|
1787
|
+
<function name="g_byte_array_unref ()" link="glib-Byte-Arrays.html#g-byte-array-unref"/>
|
1788
|
+
<function name="g_byte_array_append ()" link="glib-Byte-Arrays.html#g-byte-array-append"/>
|
1789
|
+
<function name="g_byte_array_prepend ()" link="glib-Byte-Arrays.html#g-byte-array-prepend"/>
|
1790
|
+
<function name="g_byte_array_remove_index ()" link="glib-Byte-Arrays.html#g-byte-array-remove-index"/>
|
1791
|
+
<function name="g_byte_array_remove_index_fast ()" link="glib-Byte-Arrays.html#g-byte-array-remove-index-fast"/>
|
1792
|
+
<function name="g_byte_array_remove_range ()" link="glib-Byte-Arrays.html#g-byte-array-remove-range"/>
|
1793
|
+
<function name="g_byte_array_sort ()" link="glib-Byte-Arrays.html#g-byte-array-sort"/>
|
1794
|
+
<function name="g_byte_array_sort_with_data ()" link="glib-Byte-Arrays.html#g-byte-array-sort-with-data"/>
|
1795
|
+
<function name="g_byte_array_set_size ()" link="glib-Byte-Arrays.html#g-byte-array-set-size"/>
|
1796
|
+
<function name="g_byte_array_free ()" link="glib-Byte-Arrays.html#g-byte-array-free"/>
|
1797
|
+
<function name="GTree" link="glib-Balanced-Binary-Trees.html#GTree"/>
|
1798
|
+
<function name="g_tree_new ()" link="glib-Balanced-Binary-Trees.html#g-tree-new"/>
|
1799
|
+
<function name="g_tree_ref ()" link="glib-Balanced-Binary-Trees.html#g-tree-ref"/>
|
1800
|
+
<function name="g_tree_unref ()" link="glib-Balanced-Binary-Trees.html#g-tree-unref"/>
|
1801
|
+
<function name="g_tree_new_with_data ()" link="glib-Balanced-Binary-Trees.html#g-tree-new-with-data"/>
|
1802
|
+
<function name="g_tree_new_full ()" link="glib-Balanced-Binary-Trees.html#g-tree-new-full"/>
|
1803
|
+
<function name="g_tree_insert ()" link="glib-Balanced-Binary-Trees.html#g-tree-insert"/>
|
1804
|
+
<function name="g_tree_replace ()" link="glib-Balanced-Binary-Trees.html#g-tree-replace"/>
|
1805
|
+
<function name="g_tree_nnodes ()" link="glib-Balanced-Binary-Trees.html#g-tree-nnodes"/>
|
1806
|
+
<function name="g_tree_height ()" link="glib-Balanced-Binary-Trees.html#g-tree-height"/>
|
1807
|
+
<function name="g_tree_lookup ()" link="glib-Balanced-Binary-Trees.html#g-tree-lookup"/>
|
1808
|
+
<function name="g_tree_lookup_extended ()" link="glib-Balanced-Binary-Trees.html#g-tree-lookup-extended"/>
|
1809
|
+
<function name="g_tree_foreach ()" link="glib-Balanced-Binary-Trees.html#g-tree-foreach"/>
|
1810
|
+
<function name="g_tree_traverse ()" link="glib-Balanced-Binary-Trees.html#g-tree-traverse"/>
|
1811
|
+
<function name="GTraverseFunc ()" link="glib-Balanced-Binary-Trees.html#GTraverseFunc"/>
|
1812
|
+
<function name="enum GTraverseType" link="glib-Balanced-Binary-Trees.html#GTraverseType"/>
|
1813
|
+
<function name="g_tree_search ()" link="glib-Balanced-Binary-Trees.html#g-tree-search"/>
|
1814
|
+
<function name="g_tree_remove ()" link="glib-Balanced-Binary-Trees.html#g-tree-remove"/>
|
1815
|
+
<function name="g_tree_steal ()" link="glib-Balanced-Binary-Trees.html#g-tree-steal"/>
|
1816
|
+
<function name="g_tree_destroy ()" link="glib-Balanced-Binary-Trees.html#g-tree-destroy"/>
|
1817
|
+
<function name="GNode" link="glib-N-ary-Trees.html#GNode"/>
|
1818
|
+
<function name="g_node_new ()" link="glib-N-ary-Trees.html#g-node-new"/>
|
1819
|
+
<function name="g_node_copy ()" link="glib-N-ary-Trees.html#g-node-copy"/>
|
1820
|
+
<function name="GCopyFunc ()" link="glib-N-ary-Trees.html#GCopyFunc"/>
|
1821
|
+
<function name="g_node_copy_deep ()" link="glib-N-ary-Trees.html#g-node-copy-deep"/>
|
1822
|
+
<function name="g_node_insert ()" link="glib-N-ary-Trees.html#g-node-insert"/>
|
1823
|
+
<function name="g_node_insert_before ()" link="glib-N-ary-Trees.html#g-node-insert-before"/>
|
1824
|
+
<function name="g_node_insert_after ()" link="glib-N-ary-Trees.html#g-node-insert-after"/>
|
1825
|
+
<function name="g_node_append()" link="glib-N-ary-Trees.html#g-node-append"/>
|
1826
|
+
<function name="g_node_prepend ()" link="glib-N-ary-Trees.html#g-node-prepend"/>
|
1827
|
+
<function name="g_node_insert_data()" link="glib-N-ary-Trees.html#g-node-insert-data"/>
|
1828
|
+
<function name="g_node_insert_data_before()" link="glib-N-ary-Trees.html#g-node-insert-data-before"/>
|
1829
|
+
<function name="g_node_append_data()" link="glib-N-ary-Trees.html#g-node-append-data"/>
|
1830
|
+
<function name="g_node_prepend_data()" link="glib-N-ary-Trees.html#g-node-prepend-data"/>
|
1831
|
+
<function name="g_node_reverse_children ()" link="glib-N-ary-Trees.html#g-node-reverse-children"/>
|
1832
|
+
<function name="g_node_traverse ()" link="glib-N-ary-Trees.html#g-node-traverse"/>
|
1833
|
+
<function name="enum GTraverseFlags" link="glib-N-ary-Trees.html#GTraverseFlags"/>
|
1834
|
+
<function name="GNodeTraverseFunc ()" link="glib-N-ary-Trees.html#GNodeTraverseFunc"/>
|
1835
|
+
<function name="g_node_children_foreach ()" link="glib-N-ary-Trees.html#g-node-children-foreach"/>
|
1836
|
+
<function name="GNodeForeachFunc ()" link="glib-N-ary-Trees.html#GNodeForeachFunc"/>
|
1837
|
+
<function name="g_node_get_root ()" link="glib-N-ary-Trees.html#g-node-get-root"/>
|
1838
|
+
<function name="g_node_find ()" link="glib-N-ary-Trees.html#g-node-find"/>
|
1839
|
+
<function name="g_node_find_child ()" link="glib-N-ary-Trees.html#g-node-find-child"/>
|
1840
|
+
<function name="g_node_child_index ()" link="glib-N-ary-Trees.html#g-node-child-index"/>
|
1841
|
+
<function name="g_node_child_position ()" link="glib-N-ary-Trees.html#g-node-child-position"/>
|
1842
|
+
<function name="g_node_first_child()" link="glib-N-ary-Trees.html#g-node-first-child"/>
|
1843
|
+
<function name="g_node_last_child ()" link="glib-N-ary-Trees.html#g-node-last-child"/>
|
1844
|
+
<function name="g_node_nth_child ()" link="glib-N-ary-Trees.html#g-node-nth-child"/>
|
1845
|
+
<function name="g_node_first_sibling ()" link="glib-N-ary-Trees.html#g-node-first-sibling"/>
|
1846
|
+
<function name="g_node_next_sibling()" link="glib-N-ary-Trees.html#g-node-next-sibling"/>
|
1847
|
+
<function name="g_node_prev_sibling()" link="glib-N-ary-Trees.html#g-node-prev-sibling"/>
|
1848
|
+
<function name="g_node_last_sibling ()" link="glib-N-ary-Trees.html#g-node-last-sibling"/>
|
1849
|
+
<function name="G_NODE_IS_LEAF()" link="glib-N-ary-Trees.html#G-NODE-IS-LEAF:CAPS"/>
|
1850
|
+
<function name="G_NODE_IS_ROOT()" link="glib-N-ary-Trees.html#G-NODE-IS-ROOT:CAPS"/>
|
1851
|
+
<function name="g_node_depth ()" link="glib-N-ary-Trees.html#g-node-depth"/>
|
1852
|
+
<function name="g_node_n_nodes ()" link="glib-N-ary-Trees.html#g-node-n-nodes"/>
|
1853
|
+
<function name="g_node_n_children ()" link="glib-N-ary-Trees.html#g-node-n-children"/>
|
1854
|
+
<function name="g_node_is_ancestor ()" link="glib-N-ary-Trees.html#g-node-is-ancestor"/>
|
1855
|
+
<function name="g_node_max_height ()" link="glib-N-ary-Trees.html#g-node-max-height"/>
|
1856
|
+
<function name="g_node_unlink ()" link="glib-N-ary-Trees.html#g-node-unlink"/>
|
1857
|
+
<function name="g_node_destroy ()" link="glib-N-ary-Trees.html#g-node-destroy"/>
|
1858
|
+
<function name="g_node_push_allocator ()" link="glib-N-ary-Trees.html#g-node-push-allocator"/>
|
1859
|
+
<function name="g_node_pop_allocator ()" link="glib-N-ary-Trees.html#g-node-pop-allocator"/>
|
1860
|
+
<function name="GQuark" link="glib-Quarks.html#GQuark"/>
|
1861
|
+
<function name="g_quark_from_string ()" link="glib-Quarks.html#g-quark-from-string"/>
|
1862
|
+
<function name="g_quark_from_static_string ()" link="glib-Quarks.html#g-quark-from-static-string"/>
|
1863
|
+
<function name="g_quark_to_string ()" link="glib-Quarks.html#g-quark-to-string"/>
|
1864
|
+
<function name="g_quark_try_string ()" link="glib-Quarks.html#g-quark-try-string"/>
|
1865
|
+
<function name="g_intern_string ()" link="glib-Quarks.html#g-intern-string"/>
|
1866
|
+
<function name="g_intern_static_string ()" link="glib-Quarks.html#g-intern-static-string"/>
|
1867
|
+
<function name="GData" link="glib-Keyed-Data-Lists.html#GData"/>
|
1868
|
+
<function name="g_datalist_init ()" link="glib-Keyed-Data-Lists.html#g-datalist-init"/>
|
1869
|
+
<function name="g_datalist_id_set_data()" link="glib-Keyed-Data-Lists.html#g-datalist-id-set-data"/>
|
1870
|
+
<function name="g_datalist_id_set_data_full ()" link="glib-Keyed-Data-Lists.html#g-datalist-id-set-data-full"/>
|
1871
|
+
<function name="g_datalist_id_get_data ()" link="glib-Keyed-Data-Lists.html#g-datalist-id-get-data"/>
|
1872
|
+
<function name="g_datalist_id_remove_data()" link="glib-Keyed-Data-Lists.html#g-datalist-id-remove-data"/>
|
1873
|
+
<function name="g_datalist_id_remove_no_notify ()" link="glib-Keyed-Data-Lists.html#g-datalist-id-remove-no-notify"/>
|
1874
|
+
<function name="g_datalist_set_data()" link="glib-Keyed-Data-Lists.html#g-datalist-set-data"/>
|
1875
|
+
<function name="g_datalist_set_data_full()" link="glib-Keyed-Data-Lists.html#g-datalist-set-data-full"/>
|
1876
|
+
<function name="g_datalist_get_data()" link="glib-Keyed-Data-Lists.html#g-datalist-get-data"/>
|
1877
|
+
<function name="g_datalist_remove_data()" link="glib-Keyed-Data-Lists.html#g-datalist-remove-data"/>
|
1878
|
+
<function name="g_datalist_remove_no_notify()" link="glib-Keyed-Data-Lists.html#g-datalist-remove-no-notify"/>
|
1879
|
+
<function name="g_datalist_foreach ()" link="glib-Keyed-Data-Lists.html#g-datalist-foreach"/>
|
1880
|
+
<function name="g_datalist_clear ()" link="glib-Keyed-Data-Lists.html#g-datalist-clear"/>
|
1881
|
+
<function name="g_datalist_set_flags ()" link="glib-Keyed-Data-Lists.html#g-datalist-set-flags"/>
|
1882
|
+
<function name="g_datalist_unset_flags ()" link="glib-Keyed-Data-Lists.html#g-datalist-unset-flags"/>
|
1883
|
+
<function name="g_datalist_get_flags ()" link="glib-Keyed-Data-Lists.html#g-datalist-get-flags"/>
|
1884
|
+
<function name="G_DATALIST_FLAGS_MASK" link="glib-Keyed-Data-Lists.html#G-DATALIST-FLAGS-MASK:CAPS"/>
|
1885
|
+
<function name="g_dataset_id_set_data()" link="glib-Datasets.html#g-dataset-id-set-data"/>
|
1886
|
+
<function name="g_dataset_id_set_data_full ()" link="glib-Datasets.html#g-dataset-id-set-data-full"/>
|
1887
|
+
<function name="GDestroyNotify ()" link="glib-Datasets.html#GDestroyNotify"/>
|
1888
|
+
<function name="g_dataset_id_get_data ()" link="glib-Datasets.html#g-dataset-id-get-data"/>
|
1889
|
+
<function name="g_dataset_id_remove_data()" link="glib-Datasets.html#g-dataset-id-remove-data"/>
|
1890
|
+
<function name="g_dataset_id_remove_no_notify ()" link="glib-Datasets.html#g-dataset-id-remove-no-notify"/>
|
1891
|
+
<function name="g_dataset_set_data()" link="glib-Datasets.html#g-dataset-set-data"/>
|
1892
|
+
<function name="g_dataset_set_data_full()" link="glib-Datasets.html#g-dataset-set-data-full"/>
|
1893
|
+
<function name="g_dataset_get_data()" link="glib-Datasets.html#g-dataset-get-data"/>
|
1894
|
+
<function name="g_dataset_remove_data()" link="glib-Datasets.html#g-dataset-remove-data"/>
|
1895
|
+
<function name="g_dataset_remove_no_notify()" link="glib-Datasets.html#g-dataset-remove-no-notify"/>
|
1896
|
+
<function name="g_dataset_foreach ()" link="glib-Datasets.html#g-dataset-foreach"/>
|
1897
|
+
<function name="GDataForeachFunc ()" link="glib-Datasets.html#GDataForeachFunc"/>
|
1898
|
+
<function name="g_dataset_destroy ()" link="glib-Datasets.html#g-dataset-destroy"/>
|
1899
|
+
<function name="GRelation" link="glib-Relations-and-Tuples.html#GRelation"/>
|
1900
|
+
<function name="g_relation_new ()" link="glib-Relations-and-Tuples.html#g-relation-new"/>
|
1901
|
+
<function name="g_relation_index ()" link="glib-Relations-and-Tuples.html#g-relation-index"/>
|
1902
|
+
<function name="g_relation_insert ()" link="glib-Relations-and-Tuples.html#g-relation-insert"/>
|
1903
|
+
<function name="g_relation_exists ()" link="glib-Relations-and-Tuples.html#g-relation-exists"/>
|
1904
|
+
<function name="g_relation_count ()" link="glib-Relations-and-Tuples.html#g-relation-count"/>
|
1905
|
+
<function name="g_relation_select ()" link="glib-Relations-and-Tuples.html#g-relation-select"/>
|
1906
|
+
<function name="g_relation_delete ()" link="glib-Relations-and-Tuples.html#g-relation-delete"/>
|
1907
|
+
<function name="g_relation_destroy ()" link="glib-Relations-and-Tuples.html#g-relation-destroy"/>
|
1908
|
+
<function name="g_relation_print ()" link="glib-Relations-and-Tuples.html#g-relation-print"/>
|
1909
|
+
<function name="GTuples" link="glib-Relations-and-Tuples.html#GTuples"/>
|
1910
|
+
<function name="g_tuples_destroy ()" link="glib-Relations-and-Tuples.html#g-tuples-destroy"/>
|
1911
|
+
<function name="g_tuples_index ()" link="glib-Relations-and-Tuples.html#g-tuples-index"/>
|
1912
|
+
<function name="GCache" link="glib-Caches.html#GCache"/>
|
1913
|
+
<function name="g_cache_new ()" link="glib-Caches.html#g-cache-new"/>
|
1914
|
+
<function name="g_cache_insert ()" link="glib-Caches.html#g-cache-insert"/>
|
1915
|
+
<function name="g_cache_remove ()" link="glib-Caches.html#g-cache-remove"/>
|
1916
|
+
<function name="g_cache_destroy ()" link="glib-Caches.html#g-cache-destroy"/>
|
1917
|
+
<function name="g_cache_key_foreach ()" link="glib-Caches.html#g-cache-key-foreach"/>
|
1918
|
+
<function name="g_cache_value_foreach ()" link="glib-Caches.html#g-cache-value-foreach"/>
|
1919
|
+
<function name="GCacheDestroyFunc ()" link="glib-Caches.html#GCacheDestroyFunc"/>
|
1920
|
+
<function name="GCacheDupFunc ()" link="glib-Caches.html#GCacheDupFunc"/>
|
1921
|
+
<function name="GCacheNewFunc ()" link="glib-Caches.html#GCacheNewFunc"/>
|
1922
|
+
<function name="GAllocator" link="glib-Memory-Allocators.html#GAllocator"/>
|
1923
|
+
<function name="g_allocator_new ()" link="glib-Memory-Allocators.html#g-allocator-new"/>
|
1924
|
+
<function name="g_allocator_free ()" link="glib-Memory-Allocators.html#g-allocator-free"/>
|
1925
|
+
<function name="GVariant Type Strings" link="glib-GVariantType.html#gvariant-typestrings"/>
|
1926
|
+
<function name="GVariantType" link="glib-GVariantType.html#GVariantType"/>
|
1927
|
+
<function name="G_VARIANT_TYPE_BOOLEAN" link="glib-GVariantType.html#G-VARIANT-TYPE-BOOLEAN:CAPS"/>
|
1928
|
+
<function name="G_VARIANT_TYPE_BYTE" link="glib-GVariantType.html#G-VARIANT-TYPE-BYTE:CAPS"/>
|
1929
|
+
<function name="G_VARIANT_TYPE_INT16" link="glib-GVariantType.html#G-VARIANT-TYPE-INT16:CAPS"/>
|
1930
|
+
<function name="G_VARIANT_TYPE_UINT16" link="glib-GVariantType.html#G-VARIANT-TYPE-UINT16:CAPS"/>
|
1931
|
+
<function name="G_VARIANT_TYPE_INT32" link="glib-GVariantType.html#G-VARIANT-TYPE-INT32:CAPS"/>
|
1932
|
+
<function name="G_VARIANT_TYPE_UINT32" link="glib-GVariantType.html#G-VARIANT-TYPE-UINT32:CAPS"/>
|
1933
|
+
<function name="G_VARIANT_TYPE_INT64" link="glib-GVariantType.html#G-VARIANT-TYPE-INT64:CAPS"/>
|
1934
|
+
<function name="G_VARIANT_TYPE_UINT64" link="glib-GVariantType.html#G-VARIANT-TYPE-UINT64:CAPS"/>
|
1935
|
+
<function name="G_VARIANT_TYPE_HANDLE" link="glib-GVariantType.html#G-VARIANT-TYPE-HANDLE:CAPS"/>
|
1936
|
+
<function name="G_VARIANT_TYPE_DOUBLE" link="glib-GVariantType.html#G-VARIANT-TYPE-DOUBLE:CAPS"/>
|
1937
|
+
<function name="G_VARIANT_TYPE_STRING" link="glib-GVariantType.html#G-VARIANT-TYPE-STRING:CAPS"/>
|
1938
|
+
<function name="G_VARIANT_TYPE_OBJECT_PATH" link="glib-GVariantType.html#G-VARIANT-TYPE-OBJECT-PATH:CAPS"/>
|
1939
|
+
<function name="G_VARIANT_TYPE_SIGNATURE" link="glib-GVariantType.html#G-VARIANT-TYPE-SIGNATURE:CAPS"/>
|
1940
|
+
<function name="G_VARIANT_TYPE_VARIANT" link="glib-GVariantType.html#G-VARIANT-TYPE-VARIANT:CAPS"/>
|
1941
|
+
<function name="G_VARIANT_TYPE_ANY" link="glib-GVariantType.html#G-VARIANT-TYPE-ANY:CAPS"/>
|
1942
|
+
<function name="G_VARIANT_TYPE_BASIC" link="glib-GVariantType.html#G-VARIANT-TYPE-BASIC:CAPS"/>
|
1943
|
+
<function name="G_VARIANT_TYPE_MAYBE" link="glib-GVariantType.html#G-VARIANT-TYPE-MAYBE:CAPS"/>
|
1944
|
+
<function name="G_VARIANT_TYPE_ARRAY" link="glib-GVariantType.html#G-VARIANT-TYPE-ARRAY:CAPS"/>
|
1945
|
+
<function name="G_VARIANT_TYPE_TUPLE" link="glib-GVariantType.html#G-VARIANT-TYPE-TUPLE:CAPS"/>
|
1946
|
+
<function name="G_VARIANT_TYPE_UNIT" link="glib-GVariantType.html#G-VARIANT-TYPE-UNIT:CAPS"/>
|
1947
|
+
<function name="G_VARIANT_TYPE_DICT_ENTRY" link="glib-GVariantType.html#G-VARIANT-TYPE-DICT-ENTRY:CAPS"/>
|
1948
|
+
<function name="G_VARIANT_TYPE_DICTIONARY" link="glib-GVariantType.html#G-VARIANT-TYPE-DICTIONARY:CAPS"/>
|
1949
|
+
<function name="G_VARIANT_TYPE()" link="glib-GVariantType.html#G-VARIANT-TYPE:CAPS"/>
|
1950
|
+
<function name="g_variant_type_free ()" link="glib-GVariantType.html#g-variant-type-free"/>
|
1951
|
+
<function name="g_variant_type_copy ()" link="glib-GVariantType.html#g-variant-type-copy"/>
|
1952
|
+
<function name="g_variant_type_new ()" link="glib-GVariantType.html#g-variant-type-new"/>
|
1953
|
+
<function name="g_variant_type_string_is_valid ()" link="glib-GVariantType.html#g-variant-type-string-is-valid"/>
|
1954
|
+
<function name="g_variant_type_string_scan ()" link="glib-GVariantType.html#g-variant-type-string-scan"/>
|
1955
|
+
<function name="g_variant_type_get_string_length ()" link="glib-GVariantType.html#g-variant-type-get-string-length"/>
|
1956
|
+
<function name="g_variant_type_peek_string ()" link="glib-GVariantType.html#g-variant-type-peek-string"/>
|
1957
|
+
<function name="g_variant_type_dup_string ()" link="glib-GVariantType.html#g-variant-type-dup-string"/>
|
1958
|
+
<function name="g_variant_type_is_definite ()" link="glib-GVariantType.html#g-variant-type-is-definite"/>
|
1959
|
+
<function name="g_variant_type_is_container ()" link="glib-GVariantType.html#g-variant-type-is-container"/>
|
1960
|
+
<function name="g_variant_type_is_basic ()" link="glib-GVariantType.html#g-variant-type-is-basic"/>
|
1961
|
+
<function name="g_variant_type_is_maybe ()" link="glib-GVariantType.html#g-variant-type-is-maybe"/>
|
1962
|
+
<function name="g_variant_type_is_array ()" link="glib-GVariantType.html#g-variant-type-is-array"/>
|
1963
|
+
<function name="g_variant_type_is_tuple ()" link="glib-GVariantType.html#g-variant-type-is-tuple"/>
|
1964
|
+
<function name="g_variant_type_is_dict_entry ()" link="glib-GVariantType.html#g-variant-type-is-dict-entry"/>
|
1965
|
+
<function name="g_variant_type_is_variant ()" link="glib-GVariantType.html#g-variant-type-is-variant"/>
|
1966
|
+
<function name="g_variant_type_hash ()" link="glib-GVariantType.html#g-variant-type-hash"/>
|
1967
|
+
<function name="g_variant_type_equal ()" link="glib-GVariantType.html#g-variant-type-equal"/>
|
1968
|
+
<function name="g_variant_type_is_subtype_of ()" link="glib-GVariantType.html#g-variant-type-is-subtype-of"/>
|
1969
|
+
<function name="g_variant_type_new_maybe ()" link="glib-GVariantType.html#g-variant-type-new-maybe"/>
|
1970
|
+
<function name="g_variant_type_new_array ()" link="glib-GVariantType.html#g-variant-type-new-array"/>
|
1971
|
+
<function name="g_variant_type_new_tuple ()" link="glib-GVariantType.html#g-variant-type-new-tuple"/>
|
1972
|
+
<function name="g_variant_type_new_dict_entry ()" link="glib-GVariantType.html#g-variant-type-new-dict-entry"/>
|
1973
|
+
<function name="g_variant_type_element ()" link="glib-GVariantType.html#g-variant-type-element"/>
|
1974
|
+
<function name="g_variant_type_n_items ()" link="glib-GVariantType.html#g-variant-type-n-items"/>
|
1975
|
+
<function name="g_variant_type_first ()" link="glib-GVariantType.html#g-variant-type-first"/>
|
1976
|
+
<function name="g_variant_type_next ()" link="glib-GVariantType.html#g-variant-type-next"/>
|
1977
|
+
<function name="g_variant_type_key ()" link="glib-GVariantType.html#g-variant-type-key"/>
|
1978
|
+
<function name="g_variant_type_value ()" link="glib-GVariantType.html#g-variant-type-value"/>
|
1979
|
+
<function name="Memory Use" link="glib-GVariant.html#id898004"/>
|
1980
|
+
<function name="GVariant" link="glib-GVariant.html#GVariant"/>
|
1981
|
+
<function name="g_variant_unref ()" link="glib-GVariant.html#g-variant-unref"/>
|
1982
|
+
<function name="g_variant_ref ()" link="glib-GVariant.html#g-variant-ref"/>
|
1983
|
+
<function name="g_variant_ref_sink ()" link="glib-GVariant.html#g-variant-ref-sink"/>
|
1984
|
+
<function name="g_variant_get_type ()" link="glib-GVariant.html#g-variant-get-type"/>
|
1985
|
+
<function name="g_variant_get_type_string ()" link="glib-GVariant.html#g-variant-get-type-string"/>
|
1986
|
+
<function name="g_variant_is_of_type ()" link="glib-GVariant.html#g-variant-is-of-type"/>
|
1987
|
+
<function name="g_variant_is_container ()" link="glib-GVariant.html#g-variant-is-container"/>
|
1988
|
+
<function name="g_variant_classify ()" link="glib-GVariant.html#g-variant-classify"/>
|
1989
|
+
<function name="enum GVariantClass" link="glib-GVariant.html#GVariantClass"/>
|
1990
|
+
<function name="g_variant_get ()" link="glib-GVariant.html#g-variant-get"/>
|
1991
|
+
<function name="g_variant_get_va ()" link="glib-GVariant.html#g-variant-get-va"/>
|
1992
|
+
<function name="g_variant_new ()" link="glib-GVariant.html#g-variant-new"/>
|
1993
|
+
<function name="g_variant_new_va ()" link="glib-GVariant.html#g-variant-new-va"/>
|
1994
|
+
<function name="g_variant_new_boolean ()" link="glib-GVariant.html#g-variant-new-boolean"/>
|
1995
|
+
<function name="g_variant_new_byte ()" link="glib-GVariant.html#g-variant-new-byte"/>
|
1996
|
+
<function name="g_variant_new_int16 ()" link="glib-GVariant.html#g-variant-new-int16"/>
|
1997
|
+
<function name="g_variant_new_uint16 ()" link="glib-GVariant.html#g-variant-new-uint16"/>
|
1998
|
+
<function name="g_variant_new_int32 ()" link="glib-GVariant.html#g-variant-new-int32"/>
|
1999
|
+
<function name="g_variant_new_uint32 ()" link="glib-GVariant.html#g-variant-new-uint32"/>
|
2000
|
+
<function name="g_variant_new_int64 ()" link="glib-GVariant.html#g-variant-new-int64"/>
|
2001
|
+
<function name="g_variant_new_uint64 ()" link="glib-GVariant.html#g-variant-new-uint64"/>
|
2002
|
+
<function name="g_variant_new_handle ()" link="glib-GVariant.html#g-variant-new-handle"/>
|
2003
|
+
<function name="g_variant_new_double ()" link="glib-GVariant.html#g-variant-new-double"/>
|
2004
|
+
<function name="g_variant_new_string ()" link="glib-GVariant.html#g-variant-new-string"/>
|
2005
|
+
<function name="g_variant_new_object_path ()" link="glib-GVariant.html#g-variant-new-object-path"/>
|
2006
|
+
<function name="g_variant_is_object_path ()" link="glib-GVariant.html#g-variant-is-object-path"/>
|
2007
|
+
<function name="g_variant_new_signature ()" link="glib-GVariant.html#g-variant-new-signature"/>
|
2008
|
+
<function name="g_variant_is_signature ()" link="glib-GVariant.html#g-variant-is-signature"/>
|
2009
|
+
<function name="g_variant_new_variant ()" link="glib-GVariant.html#g-variant-new-variant"/>
|
2010
|
+
<function name="g_variant_new_strv ()" link="glib-GVariant.html#g-variant-new-strv"/>
|
2011
|
+
<function name="g_variant_get_boolean ()" link="glib-GVariant.html#g-variant-get-boolean"/>
|
2012
|
+
<function name="g_variant_get_byte ()" link="glib-GVariant.html#g-variant-get-byte"/>
|
2013
|
+
<function name="g_variant_get_int16 ()" link="glib-GVariant.html#g-variant-get-int16"/>
|
2014
|
+
<function name="g_variant_get_uint16 ()" link="glib-GVariant.html#g-variant-get-uint16"/>
|
2015
|
+
<function name="g_variant_get_int32 ()" link="glib-GVariant.html#g-variant-get-int32"/>
|
2016
|
+
<function name="g_variant_get_uint32 ()" link="glib-GVariant.html#g-variant-get-uint32"/>
|
2017
|
+
<function name="g_variant_get_int64 ()" link="glib-GVariant.html#g-variant-get-int64"/>
|
2018
|
+
<function name="g_variant_get_uint64 ()" link="glib-GVariant.html#g-variant-get-uint64"/>
|
2019
|
+
<function name="g_variant_get_handle ()" link="glib-GVariant.html#g-variant-get-handle"/>
|
2020
|
+
<function name="g_variant_get_double ()" link="glib-GVariant.html#g-variant-get-double"/>
|
2021
|
+
<function name="g_variant_get_string ()" link="glib-GVariant.html#g-variant-get-string"/>
|
2022
|
+
<function name="g_variant_dup_string ()" link="glib-GVariant.html#g-variant-dup-string"/>
|
2023
|
+
<function name="g_variant_get_variant ()" link="glib-GVariant.html#g-variant-get-variant"/>
|
2024
|
+
<function name="g_variant_get_strv ()" link="glib-GVariant.html#g-variant-get-strv"/>
|
2025
|
+
<function name="g_variant_dup_strv ()" link="glib-GVariant.html#g-variant-dup-strv"/>
|
2026
|
+
<function name="g_variant_new_maybe ()" link="glib-GVariant.html#g-variant-new-maybe"/>
|
2027
|
+
<function name="g_variant_new_array ()" link="glib-GVariant.html#g-variant-new-array"/>
|
2028
|
+
<function name="g_variant_new_tuple ()" link="glib-GVariant.html#g-variant-new-tuple"/>
|
2029
|
+
<function name="g_variant_new_dict_entry ()" link="glib-GVariant.html#g-variant-new-dict-entry"/>
|
2030
|
+
<function name="g_variant_get_maybe ()" link="glib-GVariant.html#g-variant-get-maybe"/>
|
2031
|
+
<function name="g_variant_n_children ()" link="glib-GVariant.html#g-variant-n-children"/>
|
2032
|
+
<function name="g_variant_get_child_value ()" link="glib-GVariant.html#g-variant-get-child-value"/>
|
2033
|
+
<function name="g_variant_get_child ()" link="glib-GVariant.html#g-variant-get-child"/>
|
2034
|
+
<function name="g_variant_get_fixed_array ()" link="glib-GVariant.html#g-variant-get-fixed-array"/>
|
2035
|
+
<function name="g_variant_get_size ()" link="glib-GVariant.html#g-variant-get-size"/>
|
2036
|
+
<function name="g_variant_get_data ()" link="glib-GVariant.html#g-variant-get-data"/>
|
2037
|
+
<function name="g_variant_store ()" link="glib-GVariant.html#g-variant-store"/>
|
2038
|
+
<function name="g_variant_new_from_data ()" link="glib-GVariant.html#g-variant-new-from-data"/>
|
2039
|
+
<function name="g_variant_byteswap ()" link="glib-GVariant.html#g-variant-byteswap"/>
|
2040
|
+
<function name="g_variant_get_normal_form ()" link="glib-GVariant.html#g-variant-get-normal-form"/>
|
2041
|
+
<function name="g_variant_is_normal_form ()" link="glib-GVariant.html#g-variant-is-normal-form"/>
|
2042
|
+
<function name="g_variant_hash ()" link="glib-GVariant.html#g-variant-hash"/>
|
2043
|
+
<function name="g_variant_equal ()" link="glib-GVariant.html#g-variant-equal"/>
|
2044
|
+
<function name="g_variant_print ()" link="glib-GVariant.html#g-variant-print"/>
|
2045
|
+
<function name="g_variant_print_string ()" link="glib-GVariant.html#g-variant-print-string"/>
|
2046
|
+
<function name="GVariantIter" link="glib-GVariant.html#GVariantIter"/>
|
2047
|
+
<function name="g_variant_iter_copy ()" link="glib-GVariant.html#g-variant-iter-copy"/>
|
2048
|
+
<function name="g_variant_iter_free ()" link="glib-GVariant.html#g-variant-iter-free"/>
|
2049
|
+
<function name="g_variant_iter_init ()" link="glib-GVariant.html#g-variant-iter-init"/>
|
2050
|
+
<function name="g_variant_iter_n_children ()" link="glib-GVariant.html#g-variant-iter-n-children"/>
|
2051
|
+
<function name="g_variant_iter_new ()" link="glib-GVariant.html#g-variant-iter-new"/>
|
2052
|
+
<function name="g_variant_iter_next_value ()" link="glib-GVariant.html#g-variant-iter-next-value"/>
|
2053
|
+
<function name="g_variant_iter_next ()" link="glib-GVariant.html#g-variant-iter-next"/>
|
2054
|
+
<function name="g_variant_iter_loop ()" link="glib-GVariant.html#g-variant-iter-loop"/>
|
2055
|
+
<function name="GVariantBuilder" link="glib-GVariant.html#GVariantBuilder"/>
|
2056
|
+
<function name="g_variant_builder_unref ()" link="glib-GVariant.html#g-variant-builder-unref"/>
|
2057
|
+
<function name="g_variant_builder_ref ()" link="glib-GVariant.html#g-variant-builder-ref"/>
|
2058
|
+
<function name="g_variant_builder_new ()" link="glib-GVariant.html#g-variant-builder-new"/>
|
2059
|
+
<function name="g_variant_builder_init ()" link="glib-GVariant.html#g-variant-builder-init"/>
|
2060
|
+
<function name="g_variant_builder_clear ()" link="glib-GVariant.html#g-variant-builder-clear"/>
|
2061
|
+
<function name="g_variant_builder_add_value ()" link="glib-GVariant.html#g-variant-builder-add-value"/>
|
2062
|
+
<function name="g_variant_builder_add ()" link="glib-GVariant.html#g-variant-builder-add"/>
|
2063
|
+
<function name="g_variant_builder_end ()" link="glib-GVariant.html#g-variant-builder-end"/>
|
2064
|
+
<function name="g_variant_builder_open ()" link="glib-GVariant.html#g-variant-builder-open"/>
|
2065
|
+
<function name="g_variant_builder_close ()" link="glib-GVariant.html#g-variant-builder-close"/>
|
2066
|
+
<function name="G_VARIANT_PARSE_ERROR" link="glib-GVariant.html#G-VARIANT-PARSE-ERROR:CAPS"/>
|
2067
|
+
<function name="g_variant_parse ()" link="glib-GVariant.html#g-variant-parse"/>
|
2068
|
+
<function name="g_variant_new_parsed_va ()" link="glib-GVariant.html#g-variant-new-parsed-va"/>
|
2069
|
+
<function name="g_variant_new_parsed ()" link="glib-GVariant.html#g-variant-new-parsed"/>
|
2070
|
+
<function name="Numeric Types" link="gvariant-format-strings.html#gvariant-format-strings-numeric-types"/>
|
2071
|
+
<function name="Strings" link="gvariant-format-strings.html#gvariant-format-strings-strings"/>
|
2072
|
+
<function name="Variants" link="gvariant-format-strings.html#gvariant-format-strings-variants"/>
|
2073
|
+
<function name="Arrays" link="gvariant-format-strings.html#gvariant-format-strings-arrays"/>
|
2074
|
+
<function name="Maybe Types" link="gvariant-format-strings.html#gvariant-format-strings-maybe-types"/>
|
2075
|
+
<function name="Tuples" link="gvariant-format-strings.html#gvariant-format-strings-tuples"/>
|
2076
|
+
<function name="Dictionaries" link="gvariant-format-strings.html#gvariant-format-strings-dictionaries"/>
|
2077
|
+
<function name="GVariant *" link="gvariant-format-strings.html#gvariant-format-strings-gvariant"/>
|
2078
|
+
<function name="Pointers" link="gvariant-format-strings.html#gvariant-format-strings-pointers"/>
|
2079
|
+
<function name="Convenience Conversions" link="gvariant-format-strings.html#gvariant-format-strings-convenience"/>
|
2080
|
+
<function name="Options" link="glib-gettextize.html#id531391"/>
|
2081
|
+
<function name="Options" link="gtester.html#id516903"/>
|
2082
|
+
<function name="Options" link="gtester-report.html#id549732"/>
|
2083
|
+
</functions>
|
2084
|
+
</book>
|