cairo 1.15.10-x64-mingw32 → 1.15.11-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/NEWS +38 -0
- data/Rakefile +3 -3
- data/ext/cairo/cairo.def +4 -0
- data/ext/cairo/rb_cairo.h +8 -1
- data/ext/cairo/rb_cairo_constants.c +43 -0
- data/ext/cairo/rb_cairo_surface.c +28 -1
- data/lib/2.2/cairo.so +0 -0
- data/lib/2.3/cairo.so +0 -0
- data/lib/2.4/cairo.so +0 -0
- data/test/test_pdf_surface.rb +2 -2
- data/test/test_recording_surface.rb +5 -1
- data/test/test_svg_surface.rb +9 -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/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xml2-config +1 -1
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1211.dll +0 -0
- data/vendor/local/include/cairo/cairo-features.h +1 -0
- data/vendor/local/include/cairo/cairo-svg.h +47 -0
- data/vendor/local/include/cairo/cairo-version.h +1 -1
- data/vendor/local/include/cairo/cairo.h +4 -0
- data/vendor/local/include/libpng16/png.h +15 -13
- data/vendor/local/include/libpng16/pngconf.h +1 -1
- data/vendor/local/include/libpng16/pnglibconf.h +1 -1
- data/vendor/local/include/libxml2/libxml/nanoftp.h +1 -1
- data/vendor/local/include/libxml2/libxml/threads.h +7 -2
- data/vendor/local/include/libxml2/libxml/xmlversion.h +4 -4
- data/vendor/local/include/png.h +15 -13
- data/vendor/local/include/pngconf.h +1 -1
- data/vendor/local/include/pnglibconf.h +1 -1
- data/vendor/local/lib/cmake/libxml2/libxml2-config.cmake +2 -2
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-gobject.la +2 -2
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.la +2 -2
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libcairo.la +2 -2
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.la +1 -1
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/cairo-fc.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ft.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-gobject.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-png.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-ps.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-script.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-svg.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo-win32.pc +1 -1
- data/vendor/local/lib/pkgconfig/cairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +1 -1
- data/vendor/local/lib/xml2Conf.sh +1 -1
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/Copyright +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/testHTML.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/testSAX.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/testXPath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/examples/xmllint.c +0 -16
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/DOM.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/FAQ.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/examples.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/examples.xsl +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/book1.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/left.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-DOCBparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-HTMLparser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-HTMLtree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-SAX.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-SAX2.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-c14n.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-catalog.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-chvalid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-debugXML.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-dict.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-encoding.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-entities.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-globals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-hash.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-lib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-list.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-nanoftp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-nanohttp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-parser.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-parserInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-pattern.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-relaxng.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-schemasInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-schematron.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-threads.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-tree.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-uri.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-valid.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xinclude.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xlink.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlIO.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlautomata.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlerror.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlexports.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlmemory.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlmodule.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlreader.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlregexp.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlsave.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlschemas.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlschemastypes.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlstring.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlunicode.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlversion.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xmlwriter.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xpath.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xpathInternals.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xpointer.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/libxml-xzlib.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/right.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/html/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/io2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/libxml.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/parse4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader3.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader3.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader4.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/reader4.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/redhat.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/structure.gif +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/test1.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/test2.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/test3.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/testWriter.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tree2.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tst.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apa.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apb.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apc.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apd.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ape.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apf.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/apg.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/aph.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/api.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s02.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s03.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s04.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s05.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s06.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s07.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s08.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ar01s09.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includeaddattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includeaddkeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includeconvert.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includegetattribute.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includekeyword.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/includexpath.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/index.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/ix01.html +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/tutorial/xmltutorial.pdf +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/w3c.png +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/writer.xml +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xml.html +44 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath1.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath1.res +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath2.c +0 -0
- data/vendor/local/share/doc/{libxml2-2.9.6 → libxml2-2.9.7}/html/xpath2.res +0 -0
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Error-handling.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-FreeType-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Image-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PDF-Surfaces.html +47 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PNG-Support.html +4 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-PostScript-Surfaces.html +34 -6
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Recording-Surfaces.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Regions.html +10 -10
- data/vendor/local/share/gtk-doc/html/cairo/cairo-SVG-Surfaces.html +37 -12
- data/vendor/local/share/gtk-doc/html/cairo/cairo-User-Fonts.html +14 -14
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Fonts.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-Win32-Surfaces.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-Surfaces.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-XLib-XRender-Backend.html +1 -1
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-device-t.html +3 -3
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-face-t.html +4 -4
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-font-options-t.html +2 -2
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-pattern-t.html +31 -31
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-scaled-font-t.html +12 -12
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-surface-t.html +66 -13
- data/vendor/local/share/gtk-doc/html/cairo/cairo-cairo-t.html +8 -8
- data/vendor/local/share/gtk-doc/html/cairo/cairo-text.html +11 -11
- data/vendor/local/share/gtk-doc/html/cairo/cairo.devhelp2 +5 -1
- data/vendor/local/share/gtk-doc/html/cairo/index-1.10.html +56 -56
- data/vendor/local/share/gtk-doc/html/cairo/index-1.12.html +63 -63
- data/vendor/local/share/gtk-doc/html/cairo/index-1.14.html +5 -5
- data/vendor/local/share/gtk-doc/html/cairo/index-1.2.html +52 -54
- data/vendor/local/share/gtk-doc/html/cairo/index-1.4.html +29 -29
- data/vendor/local/share/gtk-doc/html/cairo/index-1.6.html +22 -22
- data/vendor/local/share/gtk-doc/html/cairo/index-1.8.html +33 -33
- data/vendor/local/share/gtk-doc/html/cairo/index-all.html +512 -504
- data/vendor/local/share/gtk-doc/html/cairo/index.html +1 -1
- data/vendor/local/share/license/libpng/README +1 -1
- data/vendor/local/share/man/man1/xmlcatalog.1 +16 -6
- data/vendor/local/share/man/man3/libpng.3 +23 -14
- data/vendor/local/share/man/man3/libpngpf.3 +1 -1
- metadata +174 -174
@@ -344,7 +344,7 @@ Arabic and Indic.</p>
|
|
344
344
|
argument is preset to the number of glyph entries available
|
345
345
|
in the <em class="parameter"><code>glyphs</code></em>
|
346
346
|
buffer. If the <em class="parameter"><code>glyphs</code></em>
|
347
|
-
buffer is <code class="literal">NULL</code>, the value of
|
347
|
+
buffer is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the value of
|
348
348
|
<em class="parameter"><code>num_glyphs</code></em>
|
349
349
|
will be zero. If the provided glyph array is too short for
|
350
350
|
the conversion (or for convenience), a new glyph array may be allocated
|
@@ -360,13 +360,13 @@ the original value of <em class="parameter"><code>glyphs</code></em>
|
|
360
360
|
The callback should populate the glyph indices and positions (in font space)
|
361
361
|
assuming that the text is to be shown at the origin.</p>
|
362
362
|
<p>If <em class="parameter"><code>clusters</code></em>
|
363
|
-
is not <code class="literal">NULL</code>, <em class="parameter"><code>num_clusters</code></em>
|
363
|
+
is not <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>num_clusters</code></em>
|
364
364
|
and <em class="parameter"><code>cluster_flags</code></em>
|
365
365
|
are also
|
366
|
-
non-<code class="literal">NULL</code>, and cluster mapping should be computed. The semantics of how
|
366
|
+
non-<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and cluster mapping should be computed. The semantics of how
|
367
367
|
cluster array allocation works is similar to the glyph array. That is,
|
368
368
|
if <em class="parameter"><code>clusters</code></em>
|
369
|
-
initially points to a non-<code class="literal">NULL</code> value, that array may be used
|
369
|
+
initially points to a non-<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> value, that array may be used
|
370
370
|
as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em>
|
371
371
|
points to the number of cluster
|
372
372
|
entries available there. If the provided cluster array is too short for
|
@@ -429,7 +429,7 @@ in bytes</p></td>
|
|
429
429
|
</tr>
|
430
430
|
<tr>
|
431
431
|
<td class="parameter_name"><p>clusters</p></td>
|
432
|
-
<td class="parameter_description"><p>pointer to array of cluster mapping information to fill, or <code class="literal">NULL</code></p></td>
|
432
|
+
<td class="parameter_description"><p>pointer to array of cluster mapping information to fill, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
433
433
|
<td class="parameter_annotations"> </td>
|
434
434
|
</tr>
|
435
435
|
<tr>
|
@@ -568,7 +568,7 @@ is created from it.</p>
|
|
568
568
|
</tr>
|
569
569
|
<tr>
|
570
570
|
<td class="parameter_name"><p>init_func</p></td>
|
571
|
-
<td class="parameter_description"><p>The init callback, or <code class="literal">NULL</code></p></td>
|
571
|
+
<td class="parameter_description"><p>The init callback, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
572
572
|
<td class="parameter_annotations"> </td>
|
573
573
|
</tr>
|
574
574
|
</tbody>
|
@@ -600,7 +600,7 @@ cairo_user_font_face_get_init_func (<em class="parameter"><code><a class="link"
|
|
600
600
|
<div class="refsect3">
|
601
601
|
<a name="cairo-user-font-face-get-init-func.returns"></a><h4>Returns</h4>
|
602
602
|
<p> The init callback of <em class="parameter"><code>font_face</code></em>
|
603
|
-
or <code class="literal">NULL</code> if none set or an error has occurred.</p>
|
603
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error has occurred.</p>
|
604
604
|
</div>
|
605
605
|
<p class="since">Since: 1.8</p>
|
606
606
|
</div>
|
@@ -618,7 +618,7 @@ works.</p>
|
|
618
618
|
error will occur. A user font-face is immutable as soon as a scaled-font
|
619
619
|
is created from it.</p>
|
620
620
|
<p>The render_glyph callback is the only mandatory callback of a user-font.
|
621
|
-
If the callback is <code class="literal">NULL</code> and a glyph is tried to be rendered using
|
621
|
+
If the callback is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and a glyph is tried to be rendered using
|
622
622
|
<em class="parameter"><code>font_face</code></em>
|
623
623
|
, a <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-USER-FONT-ERROR:CAPS"><code class="literal">CAIRO_STATUS_USER_FONT_ERROR</code></a> will occur.</p>
|
624
624
|
<div class="refsect3">
|
@@ -637,7 +637,7 @@ If the callback is <code class="literal">NULL</code> and a glyph is tried to be
|
|
637
637
|
</tr>
|
638
638
|
<tr>
|
639
639
|
<td class="parameter_name"><p>render_glyph_func</p></td>
|
640
|
-
<td class="parameter_description"><p>The render_glyph callback, or <code class="literal">NULL</code></p></td>
|
640
|
+
<td class="parameter_description"><p>The render_glyph callback, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
641
641
|
<td class="parameter_annotations"> </td>
|
642
642
|
</tr>
|
643
643
|
</tbody>
|
@@ -670,7 +670,7 @@ cairo_user_font_face_get_render_glyph_func
|
|
670
670
|
<div class="refsect3">
|
671
671
|
<a name="cairo-user-font-face-get-render-glyph-func.returns"></a><h4>Returns</h4>
|
672
672
|
<p> The render_glyph callback of <em class="parameter"><code>font_face</code></em>
|
673
|
-
or <code class="literal">NULL</code> if none set or an error has occurred.</p>
|
673
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error has occurred.</p>
|
674
674
|
</div>
|
675
675
|
<p class="since">Since: 1.8</p>
|
676
676
|
</div>
|
@@ -703,7 +703,7 @@ is created from it.</p>
|
|
703
703
|
</tr>
|
704
704
|
<tr>
|
705
705
|
<td class="parameter_name"><p>unicode_to_glyph_func</p></td>
|
706
|
-
<td class="parameter_description"><p>The unicode_to_glyph callback, or <code class="literal">NULL</code></p></td>
|
706
|
+
<td class="parameter_description"><p>The unicode_to_glyph callback, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
707
707
|
<td class="parameter_annotations"> </td>
|
708
708
|
</tr>
|
709
709
|
</tbody>
|
@@ -736,7 +736,7 @@ cairo_user_font_face_get_unicode_to_glyph_func
|
|
736
736
|
<div class="refsect3">
|
737
737
|
<a name="cairo-user-font-face-get-unicode-to-glyph-func.returns"></a><h4>Returns</h4>
|
738
738
|
<p> The unicode_to_glyph callback of <em class="parameter"><code>font_face</code></em>
|
739
|
-
or <code class="literal">NULL</code> if none set or an error occurred.</p>
|
739
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error occurred.</p>
|
740
740
|
</div>
|
741
741
|
<p class="since">Since: 1.8</p>
|
742
742
|
</div>
|
@@ -769,7 +769,7 @@ is created from it.</p>
|
|
769
769
|
</tr>
|
770
770
|
<tr>
|
771
771
|
<td class="parameter_name"><p>text_to_glyphs_func</p></td>
|
772
|
-
<td class="parameter_description"><p>The text_to_glyphs callback, or <code class="literal">NULL</code></p></td>
|
772
|
+
<td class="parameter_description"><p>The text_to_glyphs callback, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
773
773
|
<td class="parameter_annotations"> </td>
|
774
774
|
</tr>
|
775
775
|
</tbody>
|
@@ -802,7 +802,7 @@ cairo_user_font_face_get_text_to_glyphs_func
|
|
802
802
|
<div class="refsect3">
|
803
803
|
<a name="cairo-user-font-face-get-text-to-glyphs-func.returns"></a><h4>Returns</h4>
|
804
804
|
<p> The text_to_glyphs callback of <em class="parameter"><code>font_face</code></em>
|
805
|
-
or <code class="literal">NULL</code> if none set or an error occurred.</p>
|
805
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none set or an error occurred.</p>
|
806
806
|
</div>
|
807
807
|
<p class="since">Since: 1.8</p>
|
808
808
|
</div>
|
@@ -221,7 +221,7 @@ and can be used with functions such as <a class="link" href="cairo-Win32-Fonts.h
|
|
221
221
|
<td class="parameter_name"><p>logfont</p></td>
|
222
222
|
<td class="parameter_description"><p>A <span class="type">LOGFONTW</span> structure specifying the font to use.
|
223
223
|
If <em class="parameter"><code>font</code></em>
|
224
|
-
is <code class="literal">NULL</code> then the lfHeight, lfWidth, lfOrientation and lfEscapement
|
224
|
+
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> then the lfHeight, lfWidth, lfOrientation and lfEscapement
|
225
225
|
fields of this structure are ignored. Otherwise lfWidth, lfOrientation and
|
226
226
|
lfEscapement must be zero.</p></td>
|
227
227
|
<td class="parameter_annotations"> </td>
|
@@ -278,8 +278,8 @@ associated methods must be used for correct output.</p>
|
|
278
278
|
<a name="cairo-win32-surface-get-dc"></a><h3>cairo_win32_surface_get_dc ()</h3>
|
279
279
|
<pre class="programlisting"><span class="returnvalue">HDC</span>
|
280
280
|
cairo_win32_surface_get_dc (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
281
|
-
<p>Returns the HDC associated with this surface, or <code class="literal">NULL</code> if none.
|
282
|
-
Also returns <code class="literal">NULL</code> if the surface is not a win32 surface.</p>
|
281
|
+
<p>Returns the HDC associated with this surface, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
|
282
|
+
Also returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not a win32 surface.</p>
|
283
283
|
<p>A call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> is required before using the HDC to
|
284
284
|
ensure that all pending drawing operations are finished and to
|
285
285
|
restore any temporary modification cairo has made to its state. A
|
@@ -302,7 +302,7 @@ the content of the HDC has been modified.</p>
|
|
302
302
|
</div>
|
303
303
|
<div class="refsect3">
|
304
304
|
<a name="cairo-win32-surface-get-dc.returns"></a><h4>Returns</h4>
|
305
|
-
<p> HDC or <code class="literal">NULL</code> if no HDC available.</p>
|
305
|
+
<p> HDC or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no HDC available.</p>
|
306
306
|
</div>
|
307
307
|
<p class="since">Since: 1.2</p>
|
308
308
|
</div>
|
@@ -313,7 +313,7 @@ the content of the HDC has been modified.</p>
|
|
313
313
|
cairo_win32_surface_get_image (<em class="parameter"><code><a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> *surface</code></em>);</pre>
|
314
314
|
<p>Returns a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> image surface that refers to the same bits
|
315
315
|
as the DIB of the Win32 surface. If the passed-in win32 surface
|
316
|
-
is not a DIB surface, <code class="literal">NULL</code> is returned.</p>
|
316
|
+
is not a DIB surface, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned.</p>
|
317
317
|
<div class="refsect3">
|
318
318
|
<a name="cairo-win32-surface-get-image.parameters"></a><h4>Parameters</h4>
|
319
319
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -332,7 +332,7 @@ is not a DIB surface, <code class="literal">NULL</code> is returned.</p>
|
|
332
332
|
<div class="refsect3">
|
333
333
|
<a name="cairo-win32-surface-get-image.returns"></a><h4>Returns</h4>
|
334
334
|
<p> a <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a> (owned by the win32 <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-t" title="cairo_surface_t"><span class="type">cairo_surface_t</span></a>),
|
335
|
-
or <code class="literal">NULL</code> if the win32 surface is not a DIB.</p>
|
335
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the win32 surface is not a DIB.</p>
|
336
336
|
</div>
|
337
337
|
<p class="since">Since: 1.4</p>
|
338
338
|
</div>
|
@@ -502,7 +502,7 @@ constructor.</p>
|
|
502
502
|
</div>
|
503
503
|
<div class="refsect3">
|
504
504
|
<a name="cairo-xlib-surface-get-visual.returns"></a><h4>Returns</h4>
|
505
|
-
<p> the Visual or <code class="literal">NULL</code> if there is no appropriate Visual for
|
505
|
+
<p> the Visual or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no appropriate Visual for
|
506
506
|
<em class="parameter"><code>surface</code></em>
|
507
507
|
.</p>
|
508
508
|
</div>
|
@@ -180,7 +180,7 @@ value is the format passed to that constructor.</p>
|
|
180
180
|
<a name="cairo-xlib-surface-get-xrender-format.returns"></a><h4>Returns</h4>
|
181
181
|
<p> the XRenderPictFormat* associated with <em class="parameter"><code>surface</code></em>
|
182
182
|
,
|
183
|
-
or <code class="literal">NULL</code> if the surface is not an xlib surface
|
183
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not an xlib surface
|
184
184
|
or if the X Render extension is not available.</p>
|
185
185
|
</div>
|
186
186
|
<p class="since">Since: 1.6</p>
|
@@ -475,7 +475,7 @@ cairo_device_set_user_data (<em class="parameter"><code><a class="link" href="ca
|
|
475
475
|
<em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> destroy</code></em>);</pre>
|
476
476
|
<p>Attach user data to <em class="parameter"><code>device</code></em>
|
477
477
|
. To remove user data from a surface,
|
478
|
-
call this function with the key that was used to set it and <code class="literal">NULL</code>
|
478
|
+
call this function with the key that was used to set it and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
479
479
|
for <em class="parameter"><code>data</code></em>
|
480
480
|
.</p>
|
481
481
|
<div class="refsect3">
|
@@ -528,7 +528,7 @@ cairo_device_get_user_data (<em class="parameter"><code><a class="link" href="ca
|
|
528
528
|
<p>Return user data previously attached to <em class="parameter"><code>device</code></em>
|
529
529
|
using the
|
530
530
|
specified key. If no user data has been attached with the given
|
531
|
-
key this function returns <code class="literal">NULL</code>.</p>
|
531
|
+
key this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
532
532
|
<div class="refsect3">
|
533
533
|
<a name="cairo-device-get-user-data.parameters"></a><h4>Parameters</h4>
|
534
534
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -554,7 +554,7 @@ attached to</p></td>
|
|
554
554
|
</div>
|
555
555
|
<div class="refsect3">
|
556
556
|
<a name="cairo-device-get-user-data.returns"></a><h4>Returns</h4>
|
557
|
-
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
557
|
+
<p> the user data previously attached or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
558
558
|
</div>
|
559
559
|
<p class="since">Since: 1.10</p>
|
560
560
|
</div>
|
@@ -150,7 +150,7 @@ references to a <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-fa
|
|
150
150
|
</colgroup>
|
151
151
|
<tbody><tr>
|
152
152
|
<td class="parameter_name"><p>font_face</p></td>
|
153
|
-
<td class="parameter_description"><p>a <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, (may be <code class="literal">NULL</code> in which case this
|
153
|
+
<td class="parameter_description"><p>a <a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-t" title="cairo_font_face_t"><span class="type">cairo_font_face_t</span></a>, (may be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in which case this
|
154
154
|
function does nothing).</p></td>
|
155
155
|
<td class="parameter_annotations"> </td>
|
156
156
|
</tr></tbody>
|
@@ -287,7 +287,7 @@ cairo_font_face_set_user_data (<em class="parameter"><code><a class="link" href=
|
|
287
287
|
<em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> destroy</code></em>);</pre>
|
288
288
|
<p>Attach user data to <em class="parameter"><code>font_face</code></em>
|
289
289
|
. To remove user data from a font face,
|
290
|
-
call this function with the key that was used to set it and <code class="literal">NULL</code>
|
290
|
+
call this function with the key that was used to set it and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
291
291
|
for <em class="parameter"><code>data</code></em>
|
292
292
|
.</p>
|
293
293
|
<div class="refsect3">
|
@@ -340,7 +340,7 @@ cairo_font_face_get_user_data (<em class="parameter"><code><a class="link" href=
|
|
340
340
|
<p>Return user data previously attached to <em class="parameter"><code>font_face</code></em>
|
341
341
|
using the specified
|
342
342
|
key. If no user data has been attached with the given key this
|
343
|
-
function returns <code class="literal">NULL</code>.</p>
|
343
|
+
function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
344
344
|
<div class="refsect3">
|
345
345
|
<a name="cairo-font-face-get-user-data.parameters"></a><h4>Parameters</h4>
|
346
346
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -366,7 +366,7 @@ attached to</p></td>
|
|
366
366
|
</div>
|
367
367
|
<div class="refsect3">
|
368
368
|
<a name="cairo-font-face-get-user-data.returns"></a><h4>Returns</h4>
|
369
|
-
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
369
|
+
<p> the user data previously attached or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
370
370
|
</div>
|
371
371
|
<p class="since">Since: 1.0</p>
|
372
372
|
</div>
|
@@ -398,8 +398,8 @@ cairo_font_options_equal (<em class="parameter"><code>const <a class="link" href
|
|
398
398
|
</div>
|
399
399
|
<div class="refsect3">
|
400
400
|
<a name="cairo-font-options-equal.returns"></a><h4>Returns</h4>
|
401
|
-
<p> <code class="literal">TRUE</code> if all fields of the two font options objects match.
|
402
|
-
Note that this function will return <code class="literal">FALSE</code> if either object is in
|
401
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all fields of the two font options objects match.
|
402
|
+
Note that this function will return <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if either object is in
|
403
403
|
error.</p>
|
404
404
|
</div>
|
405
405
|
<p class="since">Since: 1.0</p>
|
@@ -548,7 +548,7 @@ pattern.</p>
|
|
548
548
|
</tr>
|
549
549
|
<tr>
|
550
550
|
<td class="parameter_name"><p>count</p></td>
|
551
|
-
<td class="parameter_description"><p>return value for the number of color stops, or <code class="literal">NULL</code></p></td>
|
551
|
+
<td class="parameter_description"><p>return value for the number of color stops, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
552
552
|
<td class="parameter_annotations"> </td>
|
553
553
|
</tr>
|
554
554
|
</tbody>
|
@@ -601,27 +601,27 @@ by <a class="link" href="cairo-cairo-pattern-t.html#cairo-pattern-get-color-stop
|
|
601
601
|
</tr>
|
602
602
|
<tr>
|
603
603
|
<td class="parameter_name"><p>offset</p></td>
|
604
|
-
<td class="parameter_description"><p>return value for the offset of the stop, or <code class="literal">NULL</code></p></td>
|
604
|
+
<td class="parameter_description"><p>return value for the offset of the stop, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
605
605
|
<td class="parameter_annotations"> </td>
|
606
606
|
</tr>
|
607
607
|
<tr>
|
608
608
|
<td class="parameter_name"><p>red</p></td>
|
609
|
-
<td class="parameter_description"><p>return value for red component of color, or <code class="literal">NULL</code></p></td>
|
609
|
+
<td class="parameter_description"><p>return value for red component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
610
610
|
<td class="parameter_annotations"> </td>
|
611
611
|
</tr>
|
612
612
|
<tr>
|
613
613
|
<td class="parameter_name"><p>green</p></td>
|
614
|
-
<td class="parameter_description"><p>return value for green component of color, or <code class="literal">NULL</code></p></td>
|
614
|
+
<td class="parameter_description"><p>return value for green component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
615
615
|
<td class="parameter_annotations"> </td>
|
616
616
|
</tr>
|
617
617
|
<tr>
|
618
618
|
<td class="parameter_name"><p>blue</p></td>
|
619
|
-
<td class="parameter_description"><p>return value for blue component of color, or <code class="literal">NULL</code></p></td>
|
619
|
+
<td class="parameter_description"><p>return value for blue component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
620
620
|
<td class="parameter_annotations"> </td>
|
621
621
|
</tr>
|
622
622
|
<tr>
|
623
623
|
<td class="parameter_name"><p>alpha</p></td>
|
624
|
-
<td class="parameter_description"><p>return value for alpha component of color, or <code class="literal">NULL</code></p></td>
|
624
|
+
<td class="parameter_description"><p>return value for alpha component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
625
625
|
<td class="parameter_annotations"> </td>
|
626
626
|
</tr>
|
627
627
|
</tbody>
|
@@ -769,22 +769,22 @@ cairo_pattern_get_rgba (<em class="parameter"><code><a class="link" href="cairo-
|
|
769
769
|
</tr>
|
770
770
|
<tr>
|
771
771
|
<td class="parameter_name"><p>red</p></td>
|
772
|
-
<td class="parameter_description"><p>return value for red component of color, or <code class="literal">NULL</code></p></td>
|
772
|
+
<td class="parameter_description"><p>return value for red component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
773
773
|
<td class="parameter_annotations"> </td>
|
774
774
|
</tr>
|
775
775
|
<tr>
|
776
776
|
<td class="parameter_name"><p>green</p></td>
|
777
|
-
<td class="parameter_description"><p>return value for green component of color, or <code class="literal">NULL</code></p></td>
|
777
|
+
<td class="parameter_description"><p>return value for green component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
778
778
|
<td class="parameter_annotations"> </td>
|
779
779
|
</tr>
|
780
780
|
<tr>
|
781
781
|
<td class="parameter_name"><p>blue</p></td>
|
782
|
-
<td class="parameter_description"><p>return value for blue component of color, or <code class="literal">NULL</code></p></td>
|
782
|
+
<td class="parameter_description"><p>return value for blue component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
783
783
|
<td class="parameter_annotations"> </td>
|
784
784
|
</tr>
|
785
785
|
<tr>
|
786
786
|
<td class="parameter_name"><p>alpha</p></td>
|
787
|
-
<td class="parameter_description"><p>return value for alpha component of color, or <code class="literal">NULL</code></p></td>
|
787
|
+
<td class="parameter_description"><p>return value for alpha component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
788
788
|
<td class="parameter_annotations"> </td>
|
789
789
|
</tr>
|
790
790
|
</tbody>
|
@@ -857,7 +857,7 @@ cairo_pattern_get_surface (<em class="parameter"><code><a class="link" href="cai
|
|
857
857
|
</tr>
|
858
858
|
<tr>
|
859
859
|
<td class="parameter_name"><p>surface</p></td>
|
860
|
-
<td class="parameter_description"><p>return value for surface of pattern, or <code class="literal">NULL</code></p></td>
|
860
|
+
<td class="parameter_description"><p>return value for surface of pattern, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
861
861
|
<td class="parameter_annotations"> </td>
|
862
862
|
</tr>
|
863
863
|
</tbody>
|
@@ -957,22 +957,22 @@ cairo_pattern_get_linear_points (<em class="parameter"><code><a class="link" hre
|
|
957
957
|
</tr>
|
958
958
|
<tr>
|
959
959
|
<td class="parameter_name"><p>x0</p></td>
|
960
|
-
<td class="parameter_description"><p>return value for the x coordinate of the first point, or <code class="literal">NULL</code></p></td>
|
960
|
+
<td class="parameter_description"><p>return value for the x coordinate of the first point, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
961
961
|
<td class="parameter_annotations"> </td>
|
962
962
|
</tr>
|
963
963
|
<tr>
|
964
964
|
<td class="parameter_name"><p>y0</p></td>
|
965
|
-
<td class="parameter_description"><p>return value for the y coordinate of the first point, or <code class="literal">NULL</code></p></td>
|
965
|
+
<td class="parameter_description"><p>return value for the y coordinate of the first point, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
966
966
|
<td class="parameter_annotations"> </td>
|
967
967
|
</tr>
|
968
968
|
<tr>
|
969
969
|
<td class="parameter_name"><p>x1</p></td>
|
970
|
-
<td class="parameter_description"><p>return value for the x coordinate of the second point, or <code class="literal">NULL</code></p></td>
|
970
|
+
<td class="parameter_description"><p>return value for the x coordinate of the second point, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
971
971
|
<td class="parameter_annotations"> </td>
|
972
972
|
</tr>
|
973
973
|
<tr>
|
974
974
|
<td class="parameter_name"><p>y1</p></td>
|
975
|
-
<td class="parameter_description"><p>return value for the y coordinate of the second point, or <code class="literal">NULL</code></p></td>
|
975
|
+
<td class="parameter_description"><p>return value for the y coordinate of the second point, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
976
976
|
<td class="parameter_annotations"> </td>
|
977
977
|
</tr>
|
978
978
|
</tbody>
|
@@ -1088,32 +1088,32 @@ specified as a center coordinate and a radius.</p>
|
|
1088
1088
|
</tr>
|
1089
1089
|
<tr>
|
1090
1090
|
<td class="parameter_name"><p>x0</p></td>
|
1091
|
-
<td class="parameter_description"><p>return value for the x coordinate of the center of the first circle, or <code class="literal">NULL</code></p></td>
|
1091
|
+
<td class="parameter_description"><p>return value for the x coordinate of the center of the first circle, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1092
1092
|
<td class="parameter_annotations"> </td>
|
1093
1093
|
</tr>
|
1094
1094
|
<tr>
|
1095
1095
|
<td class="parameter_name"><p>y0</p></td>
|
1096
|
-
<td class="parameter_description"><p>return value for the y coordinate of the center of the first circle, or <code class="literal">NULL</code></p></td>
|
1096
|
+
<td class="parameter_description"><p>return value for the y coordinate of the center of the first circle, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1097
1097
|
<td class="parameter_annotations"> </td>
|
1098
1098
|
</tr>
|
1099
1099
|
<tr>
|
1100
1100
|
<td class="parameter_name"><p>r0</p></td>
|
1101
|
-
<td class="parameter_description"><p>return value for the radius of the first circle, or <code class="literal">NULL</code></p></td>
|
1101
|
+
<td class="parameter_description"><p>return value for the radius of the first circle, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1102
1102
|
<td class="parameter_annotations"> </td>
|
1103
1103
|
</tr>
|
1104
1104
|
<tr>
|
1105
1105
|
<td class="parameter_name"><p>x1</p></td>
|
1106
|
-
<td class="parameter_description"><p>return value for the x coordinate of the center of the second circle, or <code class="literal">NULL</code></p></td>
|
1106
|
+
<td class="parameter_description"><p>return value for the x coordinate of the center of the second circle, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1107
1107
|
<td class="parameter_annotations"> </td>
|
1108
1108
|
</tr>
|
1109
1109
|
<tr>
|
1110
1110
|
<td class="parameter_name"><p>y1</p></td>
|
1111
|
-
<td class="parameter_description"><p>return value for the y coordinate of the center of the second circle, or <code class="literal">NULL</code></p></td>
|
1111
|
+
<td class="parameter_description"><p>return value for the y coordinate of the center of the second circle, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1112
1112
|
<td class="parameter_annotations"> </td>
|
1113
1113
|
</tr>
|
1114
1114
|
<tr>
|
1115
1115
|
<td class="parameter_name"><p>r1</p></td>
|
1116
|
-
<td class="parameter_description"><p>return value for the radius of the second circle, or <code class="literal">NULL</code></p></td>
|
1116
|
+
<td class="parameter_description"><p>return value for the radius of the second circle, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1117
1117
|
<td class="parameter_annotations"> </td>
|
1118
1118
|
</tr>
|
1119
1119
|
</tbody>
|
@@ -1756,7 +1756,7 @@ during the definition of the first patch.</p>
|
|
1756
1756
|
</tr>
|
1757
1757
|
<tr>
|
1758
1758
|
<td class="parameter_name"><p>count</p></td>
|
1759
|
-
<td class="parameter_description"><p>return value for the number patches, or <code class="literal">NULL</code></p></td>
|
1759
|
+
<td class="parameter_description"><p>return value for the number patches, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1760
1760
|
<td class="parameter_annotations"> </td>
|
1761
1761
|
</tr>
|
1762
1762
|
</tbody>
|
@@ -1863,12 +1863,12 @@ control points as explained in <a class="link" href="cairo-cairo-pattern-t.html#
|
|
1863
1863
|
</tr>
|
1864
1864
|
<tr>
|
1865
1865
|
<td class="parameter_name"><p>x</p></td>
|
1866
|
-
<td class="parameter_description"><p>return value for the x coordinate of the control point, or <code class="literal">NULL</code></p></td>
|
1866
|
+
<td class="parameter_description"><p>return value for the x coordinate of the control point, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1867
1867
|
<td class="parameter_annotations"> </td>
|
1868
1868
|
</tr>
|
1869
1869
|
<tr>
|
1870
1870
|
<td class="parameter_name"><p>y</p></td>
|
1871
|
-
<td class="parameter_description"><p>return value for the y coordinate of the control point, or <code class="literal">NULL</code></p></td>
|
1871
|
+
<td class="parameter_description"><p>return value for the y coordinate of the control point, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1872
1872
|
<td class="parameter_annotations"> </td>
|
1873
1873
|
</tr>
|
1874
1874
|
</tbody>
|
@@ -1934,22 +1934,22 @@ corners as explained in <a class="link" href="cairo-cairo-pattern-t.html#cairo-p
|
|
1934
1934
|
</tr>
|
1935
1935
|
<tr>
|
1936
1936
|
<td class="parameter_name"><p>red</p></td>
|
1937
|
-
<td class="parameter_description"><p>return value for red component of color, or <code class="literal">NULL</code></p></td>
|
1937
|
+
<td class="parameter_description"><p>return value for red component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1938
1938
|
<td class="parameter_annotations"> </td>
|
1939
1939
|
</tr>
|
1940
1940
|
<tr>
|
1941
1941
|
<td class="parameter_name"><p>green</p></td>
|
1942
|
-
<td class="parameter_description"><p>return value for green component of color, or <code class="literal">NULL</code></p></td>
|
1942
|
+
<td class="parameter_description"><p>return value for green component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1943
1943
|
<td class="parameter_annotations"> </td>
|
1944
1944
|
</tr>
|
1945
1945
|
<tr>
|
1946
1946
|
<td class="parameter_name"><p>blue</p></td>
|
1947
|
-
<td class="parameter_description"><p>return value for blue component of color, or <code class="literal">NULL</code></p></td>
|
1947
|
+
<td class="parameter_description"><p>return value for blue component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1948
1948
|
<td class="parameter_annotations"> </td>
|
1949
1949
|
</tr>
|
1950
1950
|
<tr>
|
1951
1951
|
<td class="parameter_name"><p>alpha</p></td>
|
1952
|
-
<td class="parameter_description"><p>return value for alpha component of color, or <code class="literal">NULL</code></p></td>
|
1952
|
+
<td class="parameter_description"><p>return value for alpha component of color, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1953
1953
|
<td class="parameter_annotations"> </td>
|
1954
1954
|
</tr>
|
1955
1955
|
</tbody>
|
@@ -2345,7 +2345,7 @@ cairo_pattern_set_user_data (<em class="parameter"><code><a class="link" href="c
|
|
2345
2345
|
<em class="parameter"><code><a class="link" href="cairo-Types.html#cairo-destroy-func-t" title="cairo_destroy_func_t ()"><span class="type">cairo_destroy_func_t</span></a> destroy</code></em>);</pre>
|
2346
2346
|
<p>Attach user data to <em class="parameter"><code>pattern</code></em>
|
2347
2347
|
. To remove user data from a surface,
|
2348
|
-
call this function with the key that was used to set it and <code class="literal">NULL</code>
|
2348
|
+
call this function with the key that was used to set it and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2349
2349
|
for <em class="parameter"><code>data</code></em>
|
2350
2350
|
.</p>
|
2351
2351
|
<div class="refsect3">
|
@@ -2398,7 +2398,7 @@ cairo_pattern_get_user_data (<em class="parameter"><code><a class="link" href="c
|
|
2398
2398
|
<p>Return user data previously attached to <em class="parameter"><code>pattern</code></em>
|
2399
2399
|
using the
|
2400
2400
|
specified key. If no user data has been attached with the given
|
2401
|
-
key this function returns <code class="literal">NULL</code>.</p>
|
2401
|
+
key this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2402
2402
|
<div class="refsect3">
|
2403
2403
|
<a name="cairo-pattern-get-user-data.parameters"></a><h4>Parameters</h4>
|
2404
2404
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2424,7 +2424,7 @@ attached to</p></td>
|
|
2424
2424
|
</div>
|
2425
2425
|
<div class="refsect3">
|
2426
2426
|
<a name="cairo-pattern-get-user-data.returns"></a><h4>Returns</h4>
|
2427
|
-
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
2427
|
+
<p> the user data previously attached or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2428
2428
|
</div>
|
2429
2429
|
<p class="since">Since: 1.4</p>
|
2430
2430
|
</div>
|