cairo 1.15.10-x86-mingw32 → 1.15.11-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -284,7 +284,7 @@ references to a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scale
|
|
284
284
|
</colgroup>
|
285
285
|
<tbody><tr>
|
286
286
|
<td class="parameter_name"><p>scaled_font</p></td>
|
287
|
-
<td class="parameter_description"><p>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a>, (may be <code class="literal">NULL</code> in which case
|
287
|
+
<td class="parameter_description"><p>a <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_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
|
288
288
|
this function does nothing)</p></td>
|
289
289
|
<td class="parameter_annotations"> </td>
|
290
290
|
</tr></tbody>
|
@@ -504,7 +504,7 @@ cairo_scaled_font_text_to_glyphs (<em class="parameter"><code><a class="link" hr
|
|
504
504
|
mapping, that can be used to render later using <em class="parameter"><code>scaled_font</code></em>
|
505
505
|
.</p>
|
506
506
|
<p>If <em class="parameter"><code>glyphs</code></em>
|
507
|
-
initially points to a non-<code class="literal">NULL</code> value, that array is used
|
507
|
+
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 is used
|
508
508
|
as a glyph buffer, and <em class="parameter"><code>num_glyphs</code></em>
|
509
509
|
should point to the number of glyph
|
510
510
|
entries available there. If the provided glyph array is too short for
|
@@ -518,14 +518,14 @@ after the call, the user is responsible for freeing the allocated glyph
|
|
518
518
|
array using <a class="link" href="cairo-text.html#cairo-glyph-free" title="cairo_glyph_free ()"><code class="function">cairo_glyph_free()</code></a>. This may happen even if the provided
|
519
519
|
array was large enough.</p>
|
520
520
|
<p>If <em class="parameter"><code>clusters</code></em>
|
521
|
-
is not <code class="literal">NULL</code>, <em class="parameter"><code>num_clusters</code></em>
|
521
|
+
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>
|
522
522
|
and <em class="parameter"><code>cluster_flags</code></em>
|
523
|
-
should not be <code class="literal">NULL</code>,
|
523
|
+
should not be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
524
524
|
and cluster mapping will be computed.
|
525
525
|
The semantics of how cluster array allocation works is similar to the glyph
|
526
526
|
array. That is,
|
527
527
|
if <em class="parameter"><code>clusters</code></em>
|
528
|
-
initially points to a non-<code class="literal">NULL</code> value, that array is used
|
528
|
+
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 is used
|
529
529
|
as a cluster buffer, and <em class="parameter"><code>num_clusters</code></em>
|
530
530
|
should point to the number of cluster
|
531
531
|
entries available there. If the provided cluster array is too short for
|
@@ -540,7 +540,7 @@ array using <a class="link" href="cairo-text.html#cairo-text-cluster-free" title
|
|
540
540
|
array was large enough.</p>
|
541
541
|
<p>In the simplest case, <em class="parameter"><code>glyphs</code></em>
|
542
542
|
and <em class="parameter"><code>clusters</code></em>
|
543
|
-
can point to <code class="literal">NULL</code> initially
|
543
|
+
can point to <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> initially
|
544
544
|
and a suitable array will be allocated. In code:</p>
|
545
545
|
<div class="informalexample"><pre class="programlisting">
|
546
546
|
cairo_status_t status;
|
@@ -673,19 +673,19 @@ in bytes, or -1 if it is NUL-terminated</p></td>
|
|
673
673
|
</tr>
|
674
674
|
<tr>
|
675
675
|
<td class="parameter_name"><p>clusters</p></td>
|
676
|
-
<td class="parameter_description"><p>pointer to array of cluster mapping information to fill, or <code class="literal">NULL</code></p></td>
|
676
|
+
<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>
|
677
677
|
<td class="parameter_annotations"> </td>
|
678
678
|
</tr>
|
679
679
|
<tr>
|
680
680
|
<td class="parameter_name"><p>num_clusters</p></td>
|
681
|
-
<td class="parameter_description"><p>pointer to number of clusters, or <code class="literal">NULL</code></p></td>
|
681
|
+
<td class="parameter_description"><p>pointer to number of clusters, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
682
682
|
<td class="parameter_annotations"> </td>
|
683
683
|
</tr>
|
684
684
|
<tr>
|
685
685
|
<td class="parameter_name"><p>cluster_flags</p></td>
|
686
686
|
<td class="parameter_description"><p>pointer to location to store cluster flags corresponding to the
|
687
687
|
output <em class="parameter"><code>clusters</code></em>
|
688
|
-
, or <code class="literal">NULL</code></p></td>
|
688
|
+
, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
689
689
|
<td class="parameter_annotations"> </td>
|
690
690
|
</tr>
|
691
691
|
</tbody>
|
@@ -943,7 +943,7 @@ cairo_scaled_font_set_user_data (<em class="parameter"><code><a class="link" hre
|
|
943
943
|
<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>
|
944
944
|
<p>Attach user data to <em class="parameter"><code>scaled_font</code></em>
|
945
945
|
. To remove user data from a surface,
|
946
|
-
call this function with the key that was used to set it and <code class="literal">NULL</code>
|
946
|
+
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>
|
947
947
|
for <em class="parameter"><code>data</code></em>
|
948
948
|
.</p>
|
949
949
|
<div class="refsect3">
|
@@ -996,7 +996,7 @@ cairo_scaled_font_get_user_data (<em class="parameter"><code><a class="link" hre
|
|
996
996
|
<p>Return user data previously attached to <em class="parameter"><code>scaled_font</code></em>
|
997
997
|
using the
|
998
998
|
specified key. If no user data has been attached with the given
|
999
|
-
key this function returns <code class="literal">NULL</code>.</p>
|
999
|
+
key this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
1000
1000
|
<div class="refsect3">
|
1001
1001
|
<a name="cairo-scaled-font-get-user-data.parameters"></a><h4>Parameters</h4>
|
1002
1002
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1022,7 +1022,7 @@ attached to</p></td>
|
|
1022
1022
|
</div>
|
1023
1023
|
<div class="refsect3">
|
1024
1024
|
<a name="cairo-scaled-font-get-user-data.returns"></a><h4>Returns</h4>
|
1025
|
-
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
1025
|
+
<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>
|
1026
1026
|
</div>
|
1027
1027
|
<p class="since">Since: 1.4</p>
|
1028
1028
|
</div>
|
@@ -303,6 +303,22 @@
|
|
303
303
|
</tr>
|
304
304
|
<tr>
|
305
305
|
<td class="define_keyword">#define</td>
|
306
|
+
<td class="function_name"><a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX:CAPS" title="CAIRO_MIME_TYPE_CCITT_FAX">CAIRO_MIME_TYPE_CCITT_FAX</a></td>
|
307
|
+
</tr>
|
308
|
+
<tr>
|
309
|
+
<td class="define_keyword">#define</td>
|
310
|
+
<td class="function_name"><a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX-PARAMS:CAPS" title="CAIRO_MIME_TYPE_CCITT_FAX_PARAMS">CAIRO_MIME_TYPE_CCITT_FAX_PARAMS</a></td>
|
311
|
+
</tr>
|
312
|
+
<tr>
|
313
|
+
<td class="define_keyword">#define</td>
|
314
|
+
<td class="function_name"><a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-EPS:CAPS" title="CAIRO_MIME_TYPE_EPS">CAIRO_MIME_TYPE_EPS</a></td>
|
315
|
+
</tr>
|
316
|
+
<tr>
|
317
|
+
<td class="define_keyword">#define</td>
|
318
|
+
<td class="function_name"><a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-EPS-PARAMS:CAPS" title="CAIRO_MIME_TYPE_EPS_PARAMS">CAIRO_MIME_TYPE_EPS_PARAMS</a></td>
|
319
|
+
</tr>
|
320
|
+
<tr>
|
321
|
+
<td class="define_keyword">#define</td>
|
306
322
|
<td class="function_name"><a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS" title="CAIRO_MIME_TYPE_JBIG2">CAIRO_MIME_TYPE_JBIG2</a></td>
|
307
323
|
</tr>
|
308
324
|
<tr>
|
@@ -764,7 +780,7 @@ See <a class="link" href="cairo-cairo-device-t.html#cairo-device-t" title="cairo
|
|
764
780
|
<div class="refsect3">
|
765
781
|
<a name="cairo-surface-get-device.returns"></a><h4>Returns</h4>
|
766
782
|
<p> The device for <em class="parameter"><code>surface</code></em>
|
767
|
-
or <code class="literal">NULL</code> if the surface does
|
783
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface does
|
768
784
|
not have an associated device.</p>
|
769
785
|
</div>
|
770
786
|
<p class="since">Since: 1.10</p>
|
@@ -1247,7 +1263,7 @@ cairo_surface_set_user_data (<em class="parameter"><code><a class="link" href="c
|
|
1247
1263
|
<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>
|
1248
1264
|
<p>Attach user data to <em class="parameter"><code>surface</code></em>
|
1249
1265
|
. To remove user data from a surface,
|
1250
|
-
call this function with the key that was used to set it and <code class="literal">NULL</code>
|
1266
|
+
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>
|
1251
1267
|
for <em class="parameter"><code>data</code></em>
|
1252
1268
|
.</p>
|
1253
1269
|
<div class="refsect3">
|
@@ -1300,7 +1316,7 @@ cairo_surface_get_user_data (<em class="parameter"><code><a class="link" href="c
|
|
1300
1316
|
<p>Return user data previously attached to <em class="parameter"><code>surface</code></em>
|
1301
1317
|
using the specified
|
1302
1318
|
key. If no user data has been attached with the given key this
|
1303
|
-
function returns <code class="literal">NULL</code>.</p>
|
1319
|
+
function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
1304
1320
|
<div class="refsect3">
|
1305
1321
|
<a name="cairo-surface-get-user-data.parameters"></a><h4>Parameters</h4>
|
1306
1322
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1326,7 +1342,7 @@ attached to</p></td>
|
|
1326
1342
|
</div>
|
1327
1343
|
<div class="refsect3">
|
1328
1344
|
<a name="cairo-surface-get-user-data.returns"></a><h4>Returns</h4>
|
1329
|
-
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
1345
|
+
<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>
|
1330
1346
|
</div>
|
1331
1347
|
<p class="since">Since: 1.0</p>
|
1332
1348
|
</div>
|
@@ -1393,7 +1409,7 @@ cairo_surface_has_show_text_glyphs (<em class="parameter"><code><a class="link"
|
|
1393
1409
|
sophisticated <a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a> operations. That is,
|
1394
1410
|
whether it actually uses the provided text and cluster data
|
1395
1411
|
to a <a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a> call.</p>
|
1396
|
-
<p>Note: Even if this function returns <code class="literal">FALSE</code>, a
|
1412
|
+
<p>Note: Even if this function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>, a
|
1397
1413
|
<a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a> operation targeted at <em class="parameter"><code>surface</code></em>
|
1398
1414
|
will
|
1399
1415
|
still succeed. It just will
|
@@ -1417,9 +1433,9 @@ target surface does not use it.</p>
|
|
1417
1433
|
</div>
|
1418
1434
|
<div class="refsect3">
|
1419
1435
|
<a name="cairo-surface-has-show-text-glyphs.returns"></a><h4>Returns</h4>
|
1420
|
-
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em>
|
1436
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>surface</code></em>
|
1421
1437
|
supports
|
1422
|
-
<a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a>, <code class="literal">FALSE</code> otherwise</p>
|
1438
|
+
<a class="link" href="cairo-text.html#cairo-show-text-glyphs" title="cairo_show_text_glyphs ()"><code class="function">cairo_show_text_glyphs()</code></a>, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1423
1439
|
</div>
|
1424
1440
|
<p class="since">Since: 1.8</p>
|
1425
1441
|
</div>
|
@@ -1437,7 +1453,7 @@ cairo_surface_set_mime_data (<em class="parameter"><code><a class="link" href="c
|
|
1437
1453
|
to <em class="parameter"><code>surface</code></em>
|
1438
1454
|
. To remove
|
1439
1455
|
the data from a surface, call this function with same mime type
|
1440
|
-
and <code class="literal">NULL</code> for <em class="parameter"><code>data</code></em>
|
1456
|
+
and <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for <em class="parameter"><code>data</code></em>
|
1441
1457
|
.</p>
|
1442
1458
|
<p>The attached image (or filename) data can later be used by backends
|
1443
1459
|
which support it (currently: PDF, PS, SVG and Win32 Printing
|
@@ -1448,7 +1464,8 @@ memory and disk space.</p>
|
|
1448
1464
|
<p>The recognized MIME types are the following: <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JPEG:CAPS" title="CAIRO_MIME_TYPE_JPEG"><code class="literal">CAIRO_MIME_TYPE_JPEG</code></a>,
|
1449
1465
|
<a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-PNG:CAPS" title="CAIRO_MIME_TYPE_PNG"><code class="literal">CAIRO_MIME_TYPE_PNG</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS" title="CAIRO_MIME_TYPE_JP2"><code class="literal">CAIRO_MIME_TYPE_JP2</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-URI:CAPS" title="CAIRO_MIME_TYPE_URI"><code class="literal">CAIRO_MIME_TYPE_URI</code></a>,
|
1450
1466
|
<a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-UNIQUE-ID:CAPS" title="CAIRO_MIME_TYPE_UNIQUE_ID"><code class="literal">CAIRO_MIME_TYPE_UNIQUE_ID</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS" title="CAIRO_MIME_TYPE_JBIG2"><code class="literal">CAIRO_MIME_TYPE_JBIG2</code></a>,
|
1451
|
-
<a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" title="CAIRO_MIME_TYPE_JBIG2_GLOBAL"><code class="literal">CAIRO_MIME_TYPE_JBIG2_GLOBAL</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" title="CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID"><code class="literal">CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID</code></a
|
1467
|
+
<a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" title="CAIRO_MIME_TYPE_JBIG2_GLOBAL"><code class="literal">CAIRO_MIME_TYPE_JBIG2_GLOBAL</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" title="CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID"><code class="literal">CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID</code></a>,
|
1468
|
+
<a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX:CAPS" title="CAIRO_MIME_TYPE_CCITT_FAX"><code class="literal">CAIRO_MIME_TYPE_CCITT_FAX</code></a>, <a class="link" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX-PARAMS:CAPS" title="CAIRO_MIME_TYPE_CCITT_FAX_PARAMS"><code class="literal">CAIRO_MIME_TYPE_CCITT_FAX_PARAMS</code></a>.</p>
|
1452
1469
|
<p>See corresponding backend surface docs for details about which MIME
|
1453
1470
|
types it can handle. Caution: the associated MIME data will be
|
1454
1471
|
discarded if you draw on the surface afterwards. Use this function
|
@@ -1526,7 +1543,7 @@ cairo_surface_get_mime_data (<em class="parameter"><code><a class="link" href="c
|
|
1526
1543
|
using the
|
1527
1544
|
specified mime type. If no data has been attached with the given
|
1528
1545
|
mime type, <em class="parameter"><code>data</code></em>
|
1529
|
-
is set <code class="literal">NULL</code>.</p>
|
1546
|
+
is set <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
1530
1547
|
<div class="refsect3">
|
1531
1548
|
<a name="cairo-surface-get-mime-data.parameters"></a><h4>Parameters</h4>
|
1532
1549
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1594,10 +1611,10 @@ cairo_surface_supports_mime_type (<em class="parameter"><code><a class="link" hr
|
|
1594
1611
|
</div>
|
1595
1612
|
<div class="refsect3">
|
1596
1613
|
<a name="cairo-surface-supports-mime-type.returns"></a><h4>Returns</h4>
|
1597
|
-
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>surface</code></em>
|
1614
|
+
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>surface</code></em>
|
1598
1615
|
supports
|
1599
1616
|
<em class="parameter"><code>mime_type</code></em>
|
1600
|
-
, <code class="literal">FALSE</code> otherwise</p>
|
1617
|
+
, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1601
1618
|
</div>
|
1602
1619
|
<p class="since">Since: 1.12</p>
|
1603
1620
|
</div>
|
@@ -1610,7 +1627,7 @@ cairo_surface_map_to_image (<em class="parameter"><code><a class="link" href="ca
|
|
1610
1627
|
<p>Returns an image surface that is the most efficient mechanism for
|
1611
1628
|
modifying the backing store of the target surface. The region retrieved
|
1612
1629
|
may be limited to the <em class="parameter"><code>extents</code></em>
|
1613
|
-
or <code class="literal">NULL</code> for the whole surface</p>
|
1630
|
+
or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for the whole surface</p>
|
1614
1631
|
<p>Note, the use of the original surface as a target or source whilst
|
1615
1632
|
it is mapped is undefined. The result of mapping the surface
|
1616
1633
|
multiple times is undefined. Calling <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-destroy" title="cairo_surface_destroy ()"><code class="function">cairo_surface_destroy()</code></a> or
|
@@ -1701,6 +1718,42 @@ results in undefined behavior.</p>
|
|
1701
1718
|
</div>
|
1702
1719
|
<hr>
|
1703
1720
|
<div class="refsect2">
|
1721
|
+
<a name="CAIRO-MIME-TYPE-CCITT-FAX:CAPS"></a><h3>CAIRO_MIME_TYPE_CCITT_FAX</h3>
|
1722
|
+
<pre class="programlisting">#define CAIRO_MIME_TYPE_CCITT_FAX "image/g3fax"
|
1723
|
+
</pre>
|
1724
|
+
<p>Group 3 or Group 4 CCITT facsimile encoding (International
|
1725
|
+
Telecommunication Union, Recommendations T.4 and T.6.)</p>
|
1726
|
+
<p class="since">Since: 1.16</p>
|
1727
|
+
</div>
|
1728
|
+
<hr>
|
1729
|
+
<div class="refsect2">
|
1730
|
+
<a name="CAIRO-MIME-TYPE-CCITT-FAX-PARAMS:CAPS"></a><h3>CAIRO_MIME_TYPE_CCITT_FAX_PARAMS</h3>
|
1731
|
+
<pre class="programlisting">#define CAIRO_MIME_TYPE_CCITT_FAX_PARAMS "application/x-cairo.ccitt.params"
|
1732
|
+
</pre>
|
1733
|
+
<p>Decode parameters for Group 3 or Group 4 CCITT facsimile encoding.
|
1734
|
+
See <a class="link" href="cairo-PDF-Surfaces.html#ccitt" title="CCITT Fax Images">CCITT Fax Images</a>.</p>
|
1735
|
+
<p class="since">Since: 1.16</p>
|
1736
|
+
</div>
|
1737
|
+
<hr>
|
1738
|
+
<div class="refsect2">
|
1739
|
+
<a name="CAIRO-MIME-TYPE-EPS:CAPS"></a><h3>CAIRO_MIME_TYPE_EPS</h3>
|
1740
|
+
<pre class="programlisting">#define CAIRO_MIME_TYPE_EPS "application/postscript"
|
1741
|
+
</pre>
|
1742
|
+
<p>Encapsulated PostScript file.
|
1743
|
+
<a class="ulink" href="http://wwwimages.adobe.com/content/dam/Adobe/endevnet/postscript/pdfs/5002.EPSF_Spec.pdf" target="_top">Encapsulated PostScript File Format Specification</a></p>
|
1744
|
+
<p class="since">Since: 1.16</p>
|
1745
|
+
</div>
|
1746
|
+
<hr>
|
1747
|
+
<div class="refsect2">
|
1748
|
+
<a name="CAIRO-MIME-TYPE-EPS-PARAMS:CAPS"></a><h3>CAIRO_MIME_TYPE_EPS_PARAMS</h3>
|
1749
|
+
<pre class="programlisting">#define CAIRO_MIME_TYPE_EPS_PARAMS "application/x-cairo.eps.params"
|
1750
|
+
</pre>
|
1751
|
+
<p>Embedding parameters Encapsulated PostScript data.
|
1752
|
+
See <a class="link" href="cairo-PostScript-Surfaces.html#eps" title="Embedding EPS files">Embedding EPS files</a>.</p>
|
1753
|
+
<p class="since">Since: 1.16</p>
|
1754
|
+
</div>
|
1755
|
+
<hr>
|
1756
|
+
<div class="refsect2">
|
1704
1757
|
<a name="CAIRO-MIME-TYPE-JBIG2:CAPS"></a><h3>CAIRO_MIME_TYPE_JBIG2</h3>
|
1705
1758
|
<pre class="programlisting">#define CAIRO_MIME_TYPE_JBIG2 "application/x-cairo.jbig2"
|
1706
1759
|
</pre>
|
@@ -612,7 +612,7 @@ maintain a separate reference to it.</p>
|
|
612
612
|
<p> a newly allocated <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> with a reference
|
613
613
|
count of 1. The initial reference count should be released
|
614
614
|
with <a class="link" href="cairo-cairo-t.html#cairo-destroy" title="cairo_destroy ()"><code class="function">cairo_destroy()</code></a> when you are done using the <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a>.
|
615
|
-
This function never returns <code class="literal">NULL</code>. If memory cannot be
|
615
|
+
This function never returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If memory cannot be
|
616
616
|
allocated, a special <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> object will be returned on
|
617
617
|
which <a class="link" href="cairo-cairo-t.html#cairo-status" title="cairo_status ()"><code class="function">cairo_status()</code></a> returns <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>. If
|
618
618
|
you attempt to target a surface which does not support
|
@@ -1422,7 +1422,7 @@ is not currently in effect).</p>
|
|
1422
1422
|
cairo_get_dash (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>,
|
1423
1423
|
<em class="parameter"><code><span class="type">double</span> *dashes</code></em>,
|
1424
1424
|
<em class="parameter"><code><span class="type">double</span> *offset</code></em>);</pre>
|
1425
|
-
<p>Gets the current dash array. If not <code class="literal">NULL</code>, <em class="parameter"><code>dashes</code></em>
|
1425
|
+
<p>Gets the current dash array. If not <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <em class="parameter"><code>dashes</code></em>
|
1426
1426
|
should be big
|
1427
1427
|
enough to hold at least the number of values returned by
|
1428
1428
|
<a class="link" href="cairo-cairo-t.html#cairo-get-dash-count" title="cairo_get_dash_count ()"><code class="function">cairo_get_dash_count()</code></a>.</p>
|
@@ -1442,12 +1442,12 @@ enough to hold at least the number of values returned by
|
|
1442
1442
|
</tr>
|
1443
1443
|
<tr>
|
1444
1444
|
<td class="parameter_name"><p>dashes</p></td>
|
1445
|
-
<td class="parameter_description"><p>return value for the dash array, or <code class="literal">NULL</code></p></td>
|
1445
|
+
<td class="parameter_description"><p>return value for the dash array, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1446
1446
|
<td class="parameter_annotations"> </td>
|
1447
1447
|
</tr>
|
1448
1448
|
<tr>
|
1449
1449
|
<td class="parameter_name"><p>offset</p></td>
|
1450
|
-
<td class="parameter_description"><p>return value for the current dash offset, or <code class="literal">NULL</code></p></td>
|
1450
|
+
<td class="parameter_description"><p>return value for the current dash offset, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1451
1451
|
<td class="parameter_annotations"> </td>
|
1452
1452
|
</tr>
|
1453
1453
|
</tbody>
|
@@ -2162,7 +2162,7 @@ be dereferenced.</p>
|
|
2162
2162
|
<pre class="programlisting"><a class="link" href="cairo-cairo-t.html#cairo-rectangle-list-t" title="cairo_rectangle_list_t"><span class="returnvalue">cairo_rectangle_list_t</span></a> *
|
2163
2163
|
cairo_copy_clip_rectangle_list (<em class="parameter"><code><a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> *cr</code></em>);</pre>
|
2164
2164
|
<p>Gets the current clip region as a list of rectangles in user coordinates.
|
2165
|
-
Never returns <code class="literal">NULL</code>.</p>
|
2165
|
+
Never returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2166
2166
|
<p>The status in the list may be <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-CLIP-NOT-REPRESENTABLE:CAPS"><code class="literal">CAIRO_STATUS_CLIP_NOT_REPRESENTABLE</code></a> to
|
2167
2167
|
indicate that the clip region cannot be represented as a list of
|
2168
2168
|
user-space rectangles. The status may have other values to indicate
|
@@ -2779,7 +2779,7 @@ cairo_set_user_data (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
2779
2779
|
<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>
|
2780
2780
|
<p>Attach user data to <em class="parameter"><code>cr</code></em>
|
2781
2781
|
. To remove user data from a surface,
|
2782
|
-
call this function with the key that was used to set it and <code class="literal">NULL</code>
|
2782
|
+
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>
|
2783
2783
|
for <em class="parameter"><code>data</code></em>
|
2784
2784
|
.</p>
|
2785
2785
|
<div class="refsect3">
|
@@ -2832,7 +2832,7 @@ cairo_get_user_data (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
2832
2832
|
<p>Return user data previously attached to <em class="parameter"><code>cr</code></em>
|
2833
2833
|
using the specified
|
2834
2834
|
key. If no user data has been attached with the given key this
|
2835
|
-
function returns <code class="literal">NULL</code>.</p>
|
2835
|
+
function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2836
2836
|
<div class="refsect3">
|
2837
2837
|
<a name="cairo-get-user-data.parameters"></a><h4>Parameters</h4>
|
2838
2838
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2858,7 +2858,7 @@ attached to</p></td>
|
|
2858
2858
|
</div>
|
2859
2859
|
<div class="refsect3">
|
2860
2860
|
<a name="cairo-get-user-data.returns"></a><h4>Returns</h4>
|
2861
|
-
<p> the user data previously attached or <code class="literal">NULL</code>.</p>
|
2861
|
+
<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>
|
2862
2862
|
</div>
|
2863
2863
|
<p class="since">Since: 1.4</p>
|
2864
2864
|
</div>
|
@@ -576,7 +576,7 @@ destroyed if there are no other references to it.</p>
|
|
576
576
|
</tr>
|
577
577
|
<tr>
|
578
578
|
<td class="parameter_name"><p>font_face</p></td>
|
579
|
-
<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>, or <code class="literal">NULL</code> to restore to the default font</p></td>
|
579
|
+
<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>, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to restore to the default font</p></td>
|
580
580
|
<td class="parameter_annotations"> </td>
|
581
581
|
</tr>
|
582
582
|
</tbody>
|
@@ -610,7 +610,7 @@ cairo_get_font_face (<em class="parameter"><code><a class="link" href="cairo-cai
|
|
610
610
|
<p> the current font face. This object is owned by
|
611
611
|
cairo. To keep a reference to it, you must call
|
612
612
|
<a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-reference" title="cairo_font_face_reference ()"><code class="function">cairo_font_face_reference()</code></a>.</p>
|
613
|
-
<p>This function never returns <code class="literal">NULL</code>. If memory cannot be allocated, a
|
613
|
+
<p>This function never returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If memory cannot be allocated, a
|
614
614
|
special "nil" <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> object will be returned on which
|
615
615
|
<a class="link" href="cairo-cairo-font-face-t.html#cairo-font-face-status" title="cairo_font_face_status ()"><code class="function">cairo_font_face_status()</code></a> returns <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>. Using
|
616
616
|
this nil object will cause its error state to propagate to other
|
@@ -681,7 +681,7 @@ cairo_get_scaled_font (<em class="parameter"><code><a class="link" href="cairo-c
|
|
681
681
|
<p> the current scaled font. This object is owned by
|
682
682
|
cairo. To keep a reference to it, you must call
|
683
683
|
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-reference" title="cairo_scaled_font_reference ()"><code class="function">cairo_scaled_font_reference()</code></a>.</p>
|
684
|
-
<p>This function never returns <code class="literal">NULL</code>. If memory cannot be allocated, a
|
684
|
+
<p>This function never returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. If memory cannot be allocated, a
|
685
685
|
special "nil" <a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-t" title="cairo_scaled_font_t"><span class="type">cairo_scaled_font_t</span></a> object will be returned on which
|
686
686
|
<a class="link" href="cairo-cairo-scaled-font-t.html#cairo-scaled-font-status" title="cairo_scaled_font_status ()"><code class="function">cairo_scaled_font_status()</code></a> returns <a class="link" href="cairo-Error-handling.html#CAIRO-STATUS-NO-MEMORY:CAPS"><code class="literal">CAIRO_STATUS_NO_MEMORY</code></a>. Using
|
687
687
|
this nil object will cause its error state to propagate to other
|
@@ -731,7 +731,7 @@ serious text-using applications. See <a class="link" href="cairo-text.html#cairo
|
|
731
731
|
</tr>
|
732
732
|
<tr>
|
733
733
|
<td class="parameter_name"><p>utf8</p></td>
|
734
|
-
<td class="parameter_description"><p>a NUL-terminated string of text encoded in UTF-8, or <code class="literal">NULL</code></p></td>
|
734
|
+
<td class="parameter_description"><p>a NUL-terminated string of text encoded in UTF-8, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
735
735
|
<td class="parameter_annotations"> </td>
|
736
736
|
</tr>
|
737
737
|
</tbody>
|
@@ -940,7 +940,7 @@ affect the x_advance and y_advance values.</p>
|
|
940
940
|
</tr>
|
941
941
|
<tr>
|
942
942
|
<td class="parameter_name"><p>utf8</p></td>
|
943
|
-
<td class="parameter_description"><p>a NUL-terminated string of text encoded in UTF-8, or <code class="literal">NULL</code></p></td>
|
943
|
+
<td class="parameter_description"><p>a NUL-terminated string of text encoded in UTF-8, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
944
944
|
<td class="parameter_annotations"> </td>
|
945
945
|
</tr>
|
946
946
|
<tr>
|
@@ -1149,9 +1149,9 @@ This function is only useful in implementations of
|
|
1149
1149
|
needs to allocate an array of glyphs that cairo will free.
|
1150
1150
|
For all other uses, user can use their own allocation method
|
1151
1151
|
for glyphs.</p>
|
1152
|
-
<p>This function returns <code class="literal">NULL</code> if <em class="parameter"><code>num_glyphs</code></em>
|
1152
|
+
<p>This function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>num_glyphs</code></em>
|
1153
1153
|
is not positive,
|
1154
|
-
or if out of memory. That means, the <code class="literal">NULL</code> return value
|
1154
|
+
or if out of memory. That means, the <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> return value
|
1155
1155
|
signals out-of-memory only if <em class="parameter"><code>num_glyphs</code></em>
|
1156
1156
|
was positive.</p>
|
1157
1157
|
<div class="refsect3">
|
@@ -1197,7 +1197,7 @@ for glyphs.</p>
|
|
1197
1197
|
</colgroup>
|
1198
1198
|
<tbody><tr>
|
1199
1199
|
<td class="parameter_name"><p>glyphs</p></td>
|
1200
|
-
<td class="parameter_description"><p>array of glyphs to free, or <code class="literal">NULL</code></p></td>
|
1200
|
+
<td class="parameter_description"><p>array of glyphs to free, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1201
1201
|
<td class="parameter_annotations"> </td>
|
1202
1202
|
</tr></tbody>
|
1203
1203
|
</table></div>
|
@@ -1215,9 +1215,9 @@ This function is only useful in implementations of
|
|
1215
1215
|
needs to allocate an array of text clusters that cairo will free.
|
1216
1216
|
For all other uses, user can use their own allocation method
|
1217
1217
|
for text clusters.</p>
|
1218
|
-
<p>This function returns <code class="literal">NULL</code> if <em class="parameter"><code>num_clusters</code></em>
|
1218
|
+
<p>This function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>num_clusters</code></em>
|
1219
1219
|
is not positive,
|
1220
|
-
or if out of memory. That means, the <code class="literal">NULL</code> return value
|
1220
|
+
or if out of memory. That means, the <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> return value
|
1221
1221
|
signals out-of-memory only if <em class="parameter"><code>num_clusters</code></em>
|
1222
1222
|
was positive.</p>
|
1223
1223
|
<div class="refsect3">
|
@@ -1263,7 +1263,7 @@ for text clusters.</p>
|
|
1263
1263
|
</colgroup>
|
1264
1264
|
<tbody><tr>
|
1265
1265
|
<td class="parameter_name"><p>clusters</p></td>
|
1266
|
-
<td class="parameter_description"><p>array of text clusters to free, or <code class="literal">NULL</code></p></td>
|
1266
|
+
<td class="parameter_description"><p>array of text clusters to free, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
1267
1267
|
<td class="parameter_annotations"> </td>
|
1268
1268
|
</tr></tbody>
|
1269
1269
|
</table></div>
|
@@ -421,6 +421,10 @@
|
|
421
421
|
<keyword type="function" name="cairo_surface_map_to_image ()" link="cairo-cairo-surface-t.html#cairo-surface-map-to-image" since="1.12"/>
|
422
422
|
<keyword type="function" name="cairo_surface_unmap_image ()" link="cairo-cairo-surface-t.html#cairo-surface-unmap-image" since="1.12"/>
|
423
423
|
<keyword type="macro" name="CAIRO_HAS_MIME_SURFACE" link="cairo-cairo-surface-t.html#CAIRO-HAS-MIME-SURFACE:CAPS"/>
|
424
|
+
<keyword type="macro" name="CAIRO_MIME_TYPE_CCITT_FAX" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX:CAPS" since="1.16"/>
|
425
|
+
<keyword type="macro" name="CAIRO_MIME_TYPE_CCITT_FAX_PARAMS" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-CCITT-FAX-PARAMS:CAPS" since="1.16"/>
|
426
|
+
<keyword type="macro" name="CAIRO_MIME_TYPE_EPS" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-EPS:CAPS" since="1.16"/>
|
427
|
+
<keyword type="macro" name="CAIRO_MIME_TYPE_EPS_PARAMS" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-EPS-PARAMS:CAPS" since="1.16"/>
|
424
428
|
<keyword type="macro" name="CAIRO_MIME_TYPE_JBIG2" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2:CAPS" since="1.14"/>
|
425
429
|
<keyword type="macro" name="CAIRO_MIME_TYPE_JBIG2_GLOBAL" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL:CAPS" since="1.14"/>
|
426
430
|
<keyword type="macro" name="CAIRO_MIME_TYPE_JBIG2_GLOBAL_ID" link="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JBIG2-GLOBAL-ID:CAPS" since="1.14"/>
|
@@ -494,7 +498,7 @@
|
|
494
498
|
<keyword type="function" name="cairo_svg_get_versions ()" link="cairo-SVG-Surfaces.html#cairo-svg-get-versions" since="1.2"/>
|
495
499
|
<keyword type="function" name="cairo_svg_version_to_string ()" link="cairo-SVG-Surfaces.html#cairo-svg-version-to-string" since="1.2"/>
|
496
500
|
<keyword type="macro" name="CAIRO_HAS_SVG_SURFACE" link="cairo-SVG-Surfaces.html#CAIRO-HAS-SVG-SURFACE:CAPS" since="1.2"/>
|
497
|
-
<keyword type="enum" name="enum cairo_svg_version_t" link="cairo-SVG-Surfaces.html#cairo-svg-version-t" since="1.
|
501
|
+
<keyword type="enum" name="enum cairo_svg_version_t" link="cairo-SVG-Surfaces.html#cairo-svg-version-t" since="1.16"/>
|
498
502
|
<keyword type="function" name="cairo_quartz_surface_create ()" link="cairo-Quartz-Surfaces.html#cairo-quartz-surface-create" since="1.6"/>
|
499
503
|
<keyword type="function" name="cairo_quartz_surface_create_for_cg_context ()" link="cairo-Quartz-Surfaces.html#cairo-quartz-surface-create-for-cg-context" since="1.6"/>
|
500
504
|
<keyword type="function" name="cairo_quartz_surface_get_cg_context ()" link="cairo-Quartz-Surfaces.html#cairo-quartz-surface-get-cg-context" since="1.6"/>
|
@@ -26,145 +26,145 @@
|
|
26
26
|
<div class="indexdiv">
|
27
27
|
<h3>D</h3>
|
28
28
|
<dl>
|
29
|
-
<dt id="ientry-
|
29
|
+
<dt id="ientry-idp46842965805200">cairo_device_acquire, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-acquire">cairo_device_acquire ()</a>
|
30
30
|
</dt>
|
31
|
-
<dt id="ientry-
|
31
|
+
<dt id="ientry-idp46842966307344">cairo_device_destroy, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-destroy">cairo_device_destroy ()</a>
|
32
32
|
</dt>
|
33
|
-
<dt id="ientry-
|
33
|
+
<dt id="ientry-idp46842966346832">cairo_device_finish, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-finish">cairo_device_finish ()</a>
|
34
34
|
</dt>
|
35
|
-
<dt id="ientry-
|
35
|
+
<dt id="ientry-idp46842966370480">cairo_device_flush, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-flush">cairo_device_flush ()</a>
|
36
36
|
</dt>
|
37
|
-
<dt id="ientry-
|
37
|
+
<dt id="ientry-idp46842966408256">cairo_device_get_reference_count, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-get-reference-count">cairo_device_get_reference_count ()</a>
|
38
38
|
</dt>
|
39
|
-
<dt id="ientry-
|
39
|
+
<dt id="ientry-idp46842966388048">cairo_device_get_type, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-get-type">cairo_device_get_type ()</a>
|
40
40
|
</dt>
|
41
|
-
<dt id="ientry-
|
41
|
+
<dt id="ientry-idp46842965778672">cairo_device_get_user_data, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-get-user-data">cairo_device_get_user_data ()</a>
|
42
42
|
</dt>
|
43
|
-
<dt id="ientry-
|
43
|
+
<dt id="ientry-idp46842966282832">cairo_device_reference, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-reference">cairo_device_reference ()</a>
|
44
44
|
</dt>
|
45
|
-
<dt id="ientry-
|
45
|
+
<dt id="ientry-idp46842965831872">cairo_device_release, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-release">cairo_device_release ()</a>
|
46
46
|
</dt>
|
47
|
-
<dt id="ientry-
|
47
|
+
<dt id="ientry-idp46842966428384">cairo_device_set_user_data, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-set-user-data">cairo_device_set_user_data ()</a>
|
48
48
|
</dt>
|
49
|
-
<dt id="ientry-
|
49
|
+
<dt id="ientry-idp46842966327200">cairo_device_status, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-status">cairo_device_status ()</a>
|
50
50
|
</dt>
|
51
|
-
<dt id="ientry-
|
51
|
+
<dt id="ientry-idp46842965900688">cairo_device_t, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-t">cairo_device_t</a>
|
52
52
|
</dt>
|
53
|
-
<dt id="ientry-
|
53
|
+
<dt id="ientry-idp46842965915280">cairo_device_type_t, <a class="indexterm" href="cairo-cairo-device-t.html#cairo-device-type-t">enum cairo_device_type_t</a>
|
54
54
|
</dt>
|
55
55
|
</dl>
|
56
56
|
</div>
|
57
57
|
<div class="indexdiv">
|
58
58
|
<h3>H</h3>
|
59
59
|
<dl>
|
60
|
-
<dt id="ientry-
|
60
|
+
<dt id="ientry-idp46842964754400">CAIRO_HAS_FC_FONT, <a class="indexterm" href="cairo-FreeType-Fonts.html#CAIRO-HAS-FC-FONT:CAPS">CAIRO_HAS_FC_FONT</a>
|
61
61
|
</dt>
|
62
|
-
<dt id="ientry-
|
62
|
+
<dt id="ientry-idp46842952715024">CAIRO_HAS_RECORDING_SURFACE, <a class="indexterm" href="cairo-Recording-Surfaces.html#CAIRO-HAS-RECORDING-SURFACE:CAPS">CAIRO_HAS_RECORDING_SURFACE</a>
|
63
63
|
</dt>
|
64
64
|
</dl>
|
65
65
|
</div>
|
66
66
|
<div class="indexdiv">
|
67
67
|
<h3>I</h3>
|
68
|
-
<dl><dt id="ientry-
|
68
|
+
<dl><dt id="ientry-idp46842958307248">cairo_in_clip, <a class="indexterm" href="cairo-cairo-t.html#cairo-in-clip">cairo_in_clip ()</a>
|
69
69
|
</dt></dl>
|
70
70
|
</div>
|
71
71
|
<div class="indexdiv">
|
72
72
|
<h3>M</h3>
|
73
73
|
<dl>
|
74
|
-
<dt id="ientry-
|
74
|
+
<dt id="ientry-idp46842968263968">CAIRO_MIME_TYPE_JP2, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JP2:CAPS">CAIRO_MIME_TYPE_JP2</a>
|
75
75
|
</dt>
|
76
|
-
<dt id="ientry-
|
76
|
+
<dt id="ientry-idp46842968270224">CAIRO_MIME_TYPE_JPEG, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-JPEG:CAPS">CAIRO_MIME_TYPE_JPEG</a>
|
77
77
|
</dt>
|
78
|
-
<dt id="ientry-
|
78
|
+
<dt id="ientry-idp46842968276400">CAIRO_MIME_TYPE_PNG, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-PNG:CAPS">CAIRO_MIME_TYPE_PNG</a>
|
79
79
|
</dt>
|
80
|
-
<dt id="ientry-
|
80
|
+
<dt id="ientry-idp46842968282560">CAIRO_MIME_TYPE_URI, <a class="indexterm" href="cairo-cairo-surface-t.html#CAIRO-MIME-TYPE-URI:CAPS">CAIRO_MIME_TYPE_URI</a>
|
81
81
|
</dt>
|
82
82
|
</dl>
|
83
83
|
</div>
|
84
84
|
<div class="indexdiv">
|
85
85
|
<h3>P</h3>
|
86
86
|
<dl>
|
87
|
-
<dt id="ientry-
|
87
|
+
<dt id="ientry-idp46842966984288">cairo_pdf_get_versions, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-get-versions">cairo_pdf_get_versions ()</a>
|
88
88
|
</dt>
|
89
|
-
<dt id="ientry-
|
89
|
+
<dt id="ientry-idp46842966961344">cairo_pdf_surface_restrict_to_version, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-surface-restrict-to-version">cairo_pdf_surface_restrict_to_version ()</a>
|
90
90
|
</dt>
|
91
|
-
<dt id="ientry-
|
91
|
+
<dt id="ientry-idp46842968526672">cairo_pdf_version_t, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-version-t">enum cairo_pdf_version_t</a>
|
92
92
|
</dt>
|
93
|
-
<dt id="ientry-
|
93
|
+
<dt id="ientry-idp46842967005408">cairo_pdf_version_to_string, <a class="indexterm" href="cairo-PDF-Surfaces.html#cairo-pdf-version-to-string">cairo_pdf_version_to_string ()</a>
|
94
94
|
</dt>
|
95
95
|
</dl>
|
96
96
|
</div>
|
97
97
|
<div class="indexdiv">
|
98
98
|
<h3>R</h3>
|
99
99
|
<dl>
|
100
|
-
<dt id="ientry-
|
100
|
+
<dt id="ientry-idp46842963377808">cairo_recording_surface_create, <a class="indexterm" href="cairo-Recording-Surfaces.html#cairo-recording-surface-create">cairo_recording_surface_create ()</a>
|
101
101
|
</dt>
|
102
|
-
<dt id="ientry-
|
102
|
+
<dt id="ientry-idp46842956333408">cairo_recording_surface_ink_extents, <a class="indexterm" href="cairo-Recording-Surfaces.html#cairo-recording-surface-ink-extents">cairo_recording_surface_ink_extents ()</a>
|
103
103
|
</dt>
|
104
|
-
<dt id="ientry-
|
104
|
+
<dt id="ientry-idp46842966054816">cairo_rectangle_int_t, <a class="indexterm" href="cairo-Types.html#cairo-rectangle-int-t">cairo_rectangle_int_t</a>
|
105
105
|
</dt>
|
106
|
-
<dt id="ientry-
|
106
|
+
<dt id="ientry-idp46842959757600">cairo_region_contains_point, <a class="indexterm" href="cairo-Regions.html#cairo-region-contains-point">cairo_region_contains_point ()</a>
|
107
107
|
</dt>
|
108
|
-
<dt id="ientry-
|
108
|
+
<dt id="ientry-idp46842959790672">cairo_region_contains_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-contains-rectangle">cairo_region_contains_rectangle ()</a>
|
109
109
|
</dt>
|
110
|
-
<dt id="ientry-
|
110
|
+
<dt id="ientry-idp46842959579072">cairo_region_copy, <a class="indexterm" href="cairo-Regions.html#cairo-region-copy">cairo_region_copy ()</a>
|
111
111
|
</dt>
|
112
|
-
<dt id="ientry-
|
112
|
+
<dt id="ientry-idp46842952090208">cairo_region_create, <a class="indexterm" href="cairo-Regions.html#cairo-region-create">cairo_region_create ()</a>
|
113
113
|
</dt>
|
114
|
-
<dt id="ientry-
|
114
|
+
<dt id="ientry-idp46842959529776">cairo_region_create_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-create-rectangle">cairo_region_create_rectangle ()</a>
|
115
115
|
</dt>
|
116
|
-
<dt id="ientry-
|
116
|
+
<dt id="ientry-idp46842959552496">cairo_region_create_rectangles, <a class="indexterm" href="cairo-Regions.html#cairo-region-create-rectangles">cairo_region_create_rectangles ()</a>
|
117
117
|
</dt>
|
118
|
-
<dt id="ientry-
|
118
|
+
<dt id="ientry-idp46842959623808">cairo_region_destroy, <a class="indexterm" href="cairo-Regions.html#cairo-region-destroy">cairo_region_destroy ()</a>
|
119
119
|
</dt>
|
120
|
-
<dt id="ientry-
|
120
|
+
<dt id="ientry-idp46842959823200">cairo_region_equal, <a class="indexterm" href="cairo-Regions.html#cairo-region-equal">cairo_region_equal ()</a>
|
121
121
|
</dt>
|
122
|
-
<dt id="ientry-
|
122
|
+
<dt id="ientry-idp46842959665760">cairo_region_get_extents, <a class="indexterm" href="cairo-Regions.html#cairo-region-get-extents">cairo_region_get_extents ()</a>
|
123
123
|
</dt>
|
124
|
-
<dt id="ientry-
|
124
|
+
<dt id="ientry-idp46842959708320">cairo_region_get_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-get-rectangle">cairo_region_get_rectangle ()</a>
|
125
125
|
</dt>
|
126
|
-
<dt id="ientry-
|
126
|
+
<dt id="ientry-idp46842959879872">cairo_region_intersect, <a class="indexterm" href="cairo-Regions.html#cairo-region-intersect">cairo_region_intersect ()</a>
|
127
127
|
</dt>
|
128
|
-
<dt id="ientry-
|
128
|
+
<dt id="ientry-idp46842959907504">cairo_region_intersect_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-intersect-rectangle">cairo_region_intersect_rectangle ()</a>
|
129
129
|
</dt>
|
130
|
-
<dt id="ientry-
|
130
|
+
<dt id="ientry-idp46842959735088">cairo_region_is_empty, <a class="indexterm" href="cairo-Regions.html#cairo-region-is-empty">cairo_region_is_empty ()</a>
|
131
131
|
</dt>
|
132
|
-
<dt id="ientry-
|
132
|
+
<dt id="ientry-idp46842959688032">cairo_region_num_rectangles, <a class="indexterm" href="cairo-Regions.html#cairo-region-num-rectangles">cairo_region_num_rectangles ()</a>
|
133
133
|
</dt>
|
134
|
-
<dt id="ientry-
|
134
|
+
<dt id="ientry-idp46842960119536">cairo_region_overlap_t, <a class="indexterm" href="cairo-Regions.html#cairo-region-overlap-t">enum cairo_region_overlap_t</a>
|
135
135
|
</dt>
|
136
|
-
<dt id="ientry-
|
136
|
+
<dt id="ientry-idp46842959601760">cairo_region_reference, <a class="indexterm" href="cairo-Regions.html#cairo-region-reference">cairo_region_reference ()</a>
|
137
137
|
</dt>
|
138
|
-
<dt id="ientry-
|
138
|
+
<dt id="ientry-idp46842959644912">cairo_region_status, <a class="indexterm" href="cairo-Regions.html#cairo-region-status">cairo_region_status ()</a>
|
139
139
|
</dt>
|
140
|
-
<dt id="ientry-
|
140
|
+
<dt id="ientry-idp46842959934960">cairo_region_subtract, <a class="indexterm" href="cairo-Regions.html#cairo-region-subtract">cairo_region_subtract ()</a>
|
141
141
|
</dt>
|
142
|
-
<dt id="ientry-
|
142
|
+
<dt id="ientry-idp46842959962576">cairo_region_subtract_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-subtract-rectangle">cairo_region_subtract_rectangle ()</a>
|
143
143
|
</dt>
|
144
|
-
<dt id="ientry-
|
144
|
+
<dt id="ientry-idp46842960106576">cairo_region_t, <a class="indexterm" href="cairo-Regions.html#cairo-region-t">cairo_region_t</a>
|
145
145
|
</dt>
|
146
|
-
<dt id="ientry-
|
146
|
+
<dt id="ientry-idp46842959853216">cairo_region_translate, <a class="indexterm" href="cairo-Regions.html#cairo-region-translate">cairo_region_translate ()</a>
|
147
147
|
</dt>
|
148
|
-
<dt id="ientry-
|
148
|
+
<dt id="ientry-idp46842959990096">cairo_region_union, <a class="indexterm" href="cairo-Regions.html#cairo-region-union">cairo_region_union ()</a>
|
149
149
|
</dt>
|
150
|
-
<dt id="ientry-
|
150
|
+
<dt id="ientry-idp46842960017680">cairo_region_union_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-union-rectangle">cairo_region_union_rectangle ()</a>
|
151
151
|
</dt>
|
152
|
-
<dt id="ientry-
|
152
|
+
<dt id="ientry-idp46842960045280">cairo_region_xor, <a class="indexterm" href="cairo-Regions.html#cairo-region-xor">cairo_region_xor ()</a>
|
153
153
|
</dt>
|
154
|
-
<dt id="ientry-
|
154
|
+
<dt id="ientry-idp46842960075008">cairo_region_xor_rectangle, <a class="indexterm" href="cairo-Regions.html#cairo-region-xor-rectangle">cairo_region_xor_rectangle ()</a>
|
155
155
|
</dt>
|
156
156
|
</dl>
|
157
157
|
</div>
|
158
158
|
<div class="indexdiv">
|
159
159
|
<h3>S</h3>
|
160
160
|
<dl>
|
161
|
-
<dt id="ientry-
|
161
|
+
<dt id="ientry-idp46842966744112">cairo_surface_create_for_rectangle, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-create-for-rectangle">cairo_surface_create_for_rectangle ()</a>
|
162
162
|
</dt>
|
163
|
-
<dt id="ientry-
|
163
|
+
<dt id="ientry-idp46842967576624">cairo_surface_get_device, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-device">cairo_surface_get_device ()</a>
|
164
164
|
</dt>
|
165
|
-
<dt id="ientry-
|
165
|
+
<dt id="ientry-idp46842968094560">cairo_surface_get_mime_data, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-get-mime-data">cairo_surface_get_mime_data ()</a>
|
166
166
|
</dt>
|
167
|
-
<dt id="ientry-
|
167
|
+
<dt id="ientry-idp46842968034240">cairo_surface_set_mime_data, <a class="indexterm" href="cairo-cairo-surface-t.html#cairo-surface-set-mime-data">cairo_surface_set_mime_data ()</a>
|
168
168
|
</dt>
|
169
169
|
</dl>
|
170
170
|
</div>
|