pango 3.2.1-x86-mingw32 → 3.2.2-x86-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 +5 -5
- data/Rakefile +19 -3
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/markup.rb +1 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/fribidi.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +1 -1
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/fribidi/fribidi-arabic.h +81 -0
- data/vendor/local/include/fribidi/fribidi-begindecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types-list.h +96 -0
- data/vendor/local/include/fribidi/fribidi-bidi-types.h +405 -0
- data/vendor/local/include/fribidi/fribidi-bidi.h +142 -0
- data/vendor/local/include/fribidi/fribidi-brackets.h +89 -0
- data/vendor/local/include/fribidi/fribidi-char-sets-list.h +54 -0
- data/vendor/local/include/fribidi/fribidi-char-sets.h +106 -0
- data/vendor/local/include/fribidi/fribidi-common.h +146 -0
- data/vendor/local/include/fribidi/fribidi-config.h +23 -0
- data/vendor/local/include/fribidi/fribidi-deprecated.h +244 -0
- data/vendor/local/include/fribidi/fribidi-enddecls.h +3 -0
- data/vendor/local/include/fribidi/fribidi-flags.h +72 -0
- data/vendor/local/include/fribidi/fribidi-joining-types-list.h +44 -0
- data/vendor/local/include/fribidi/fribidi-joining-types.h +249 -0
- data/vendor/local/include/fribidi/fribidi-joining.h +74 -0
- data/vendor/local/include/fribidi/fribidi-mirroring.h +86 -0
- data/vendor/local/include/fribidi/fribidi-shape.h +71 -0
- data/vendor/local/include/fribidi/fribidi-types.h +83 -0
- data/vendor/local/include/fribidi/fribidi-unicode-version.h +10 -0
- data/vendor/local/include/fribidi/fribidi-unicode.h +105 -0
- data/vendor/local/include/fribidi/fribidi.h +63 -0
- data/vendor/local/include/graphene-1.0/graphene-macros.h +6 -0
- data/vendor/local/include/graphene-1.0/graphene-version-macros.h +18 -2
- data/vendor/local/include/graphene-1.0/graphene-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +4 -1
- data/vendor/local/include/harfbuzz/hb-buffer.h +39 -8
- data/vendor/local/include/harfbuzz/hb-common.h +1 -1
- data/vendor/local/include/harfbuzz/hb-deprecated.h +4 -0
- data/vendor/local/include/harfbuzz/hb-face.h +0 -1
- data/vendor/local/include/harfbuzz/hb-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +17 -0
- data/vendor/local/include/harfbuzz/hb-set.h +15 -7
- data/vendor/local/include/harfbuzz/hb-subset-glyf.hh +40 -0
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +85 -0
- data/vendor/local/include/harfbuzz/hb-subset-private.hh +62 -0
- data/vendor/local/include/harfbuzz/hb-subset.h +83 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-enum-types.h +1 -1
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +14 -3
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +13 -0
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +82 -0
- data/vendor/local/lib/girepository-1.0/Graphene-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/graphene-1.0/include/graphene-config.h +13 -4
- data/vendor/local/lib/icu/58.2/Makefile.inc +1 -1
- data/vendor/local/lib/icu/58.2/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +1 -1
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/icudt58.dll +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio58.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest58.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libfribidi.la +41 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +41 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicudt58.dll +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +5 -5
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +5 -5
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +5 -5
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +5 -5
- data/vendor/local/lib/pkgconfig/fribidi.pc +12 -0
- data/vendor/local/lib/pkgconfig/graphene-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/graphene-gobject-1.0.pc +17 -11
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +5 -5
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +12 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-io.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-uc.pc +1 -1
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +2 -2
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gir-1.0/Graphene-1.0.gir +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +82 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.svg +277 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/adding-text-to-the-buffer.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +33 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-2-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-3-3.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-4-3.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-5-0.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-6-0.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +302 -18
- data/vendor/local/share/gtk-doc/html/harfbuzz/buffers-language-script-and-direction.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch08.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/clusters.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/customizing-unicode-functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +8 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/fonts-and-faces.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +265 -205
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +42 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +76 -31
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +25 -710
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +31 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +36 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +79 -35
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +187 -112
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +31 -17
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +784 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-math.html +47 -32
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +7 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +153 -68
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +48 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +58 -48
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +5 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +10 -14
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +99 -164
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/level-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +36 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/plans-and-caching.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +9 -9
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +6 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/reordering-in-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/setting-buffer-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/shaping-and-shape-plans.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/the-distinction-between-levels-0-and-1.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-harfbuzzs-native-opentype-implementation.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/using-your-own-font-functions.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-about-the-other-scripts.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/what-is-harfbuzz.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +9 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +18 -18
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +28 -28
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +14 -2
- data/vendor/local/share/gtk-doc/html/pango/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +14 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +101 -101
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +275 -133
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +17 -17
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +168 -168
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +86 -86
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +8 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +92 -92
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +46 -46
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +164 -164
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +85 -85
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +11 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +20 -20
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +29 -29
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +4 -0
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/installed-tests/graphene-1.0/box.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/euler.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/frustum.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/matrix.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/plane.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/point3d.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quad.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/quaternion.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/ray.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/rect.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/simd.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/size.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/sphere.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/triangle.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec2.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec3.test +3 -0
- data/vendor/local/share/installed-tests/graphene-1.0/vec4.test +3 -0
- data/vendor/local/share/license/fribidi/fribidi/AUTHORS +40 -0
- data/vendor/local/share/license/fribidi/fribidi/COPYING +504 -0
- data/vendor/local/share/man/man1/pango-view.1 +1 -113
- metadata +87 -52
- data/vendor/local/lib/libgraphene-1.0.la +0 -41
- data/vendor/local/share/gtk-doc/html/graphene/annotation-glossary.html +0 -57
- data/vendor/local/share/gtk-doc/html/graphene/api-index.html +0 -1985
- data/vendor/local/share/gtk-doc/html/graphene/ch01.html +0 -97
- data/vendor/local/share/gtk-doc/html/graphene/deprecated-api-index.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Box.html +0 -1252
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Euler.html +0 -886
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Frustum.html +0 -527
- data/vendor/local/share/gtk-doc/html/graphene/graphene-GObject-integration.html +0 -147
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Matrix.html +0 -2959
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Plane.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point.html +0 -689
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Point3D.html +0 -916
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quad.html +0 -418
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Quaternion.html +0 -1056
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Ray.html +0 -596
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Rectangle.html +0 -1483
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-matrix.html +0 -1475
- data/vendor/local/share/gtk-doc/html/graphene/graphene-SIMD-vector.html +0 -3046
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Size.html +0 -489
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Sphere.html +0 -641
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Triangle.html +0 -705
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Vectors.html +0 -3715
- data/vendor/local/share/gtk-doc/html/graphene/graphene-Versioning-information.html +0 -104
- data/vendor/local/share/gtk-doc/html/graphene/graphene.devhelp2 +0 -534
- data/vendor/local/share/gtk-doc/html/graphene/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/index.html +0 -107
- data/vendor/local/share/gtk-doc/html/graphene/ix03.html +0 -1313
- data/vendor/local/share/gtk-doc/html/graphene/ix04.html +0 -582
- data/vendor/local/share/gtk-doc/html/graphene/ix05.html +0 -151
- data/vendor/local/share/gtk-doc/html/graphene/ix06.html +0 -34
- data/vendor/local/share/gtk-doc/html/graphene/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/object-tree.html +0 -32
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-intersection.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle-union.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/rectangle.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/style.css +0 -479
- data/vendor/local/share/gtk-doc/html/graphene/triangle-barycentric.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/graphene/up.png +0 -0
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="pango.html" title="Basic Pango Interfaces">
|
9
9
|
<link rel="prev" href="pango-Fonts.html" title="Fonts">
|
10
10
|
<link rel="next" href="pango-Tab-Stops.html" title="Tab Stops">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<tbody>
|
43
43
|
<tr>
|
44
44
|
<td class="function_type">
|
45
|
-
<
|
45
|
+
<span class="returnvalue">gboolean</span>
|
46
46
|
</td>
|
47
47
|
<td class="function_name">
|
48
48
|
<a class="link" href="pango-Text-Attributes.html#pango-parse-markup" title="pango_parse_markup ()">pango_parse_markup</a> <span class="c_punctuation">()</span>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
</tr>
|
51
51
|
<tr>
|
52
52
|
<td class="function_type">
|
53
|
-
<
|
53
|
+
<span class="returnvalue">GMarkupParseContext</span> *
|
54
54
|
</td>
|
55
55
|
<td class="function_name">
|
56
56
|
<a class="link" href="pango-Text-Attributes.html#pango-markup-parser-new" title="pango_markup_parser_new ()">pango_markup_parser_new</a> <span class="c_punctuation">()</span>
|
@@ -58,7 +58,7 @@
|
|
58
58
|
</tr>
|
59
59
|
<tr>
|
60
60
|
<td class="function_type">
|
61
|
-
<
|
61
|
+
<span class="returnvalue">gboolean</span>
|
62
62
|
</td>
|
63
63
|
<td class="function_name">
|
64
64
|
<a class="link" href="pango-Text-Attributes.html#pango-markup-parser-finish" title="pango_markup_parser_finish ()">pango_markup_parser_finish</a> <span class="c_punctuation">()</span>
|
@@ -97,7 +97,7 @@
|
|
97
97
|
</tr>
|
98
98
|
<tr>
|
99
99
|
<td class="function_type">
|
100
|
-
<
|
100
|
+
<span class="returnvalue">gboolean</span>
|
101
101
|
</td>
|
102
102
|
<td class="function_name">
|
103
103
|
<a class="link" href="pango-Text-Attributes.html#pango-attribute-equal" title="pango_attribute_equal ()">pango_attribute_equal</a> <span class="c_punctuation">()</span>
|
@@ -249,7 +249,7 @@
|
|
249
249
|
</tr>
|
250
250
|
<tr>
|
251
251
|
<td class="function_type">
|
252
|
-
<
|
252
|
+
<span class="returnvalue">gpointer</span>
|
253
253
|
</td>
|
254
254
|
<td class="function_name">
|
255
255
|
<span class="c_punctuation">(</span><a class="link" href="pango-Text-Attributes.html#PangoAttrDataCopyFunc" title="PangoAttrDataCopyFunc ()">*PangoAttrDataCopyFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -329,7 +329,7 @@
|
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="function_type">
|
332
|
-
<
|
332
|
+
<span class="returnvalue">gboolean</span>
|
333
333
|
</td>
|
334
334
|
<td class="function_name">
|
335
335
|
<a class="link" href="pango-Text-Attributes.html#pango-color-parse" title="pango_color_parse ()">pango_color_parse</a> <span class="c_punctuation">()</span>
|
@@ -353,7 +353,7 @@
|
|
353
353
|
</tr>
|
354
354
|
<tr>
|
355
355
|
<td class="function_type">
|
356
|
-
<
|
356
|
+
<span class="returnvalue">gchar</span> *
|
357
357
|
</td>
|
358
358
|
<td class="function_name">
|
359
359
|
<a class="link" href="pango-Text-Attributes.html#pango-color-to-string" title="pango_color_to_string ()">pango_color_to_string</a> <span class="c_punctuation">()</span>
|
@@ -433,7 +433,7 @@
|
|
433
433
|
</tr>
|
434
434
|
<tr>
|
435
435
|
<td class="function_type">
|
436
|
-
<
|
436
|
+
<span class="returnvalue">gboolean</span>
|
437
437
|
</td>
|
438
438
|
<td class="function_name">
|
439
439
|
<span class="c_punctuation">(</span><a class="link" href="pango-Text-Attributes.html#PangoAttrFilterFunc" title="PangoAttrFilterFunc ()">*PangoAttrFilterFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
|
@@ -457,7 +457,7 @@
|
|
457
457
|
</tr>
|
458
458
|
<tr>
|
459
459
|
<td class="function_type">
|
460
|
-
<
|
460
|
+
<span class="returnvalue">gboolean</span>
|
461
461
|
</td>
|
462
462
|
<td class="function_name">
|
463
463
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-next" title="pango_attr_iterator_next ()">pango_attr_iterator_next</a> <span class="c_punctuation">()</span>
|
@@ -489,7 +489,7 @@
|
|
489
489
|
</tr>
|
490
490
|
<tr>
|
491
491
|
<td class="function_type">
|
492
|
-
<
|
492
|
+
<span class="returnvalue">GSList</span> *
|
493
493
|
</td>
|
494
494
|
<td class="function_name">
|
495
495
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-get-attrs" title="pango_attr_iterator_get_attrs ()">pango_attr_iterator_get_attrs</a> <span class="c_punctuation">()</span>
|
@@ -635,10 +635,10 @@
|
|
635
635
|
</div>
|
636
636
|
<div class="refsect1">
|
637
637
|
<a name="pango-Text-Attributes.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
638
|
-
<pre class="screen">
|
638
|
+
<pre class="screen"> GBoxed
|
639
639
|
<span class="lineart">├──</span> PangoAttrList
|
640
640
|
<span class="lineart">╰──</span> PangoColor
|
641
|
-
|
641
|
+
GEnum
|
642
642
|
<span class="lineart">├──</span> PangoAttrType
|
643
643
|
<span class="lineart">╰──</span> PangoUnderline
|
644
644
|
</pre>
|
@@ -655,14 +655,14 @@ of attributes applied to a portion of text.</p>
|
|
655
655
|
<a name="pango-Text-Attributes.functions_details"></a><h2>Functions</h2>
|
656
656
|
<div class="refsect2">
|
657
657
|
<a name="pango-parse-markup"></a><h3>pango_parse_markup ()</h3>
|
658
|
-
<pre class="programlisting"><
|
658
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
659
659
|
pango_parse_markup (<em class="parameter"><code>const <span class="type">char</span> *markup_text</code></em>,
|
660
660
|
<em class="parameter"><code><span class="type">int</span> length</code></em>,
|
661
|
-
<em class="parameter"><code><
|
661
|
+
<em class="parameter"><code><span class="type">gunichar</span> accel_marker</code></em>,
|
662
662
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> **attr_list</code></em>,
|
663
663
|
<em class="parameter"><code><span class="type">char</span> **text</code></em>,
|
664
|
-
<em class="parameter"><code><
|
665
|
-
<em class="parameter"><code><
|
664
|
+
<em class="parameter"><code><span class="type">gunichar</span> *accel_char</code></em>,
|
665
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
666
666
|
<p>Parses marked-up text (see</p>
|
667
667
|
markup format) to create
|
668
668
|
<p>a plain-text string and an attribute list.</p>
|
@@ -709,22 +709,22 @@ for <em class="parameter"><code>error</code></em>
|
|
709
709
|
</tr>
|
710
710
|
<tr>
|
711
711
|
<td class="parameter_name"><p>attr_list</p></td>
|
712
|
-
<td class="parameter_description"><p>
|
712
|
+
<td class="parameter_description"><p>address of return location for a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, or <code class="literal">NULL</code>. </p></td>
|
713
713
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
714
714
|
</tr>
|
715
715
|
<tr>
|
716
716
|
<td class="parameter_name"><p>text</p></td>
|
717
|
-
<td class="parameter_description"><p>
|
717
|
+
<td class="parameter_description"><p>address of return location for text with tags stripped, or <code class="literal">NULL</code>. </p></td>
|
718
718
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
719
719
|
</tr>
|
720
720
|
<tr>
|
721
721
|
<td class="parameter_name"><p>accel_char</p></td>
|
722
|
-
<td class="parameter_description"><p>
|
722
|
+
<td class="parameter_description"><p>address of return location for accelerator char, or <code class="literal">NULL</code>. </p></td>
|
723
723
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
724
724
|
</tr>
|
725
725
|
<tr>
|
726
726
|
<td class="parameter_name"><p>error</p></td>
|
727
|
-
<td class="parameter_description"><p>address of return location for errors, or <
|
727
|
+
<td class="parameter_description"><p>address of return location for errors, or <code class="literal">NULL</code></p></td>
|
728
728
|
<td class="parameter_annotations"> </td>
|
729
729
|
</tr>
|
730
730
|
</tbody>
|
@@ -732,15 +732,15 @@ for <em class="parameter"><code>error</code></em>
|
|
732
732
|
</div>
|
733
733
|
<div class="refsect3">
|
734
734
|
<a name="pango-parse-markup.returns"></a><h4>Returns</h4>
|
735
|
-
<p> <
|
736
|
-
is set, otherwise <
|
735
|
+
<p> <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em>
|
736
|
+
is set, otherwise <code class="literal">TRUE</code></p>
|
737
737
|
</div>
|
738
738
|
</div>
|
739
739
|
<hr>
|
740
740
|
<div class="refsect2">
|
741
741
|
<a name="pango-markup-parser-new"></a><h3>pango_markup_parser_new ()</h3>
|
742
|
-
<pre class="programlisting"><
|
743
|
-
pango_markup_parser_new (<em class="parameter"><code><
|
742
|
+
<pre class="programlisting"><span class="returnvalue">GMarkupParseContext</span> *
|
743
|
+
pango_markup_parser_new (<em class="parameter"><code><span class="type">gunichar</span> accel_marker</code></em>);</pre>
|
744
744
|
<p>Parses marked-up text (see</p>
|
745
745
|
markup format) to create
|
746
746
|
<p>a plain-text string and an attribute list.</p>
|
@@ -756,10 +756,10 @@ when calling <code class="function">finish()</code>. Two <em class="parameter"><
|
|
756
756
|
characters following each
|
757
757
|
other produce a single literal <em class="parameter"><code>accel_marker</code></em>
|
758
758
|
character.</p>
|
759
|
-
<p>To feed markup to the parser, use <
|
760
|
-
on the returned <
|
759
|
+
<p>To feed markup to the parser, use <code class="function">g_markup_parse_context_parse()</code>
|
760
|
+
on the returned <span class="type">GMarkupParseContext</span>. When done with feeding markup
|
761
761
|
to the parser, use <a class="link" href="pango-Text-Attributes.html#pango-markup-parser-finish" title="pango_markup_parser_finish ()"><code class="function">pango_markup_parser_finish()</code></a> to get the data out
|
762
|
-
of it, and then use <
|
762
|
+
of it, and then use <code class="function">g_markup_parse_context_free()</code> to free it.</p>
|
763
763
|
<p>This function is designed for applications that read pango markup
|
764
764
|
from streams. To simply parse a string containing pango markup,
|
765
765
|
the simpler <a class="link" href="pango-Text-Attributes.html#pango-parse-markup" title="pango_parse_markup ()"><code class="function">pango_parse_markup()</code></a> API is recommended instead.</p>
|
@@ -780,8 +780,8 @@ the simpler <a class="link" href="pango-Text-Attributes.html#pango-parse-markup"
|
|
780
780
|
</div>
|
781
781
|
<div class="refsect3">
|
782
782
|
<a name="pango-markup-parser-new.returns"></a><h4>Returns</h4>
|
783
|
-
<p>
|
784
|
-
destroyed with <
|
783
|
+
<p>a <span class="type">GMarkupParseContext</span> that should be
|
784
|
+
destroyed with <code class="function">g_markup_parse_context_free()</code>. </p>
|
785
785
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
786
786
|
</div>
|
787
787
|
<p class="since">Since: <a class="link" href="api-index-1-31-0.html#api-index-1.31.0">1.31.0</a></p>
|
@@ -789,16 +789,16 @@ destroyed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share
|
|
789
789
|
<hr>
|
790
790
|
<div class="refsect2">
|
791
791
|
<a name="pango-markup-parser-finish"></a><h3>pango_markup_parser_finish ()</h3>
|
792
|
-
<pre class="programlisting"><
|
793
|
-
pango_markup_parser_finish (<em class="parameter"><code><
|
792
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
793
|
+
pango_markup_parser_finish (<em class="parameter"><code><span class="type">GMarkupParseContext</span> *context</code></em>,
|
794
794
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> **attr_list</code></em>,
|
795
795
|
<em class="parameter"><code><span class="type">char</span> **text</code></em>,
|
796
|
-
<em class="parameter"><code><
|
797
|
-
<em class="parameter"><code><
|
798
|
-
<p>After feeding a pango markup parser some data with <
|
796
|
+
<em class="parameter"><code><span class="type">gunichar</span> *accel_char</code></em>,
|
797
|
+
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
|
798
|
+
<p>After feeding a pango markup parser some data with <code class="function">g_markup_parse_context_parse()</code>,
|
799
799
|
use this function to get the list of pango attributes and text out of the
|
800
800
|
markup. This function will not free <em class="parameter"><code>context</code></em>
|
801
|
-
, use <
|
801
|
+
, use <code class="function">g_markup_parse_context_free()</code>
|
802
802
|
to do so.</p>
|
803
803
|
<div class="refsect3">
|
804
804
|
<a name="pango-markup-parser-finish.parameters"></a><h4>Parameters</h4>
|
@@ -816,22 +816,22 @@ to do so.</p>
|
|
816
816
|
</tr>
|
817
817
|
<tr>
|
818
818
|
<td class="parameter_name"><p>attr_list</p></td>
|
819
|
-
<td class="parameter_description"><p>
|
819
|
+
<td class="parameter_description"><p>address of return location for a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, or <code class="literal">NULL</code>. </p></td>
|
820
820
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
821
821
|
</tr>
|
822
822
|
<tr>
|
823
823
|
<td class="parameter_name"><p>text</p></td>
|
824
|
-
<td class="parameter_description"><p>
|
824
|
+
<td class="parameter_description"><p>address of return location for text with tags stripped, or <code class="literal">NULL</code>. </p></td>
|
825
825
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
826
826
|
</tr>
|
827
827
|
<tr>
|
828
828
|
<td class="parameter_name"><p>accel_char</p></td>
|
829
|
-
<td class="parameter_description"><p>
|
829
|
+
<td class="parameter_description"><p>address of return location for accelerator char, or <code class="literal">NULL</code>. </p></td>
|
830
830
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
831
831
|
</tr>
|
832
832
|
<tr>
|
833
833
|
<td class="parameter_name"><p>error</p></td>
|
834
|
-
<td class="parameter_description"><p>address of return location for errors, or <
|
834
|
+
<td class="parameter_description"><p>address of return location for errors, or <code class="literal">NULL</code></p></td>
|
835
835
|
<td class="parameter_annotations"> </td>
|
836
836
|
</tr>
|
837
837
|
</tbody>
|
@@ -839,8 +839,8 @@ to do so.</p>
|
|
839
839
|
</div>
|
840
840
|
<div class="refsect3">
|
841
841
|
<a name="pango-markup-parser-finish.returns"></a><h4>Returns</h4>
|
842
|
-
<p> <
|
843
|
-
is set, otherwise <
|
842
|
+
<p> <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em>
|
843
|
+
is set, otherwise <code class="literal">TRUE</code></p>
|
844
844
|
</div>
|
845
845
|
<p class="since">Since: <a class="link" href="api-index-1-31-0.html#api-index-1.31.0">1.31.0</a></p>
|
846
846
|
</div>
|
@@ -848,7 +848,7 @@ is set, otherwise <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/sh
|
|
848
848
|
<div class="refsect2">
|
849
849
|
<a name="pango-attr-type-register"></a><h3>pango_attr_type_register ()</h3>
|
850
850
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttrType" title="enum PangoAttrType"><span class="returnvalue">PangoAttrType</span></a>
|
851
|
-
pango_attr_type_register (<em class="parameter"><code>const <
|
851
|
+
pango_attr_type_register (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
|
852
852
|
<p>Allocate a new attribute type ID. The attribute type name can be accessed
|
853
853
|
later by using <a class="link" href="pango-Text-Attributes.html#pango-attr-type-get-name" title="pango_attr_type_get_name ()"><code class="function">pango_attr_type_get_name()</code></a>.</p>
|
854
854
|
<div class="refsect3">
|
@@ -878,7 +878,7 @@ later by using <a class="link" href="pango-Text-Attributes.html#pango-attr-type-
|
|
878
878
|
pango_attr_type_get_name (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrType" title="enum PangoAttrType"><span class="type">PangoAttrType</span></a> type</code></em>);</pre>
|
879
879
|
<p>Fetches the attribute type name passed in when registering the type using
|
880
880
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-type-register" title="pango_attr_type_register ()"><code class="function">pango_attr_type_register()</code></a>.</p>
|
881
|
-
<p>The returned value is an interned string (see <
|
881
|
+
<p>The returned value is an interned string (see <code class="function">g_intern_string()</code> for what
|
882
882
|
that means) that should not be modified or freed.</p>
|
883
883
|
<div class="refsect3">
|
884
884
|
<a name="pango-attr-type-get-name.parameters"></a><h4>Parameters</h4>
|
@@ -897,8 +897,8 @@ that means) that should not be modified or freed.</p>
|
|
897
897
|
</div>
|
898
898
|
<div class="refsect3">
|
899
899
|
<a name="pango-attr-type-get-name.returns"></a><h4>Returns</h4>
|
900
|
-
<p>
|
901
|
-
<
|
900
|
+
<p>the type ID name (which may be <code class="literal">NULL</code>), or
|
901
|
+
<code class="literal">NULL</code> if <em class="parameter"><code>type</code></em>
|
902
902
|
is a built-in Pango attribute type or invalid. </p>
|
903
903
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
904
904
|
</div>
|
@@ -964,7 +964,7 @@ pango_attribute_copy (<em class="parameter"><code>const <a class="link" href="pa
|
|
964
964
|
</div>
|
965
965
|
<div class="refsect3">
|
966
966
|
<a name="pango-attribute-copy.returns"></a><h4>Returns</h4>
|
967
|
-
<p>
|
967
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
968
968
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
969
969
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
970
970
|
</div>
|
@@ -972,7 +972,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
972
972
|
<hr>
|
973
973
|
<div class="refsect2">
|
974
974
|
<a name="pango-attribute-equal"></a><h3>pango_attribute_equal ()</h3>
|
975
|
-
<pre class="programlisting"><
|
975
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
976
976
|
pango_attribute_equal (<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> *attr1</code></em>,
|
977
977
|
<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> *attr2</code></em>);</pre>
|
978
978
|
<p>Compare two attributes for equality. This compares only the
|
@@ -1002,7 +1002,7 @@ attributes apply to.</p>
|
|
1002
1002
|
</div>
|
1003
1003
|
<div class="refsect3">
|
1004
1004
|
<a name="pango-attribute-equal.returns"></a><h4>Returns</h4>
|
1005
|
-
<p> <
|
1005
|
+
<p> <code class="literal">TRUE</code> if the two attributes have the same value.</p>
|
1006
1006
|
</div>
|
1007
1007
|
</div>
|
1008
1008
|
<hr>
|
@@ -1050,7 +1050,7 @@ pango_attr_language_new (<em class="parameter"><code><a class="link" href="pango
|
|
1050
1050
|
</div>
|
1051
1051
|
<div class="refsect3">
|
1052
1052
|
<a name="pango-attr-language-new.returns"></a><h4>Returns</h4>
|
1053
|
-
<p>
|
1053
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1054
1054
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1055
1055
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1056
1056
|
</div>
|
@@ -1078,7 +1078,7 @@ pango_attr_family_new (<em class="parameter"><code>const <span class="type">char
|
|
1078
1078
|
</div>
|
1079
1079
|
<div class="refsect3">
|
1080
1080
|
<a name="pango-attr-family-new.returns"></a><h4>Returns</h4>
|
1081
|
-
<p>
|
1081
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1082
1082
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1083
1083
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1084
1084
|
</div>
|
@@ -1106,7 +1106,7 @@ pango_attr_style_new (<em class="parameter"><code><a class="link" href="pango-Fo
|
|
1106
1106
|
</div>
|
1107
1107
|
<div class="refsect3">
|
1108
1108
|
<a name="pango-attr-style-new.returns"></a><h4>Returns</h4>
|
1109
|
-
<p>
|
1109
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1110
1110
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1111
1111
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1112
1112
|
</div>
|
@@ -1134,7 +1134,7 @@ pango_attr_variant_new (<em class="parameter"><code><a class="link" href="pango-
|
|
1134
1134
|
</div>
|
1135
1135
|
<div class="refsect3">
|
1136
1136
|
<a name="pango-attr-variant-new.returns"></a><h4>Returns</h4>
|
1137
|
-
<p>
|
1137
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1138
1138
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1139
1139
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1140
1140
|
</div>
|
@@ -1162,7 +1162,7 @@ pango_attr_stretch_new (<em class="parameter"><code><a class="link" href="pango-
|
|
1162
1162
|
</div>
|
1163
1163
|
<div class="refsect3">
|
1164
1164
|
<a name="pango-attr-stretch-new.returns"></a><h4>Returns</h4>
|
1165
|
-
<p>
|
1165
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1166
1166
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1167
1167
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1168
1168
|
</div>
|
@@ -1190,7 +1190,7 @@ pango_attr_weight_new (<em class="parameter"><code><a class="link" href="pango-F
|
|
1190
1190
|
</div>
|
1191
1191
|
<div class="refsect3">
|
1192
1192
|
<a name="pango-attr-weight-new.returns"></a><h4>Returns</h4>
|
1193
|
-
<p>
|
1193
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1194
1194
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1195
1195
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1196
1196
|
</div>
|
@@ -1218,7 +1218,7 @@ pango_attr_size_new (<em class="parameter"><code><span class="type">int</span> s
|
|
1218
1218
|
</div>
|
1219
1219
|
<div class="refsect3">
|
1220
1220
|
<a name="pango-attr-size-new.returns"></a><h4>Returns</h4>
|
1221
|
-
<p>
|
1221
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1222
1222
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1223
1223
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1224
1224
|
</div>
|
@@ -1276,7 +1276,7 @@ and size simultaneously.</p>
|
|
1276
1276
|
</div>
|
1277
1277
|
<div class="refsect3">
|
1278
1278
|
<a name="pango-attr-font-desc-new.returns"></a><h4>Returns</h4>
|
1279
|
-
<p>
|
1279
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1280
1280
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1281
1281
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1282
1282
|
</div>
|
@@ -1285,9 +1285,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1285
1285
|
<div class="refsect2">
|
1286
1286
|
<a name="pango-attr-foreground-new"></a><h3>pango_attr_foreground_new ()</h3>
|
1287
1287
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1288
|
-
pango_attr_foreground_new (<em class="parameter"><code><
|
1289
|
-
<em class="parameter"><code><
|
1290
|
-
<em class="parameter"><code><
|
1288
|
+
pango_attr_foreground_new (<em class="parameter"><code><span class="type">guint16</span> red</code></em>,
|
1289
|
+
<em class="parameter"><code><span class="type">guint16</span> green</code></em>,
|
1290
|
+
<em class="parameter"><code><span class="type">guint16</span> blue</code></em>);</pre>
|
1291
1291
|
<p>Create a new foreground color attribute.</p>
|
1292
1292
|
<div class="refsect3">
|
1293
1293
|
<a name="pango-attr-foreground-new.parameters"></a><h4>Parameters</h4>
|
@@ -1318,7 +1318,7 @@ pango_attr_foreground_new (<em class="parameter"><code><a href="/home/vagrant/ru
|
|
1318
1318
|
</div>
|
1319
1319
|
<div class="refsect3">
|
1320
1320
|
<a name="pango-attr-foreground-new.returns"></a><h4>Returns</h4>
|
1321
|
-
<p>
|
1321
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1322
1322
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1323
1323
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1324
1324
|
</div>
|
@@ -1327,9 +1327,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1327
1327
|
<div class="refsect2">
|
1328
1328
|
<a name="pango-attr-background-new"></a><h3>pango_attr_background_new ()</h3>
|
1329
1329
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1330
|
-
pango_attr_background_new (<em class="parameter"><code><
|
1331
|
-
<em class="parameter"><code><
|
1332
|
-
<em class="parameter"><code><
|
1330
|
+
pango_attr_background_new (<em class="parameter"><code><span class="type">guint16</span> red</code></em>,
|
1331
|
+
<em class="parameter"><code><span class="type">guint16</span> green</code></em>,
|
1332
|
+
<em class="parameter"><code><span class="type">guint16</span> blue</code></em>);</pre>
|
1333
1333
|
<p>Create a new background color attribute.</p>
|
1334
1334
|
<div class="refsect3">
|
1335
1335
|
<a name="pango-attr-background-new.parameters"></a><h4>Parameters</h4>
|
@@ -1360,7 +1360,7 @@ pango_attr_background_new (<em class="parameter"><code><a href="/home/vagrant/ru
|
|
1360
1360
|
</div>
|
1361
1361
|
<div class="refsect3">
|
1362
1362
|
<a name="pango-attr-background-new.returns"></a><h4>Returns</h4>
|
1363
|
-
<p>
|
1363
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1364
1364
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1365
1365
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1366
1366
|
</div>
|
@@ -1369,7 +1369,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1369
1369
|
<div class="refsect2">
|
1370
1370
|
<a name="pango-attr-strikethrough-new"></a><h3>pango_attr_strikethrough_new ()</h3>
|
1371
1371
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1372
|
-
pango_attr_strikethrough_new (<em class="parameter"><code><
|
1372
|
+
pango_attr_strikethrough_new (<em class="parameter"><code><span class="type">gboolean</span> strikethrough</code></em>);</pre>
|
1373
1373
|
<p>Create a new strike-through attribute.</p>
|
1374
1374
|
<div class="refsect3">
|
1375
1375
|
<a name="pango-attr-strikethrough-new.parameters"></a><h4>Parameters</h4>
|
@@ -1381,14 +1381,14 @@ pango_attr_strikethrough_new (<em class="parameter"><code><a href="/home/vagrant
|
|
1381
1381
|
</colgroup>
|
1382
1382
|
<tbody><tr>
|
1383
1383
|
<td class="parameter_name"><p>strikethrough</p></td>
|
1384
|
-
<td class="parameter_description"><p><
|
1384
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if the text should be struck-through.</p></td>
|
1385
1385
|
<td class="parameter_annotations"> </td>
|
1386
1386
|
</tr></tbody>
|
1387
1387
|
</table></div>
|
1388
1388
|
</div>
|
1389
1389
|
<div class="refsect3">
|
1390
1390
|
<a name="pango-attr-strikethrough-new.returns"></a><h4>Returns</h4>
|
1391
|
-
<p>
|
1391
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1392
1392
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1393
1393
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1394
1394
|
</div>
|
@@ -1397,9 +1397,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1397
1397
|
<div class="refsect2">
|
1398
1398
|
<a name="pango-attr-strikethrough-color-new"></a><h3>pango_attr_strikethrough_color_new ()</h3>
|
1399
1399
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1400
|
-
pango_attr_strikethrough_color_new (<em class="parameter"><code><
|
1401
|
-
<em class="parameter"><code><
|
1402
|
-
<em class="parameter"><code><
|
1400
|
+
pango_attr_strikethrough_color_new (<em class="parameter"><code><span class="type">guint16</span> red</code></em>,
|
1401
|
+
<em class="parameter"><code><span class="type">guint16</span> green</code></em>,
|
1402
|
+
<em class="parameter"><code><span class="type">guint16</span> blue</code></em>);</pre>
|
1403
1403
|
<p>Create a new strikethrough color attribute. This attribute
|
1404
1404
|
modifies the color of strikethrough lines. If not set, strikethrough
|
1405
1405
|
lines will use the foreground color.</p>
|
@@ -1432,7 +1432,7 @@ lines will use the foreground color.</p>
|
|
1432
1432
|
</div>
|
1433
1433
|
<div class="refsect3">
|
1434
1434
|
<a name="pango-attr-strikethrough-color-new.returns"></a><h4>Returns</h4>
|
1435
|
-
<p>
|
1435
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1436
1436
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1437
1437
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1438
1438
|
</div>
|
@@ -1461,7 +1461,7 @@ pango_attr_underline_new (<em class="parameter"><code><a class="link" href="pang
|
|
1461
1461
|
</div>
|
1462
1462
|
<div class="refsect3">
|
1463
1463
|
<a name="pango-attr-underline-new.returns"></a><h4>Returns</h4>
|
1464
|
-
<p>
|
1464
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1465
1465
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1466
1466
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1467
1467
|
</div>
|
@@ -1470,9 +1470,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1470
1470
|
<div class="refsect2">
|
1471
1471
|
<a name="pango-attr-underline-color-new"></a><h3>pango_attr_underline_color_new ()</h3>
|
1472
1472
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1473
|
-
pango_attr_underline_color_new (<em class="parameter"><code><
|
1474
|
-
<em class="parameter"><code><
|
1475
|
-
<em class="parameter"><code><
|
1473
|
+
pango_attr_underline_color_new (<em class="parameter"><code><span class="type">guint16</span> red</code></em>,
|
1474
|
+
<em class="parameter"><code><span class="type">guint16</span> green</code></em>,
|
1475
|
+
<em class="parameter"><code><span class="type">guint16</span> blue</code></em>);</pre>
|
1476
1476
|
<p>Create a new underline color attribute. This attribute
|
1477
1477
|
modifies the color of underlines. If not set, underlines
|
1478
1478
|
will use the foreground color.</p>
|
@@ -1505,7 +1505,7 @@ will use the foreground color.</p>
|
|
1505
1505
|
</div>
|
1506
1506
|
<div class="refsect3">
|
1507
1507
|
<a name="pango-attr-underline-color-new.returns"></a><h4>Returns</h4>
|
1508
|
-
<p>
|
1508
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1509
1509
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1510
1510
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1511
1511
|
</div>
|
@@ -1545,7 +1545,7 @@ embedding a picture or a widget inside a <a class="link" href="pango-Layout-Obje
|
|
1545
1545
|
</div>
|
1546
1546
|
<div class="refsect3">
|
1547
1547
|
<a name="pango-attr-shape-new.returns"></a><h4>Returns</h4>
|
1548
|
-
<p>
|
1548
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1549
1549
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1550
1550
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1551
1551
|
</div>
|
@@ -1556,9 +1556,9 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1556
1556
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1557
1557
|
pango_attr_shape_new_with_data (<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoRectangle" title="struct PangoRectangle"><span class="type">PangoRectangle</span></a> *ink_rect</code></em>,
|
1558
1558
|
<em class="parameter"><code>const <a class="link" href="pango-Glyph-Storage.html#PangoRectangle" title="struct PangoRectangle"><span class="type">PangoRectangle</span></a> *logical_rect</code></em>,
|
1559
|
-
<em class="parameter"><code><
|
1559
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>,
|
1560
1560
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrDataCopyFunc" title="PangoAttrDataCopyFunc ()"><span class="type">PangoAttrDataCopyFunc</span></a> copy_func</code></em>,
|
1561
|
-
<em class="parameter"><code><
|
1561
|
+
<em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_func</code></em>);</pre>
|
1562
1562
|
<p>Like <a class="link" href="pango-Text-Attributes.html#pango-attr-shape-new" title="pango_attr_shape_new ()"><code class="function">pango_attr_shape_new()</code></a>, but a user data pointer is also
|
1563
1563
|
provided; this pointer can be accessed when later
|
1564
1564
|
rendering the glyph.</p>
|
@@ -1588,18 +1588,18 @@ rendering the glyph.</p>
|
|
1588
1588
|
</tr>
|
1589
1589
|
<tr>
|
1590
1590
|
<td class="parameter_name"><p>copy_func</p></td>
|
1591
|
-
<td class="parameter_description"><p>
|
1591
|
+
<td class="parameter_description"><p>function to copy <em class="parameter"><code>data</code></em>
|
1592
1592
|
when the
|
1593
|
-
attribute is copied. If <
|
1593
|
+
attribute is copied. If <code class="literal">NULL</code>, <em class="parameter"><code>data</code></em>
|
1594
1594
|
is simply
|
1595
1595
|
copied as a pointer. </p></td>
|
1596
1596
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1597
1597
|
</tr>
|
1598
1598
|
<tr>
|
1599
1599
|
<td class="parameter_name"><p>destroy_func</p></td>
|
1600
|
-
<td class="parameter_description"><p>
|
1600
|
+
<td class="parameter_description"><p>function to free <em class="parameter"><code>data</code></em>
|
1601
1601
|
when the
|
1602
|
-
attribute is freed, or <
|
1602
|
+
attribute is freed, or <code class="literal">NULL</code>. </p></td>
|
1603
1603
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1604
1604
|
</tr>
|
1605
1605
|
</tbody>
|
@@ -1615,8 +1615,8 @@ freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-dest
|
|
1615
1615
|
<hr>
|
1616
1616
|
<div class="refsect2">
|
1617
1617
|
<a name="PangoAttrDataCopyFunc"></a><h3>PangoAttrDataCopyFunc ()</h3>
|
1618
|
-
<pre class="programlisting"><
|
1619
|
-
<span class="c_punctuation">(</span>*PangoAttrDataCopyFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><
|
1618
|
+
<pre class="programlisting"><span class="returnvalue">gpointer</span>
|
1619
|
+
<span class="c_punctuation">(</span>*PangoAttrDataCopyFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gconstpointer</span> user_data</code></em>);</pre>
|
1620
1620
|
<p>Type of a function that can duplicate user data for an attribute.</p>
|
1621
1621
|
<div class="refsect3">
|
1622
1622
|
<a name="PangoAttrDataCopyFunc.parameters"></a><h4>Parameters</h4>
|
@@ -1664,7 +1664,7 @@ affected text will have its size multiplied by <em class="parameter"><code>scale
|
|
1664
1664
|
</div>
|
1665
1665
|
<div class="refsect3">
|
1666
1666
|
<a name="pango-attr-scale-new.returns"></a><h4>Returns</h4>
|
1667
|
-
<p>
|
1667
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1668
1668
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1669
1669
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1670
1670
|
</div>
|
@@ -1693,7 +1693,7 @@ in Pango units. Positive values displace the text upwards.</p></td>
|
|
1693
1693
|
</div>
|
1694
1694
|
<div class="refsect3">
|
1695
1695
|
<a name="pango-attr-rise-new.returns"></a><h4>Returns</h4>
|
1696
|
-
<p>
|
1696
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1697
1697
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1698
1698
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1699
1699
|
</div>
|
@@ -1722,7 +1722,7 @@ of the text, in Pango units.</p></td>
|
|
1722
1722
|
</div>
|
1723
1723
|
<div class="refsect3">
|
1724
1724
|
<a name="pango-attr-letter-spacing-new.returns"></a><h4>Returns</h4>
|
1725
|
-
<p>
|
1725
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1726
1726
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1727
1727
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1728
1728
|
</div>
|
@@ -1732,7 +1732,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1732
1732
|
<div class="refsect2">
|
1733
1733
|
<a name="pango-attr-fallback-new"></a><h3>pango_attr_fallback_new ()</h3>
|
1734
1734
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1735
|
-
pango_attr_fallback_new (<em class="parameter"><code><
|
1735
|
+
pango_attr_fallback_new (<em class="parameter"><code><span class="type">gboolean</span> enable_fallback</code></em>);</pre>
|
1736
1736
|
<p>Create a new font fallback attribute.</p>
|
1737
1737
|
<p>If fallback is disabled, characters will only be used from the
|
1738
1738
|
closest matching font on the system. No fallback will be done to
|
@@ -1748,7 +1748,7 @@ text.</p>
|
|
1748
1748
|
</colgroup>
|
1749
1749
|
<tbody><tr>
|
1750
1750
|
<td class="parameter_name"><p>enable_fallback</p></td>
|
1751
|
-
<td class="parameter_description"><p><
|
1751
|
+
<td class="parameter_description"><p><code class="literal">TRUE</code> if we should fall back on other fonts
|
1752
1752
|
for characters the active font is missing.</p></td>
|
1753
1753
|
<td class="parameter_annotations"> </td>
|
1754
1754
|
</tr></tbody>
|
@@ -1756,7 +1756,7 @@ for characters the active font is missing.</p></td>
|
|
1756
1756
|
</div>
|
1757
1757
|
<div class="refsect3">
|
1758
1758
|
<a name="pango-attr-fallback-new.returns"></a><h4>Returns</h4>
|
1759
|
-
<p>
|
1759
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1760
1760
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1761
1761
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1762
1762
|
</div>
|
@@ -1785,7 +1785,7 @@ pango_attr_gravity_new (<em class="parameter"><code><a class="link" href="pango-
|
|
1785
1785
|
</div>
|
1786
1786
|
<div class="refsect3">
|
1787
1787
|
<a name="pango-attr-gravity-new.returns"></a><h4>Returns</h4>
|
1788
|
-
<p>
|
1788
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1789
1789
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1790
1790
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1791
1791
|
</div>
|
@@ -1814,7 +1814,7 @@ pango_attr_gravity_hint_new (<em class="parameter"><code><a class="link" href="p
|
|
1814
1814
|
</div>
|
1815
1815
|
<div class="refsect3">
|
1816
1816
|
<a name="pango-attr-gravity-hint-new.returns"></a><h4>Returns</h4>
|
1817
|
-
<p>
|
1817
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1818
1818
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1819
1819
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1820
1820
|
</div>
|
@@ -1824,7 +1824,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1824
1824
|
<div class="refsect2">
|
1825
1825
|
<a name="pango-attr-font-features-new"></a><h3>pango_attr_font_features_new ()</h3>
|
1826
1826
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1827
|
-
pango_attr_font_features_new (<em class="parameter"><code>const <
|
1827
|
+
pango_attr_font_features_new (<em class="parameter"><code>const <span class="type">gchar</span> *features</code></em>);</pre>
|
1828
1828
|
<p>Create a new font features tag attribute.</p>
|
1829
1829
|
<div class="refsect3">
|
1830
1830
|
<a name="pango-attr-font-features-new.parameters"></a><h4>Parameters</h4>
|
@@ -1843,7 +1843,7 @@ pango_attr_font_features_new (<em class="parameter"><code>const <a href="/home/v
|
|
1843
1843
|
</div>
|
1844
1844
|
<div class="refsect3">
|
1845
1845
|
<a name="pango-attr-font-features-new.returns"></a><h4>Returns</h4>
|
1846
|
-
<p>
|
1846
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1847
1847
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1848
1848
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1849
1849
|
</div>
|
@@ -1853,7 +1853,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1853
1853
|
<div class="refsect2">
|
1854
1854
|
<a name="pango-attr-foreground-alpha-new"></a><h3>pango_attr_foreground_alpha_new ()</h3>
|
1855
1855
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1856
|
-
pango_attr_foreground_alpha_new (<em class="parameter"><code><
|
1856
|
+
pango_attr_foreground_alpha_new (<em class="parameter"><code><span class="type">guint16</span> alpha</code></em>);</pre>
|
1857
1857
|
<p>Create a new foreground alpha attribute.</p>
|
1858
1858
|
<div class="refsect3">
|
1859
1859
|
<a name="pango-attr-foreground-alpha-new.parameters"></a><h4>Parameters</h4>
|
@@ -1872,7 +1872,7 @@ pango_attr_foreground_alpha_new (<em class="parameter"><code><a href="/home/vagr
|
|
1872
1872
|
</div>
|
1873
1873
|
<div class="refsect3">
|
1874
1874
|
<a name="pango-attr-foreground-alpha-new.returns"></a><h4>Returns</h4>
|
1875
|
-
<p>
|
1875
|
+
<p>the new allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1876
1876
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1877
1877
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1878
1878
|
</div>
|
@@ -1882,7 +1882,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1882
1882
|
<div class="refsect2">
|
1883
1883
|
<a name="pango-attr-background-alpha-new"></a><h3>pango_attr_background_alpha_new ()</h3>
|
1884
1884
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="returnvalue">PangoAttribute</span></a> *
|
1885
|
-
pango_attr_background_alpha_new (<em class="parameter"><code><
|
1885
|
+
pango_attr_background_alpha_new (<em class="parameter"><code><span class="type">guint16</span> alpha</code></em>);</pre>
|
1886
1886
|
<p>Create a new background alpha attribute.</p>
|
1887
1887
|
<div class="refsect3">
|
1888
1888
|
<a name="pango-attr-background-alpha-new.parameters"></a><h4>Parameters</h4>
|
@@ -1901,7 +1901,7 @@ pango_attr_background_alpha_new (<em class="parameter"><code><a href="/home/vagr
|
|
1901
1901
|
</div>
|
1902
1902
|
<div class="refsect3">
|
1903
1903
|
<a name="pango-attr-background-alpha-new.returns"></a><h4>Returns</h4>
|
1904
|
-
<p>
|
1904
|
+
<p>the new allocated <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>,
|
1905
1905
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a>. </p>
|
1906
1906
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1907
1907
|
</div>
|
@@ -1910,7 +1910,7 @@ which should be freed with <a class="link" href="pango-Text-Attributes.html#pang
|
|
1910
1910
|
<hr>
|
1911
1911
|
<div class="refsect2">
|
1912
1912
|
<a name="pango-color-parse"></a><h3>pango_color_parse ()</h3>
|
1913
|
-
<pre class="programlisting"><
|
1913
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1914
1914
|
pango_color_parse (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *color</code></em>,
|
1915
1915
|
<em class="parameter"><code>const <span class="type">char</span> *spec</code></em>);</pre>
|
1916
1916
|
<p>Fill in the fields of a color from a string specification. The
|
@@ -1932,8 +1932,8 @@ forms is '#fff' '#ffffff' '#fffffffff' and '#ffffffffffff')</p>
|
|
1932
1932
|
<tbody>
|
1933
1933
|
<tr>
|
1934
1934
|
<td class="parameter_name"><p>color</p></td>
|
1935
|
-
<td class="parameter_description"><p>
|
1936
|
-
result, or <
|
1935
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> structure in which to store the
|
1936
|
+
result, or <code class="literal">NULL</code>. </p></td>
|
1937
1937
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1938
1938
|
</tr>
|
1939
1939
|
<tr>
|
@@ -1946,7 +1946,7 @@ result, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk
|
|
1946
1946
|
</div>
|
1947
1947
|
<div class="refsect3">
|
1948
1948
|
<a name="pango-color-parse.returns"></a><h4>Returns</h4>
|
1949
|
-
<p> <
|
1949
|
+
<p> <code class="literal">TRUE</code> if parsing of the specifier succeeded,
|
1950
1950
|
otherwise false.</p>
|
1951
1951
|
</div>
|
1952
1952
|
</div>
|
@@ -1970,17 +1970,17 @@ by assignment in C).</p>
|
|
1970
1970
|
</colgroup>
|
1971
1971
|
<tbody><tr>
|
1972
1972
|
<td class="parameter_name"><p>src</p></td>
|
1973
|
-
<td class="parameter_description"><p>
|
1973
|
+
<td class="parameter_description"><p>color to copy, may be <code class="literal">NULL</code>. </p></td>
|
1974
1974
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
1975
1975
|
</tr></tbody>
|
1976
1976
|
</table></div>
|
1977
1977
|
</div>
|
1978
1978
|
<div class="refsect3">
|
1979
1979
|
<a name="pango-color-copy.returns"></a><h4>Returns</h4>
|
1980
|
-
<p>
|
1981
|
-
should be freed with <a class="link" href="pango-Text-Attributes.html#pango-color-free" title="pango_color_free ()"><code class="function">pango_color_free()</code></a>, or <
|
1980
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>, which
|
1981
|
+
should be freed with <a class="link" href="pango-Text-Attributes.html#pango-color-free" title="pango_color_free ()"><code class="function">pango_color_free()</code></a>, or <code class="literal">NULL</code> if
|
1982
1982
|
<em class="parameter"><code>src</code></em>
|
1983
|
-
was <
|
1983
|
+
was <code class="literal">NULL</code>. </p>
|
1984
1984
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
1985
1985
|
</div>
|
1986
1986
|
</div>
|
@@ -2000,7 +2000,7 @@ pango_color_free (<em class="parameter"><code><a class="link" href="pango-Text-A
|
|
2000
2000
|
</colgroup>
|
2001
2001
|
<tbody><tr>
|
2002
2002
|
<td class="parameter_name"><p>color</p></td>
|
2003
|
-
<td class="parameter_description"><p>
|
2003
|
+
<td class="parameter_description"><p>an allocated <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>, may be <code class="literal">NULL</code>. </p></td>
|
2004
2004
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2005
2005
|
</tr></tbody>
|
2006
2006
|
</table></div>
|
@@ -2009,7 +2009,7 @@ pango_color_free (<em class="parameter"><code><a class="link" href="pango-Text-A
|
|
2009
2009
|
<hr>
|
2010
2010
|
<div class="refsect2">
|
2011
2011
|
<a name="pango-color-to-string"></a><h3>pango_color_to_string ()</h3>
|
2012
|
-
<pre class="programlisting"><
|
2012
|
+
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
2013
2013
|
pango_color_to_string (<em class="parameter"><code>const <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a> *color</code></em>);</pre>
|
2014
2014
|
<p>Returns a textual specification of <em class="parameter"><code>color</code></em>
|
2015
2015
|
in the hexadecimal form
|
@@ -2033,7 +2033,7 @@ the red, green, and blue components respectively.</p>
|
|
2033
2033
|
</div>
|
2034
2034
|
<div class="refsect3">
|
2035
2035
|
<a name="pango-color-to-string.returns"></a><h4>Returns</h4>
|
2036
|
-
<p> a newly-allocated text string that must be freed with <
|
2036
|
+
<p> a newly-allocated text string that must be freed with <code class="function">g_free()</code>.</p>
|
2037
2037
|
</div>
|
2038
2038
|
<p class="since">Since: <a class="link" href="api-index-1-16.html#api-index-1.16">1.16</a></p>
|
2039
2039
|
</div>
|
@@ -2045,7 +2045,7 @@ pango_attr_list_new (<em class="parameter"><code><span class="type">void</span><
|
|
2045
2045
|
<p>Create a new empty attribute list with a reference count of one.</p>
|
2046
2046
|
<div class="refsect3">
|
2047
2047
|
<a name="pango-attr-list-new.returns"></a><h4>Returns</h4>
|
2048
|
-
<p>
|
2048
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>,
|
2049
2049
|
which should be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-list-unref" title="pango_attr_list_unref ()"><code class="function">pango_attr_list_unref()</code></a>. </p>
|
2050
2050
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2051
2051
|
</div>
|
@@ -2066,7 +2066,7 @@ pango_attr_list_ref (<em class="parameter"><code><a class="link" href="pango-Tex
|
|
2066
2066
|
</colgroup>
|
2067
2067
|
<tbody><tr>
|
2068
2068
|
<td class="parameter_name"><p>list</p></td>
|
2069
|
-
<td class="parameter_description"><p>
|
2069
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <code class="literal">NULL</code>. </p></td>
|
2070
2070
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2071
2071
|
</tr></tbody>
|
2072
2072
|
</table></div>
|
@@ -2095,7 +2095,7 @@ it contains.</p>
|
|
2095
2095
|
</colgroup>
|
2096
2096
|
<tbody><tr>
|
2097
2097
|
<td class="parameter_name"><p>list</p></td>
|
2098
|
-
<td class="parameter_description"><p>
|
2098
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <code class="literal">NULL</code>. </p></td>
|
2099
2099
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2100
2100
|
</tr></tbody>
|
2101
2101
|
</table></div>
|
@@ -2118,18 +2118,18 @@ pango_attr_list_copy (<em class="parameter"><code><a class="link" href="pango-Te
|
|
2118
2118
|
</colgroup>
|
2119
2119
|
<tbody><tr>
|
2120
2120
|
<td class="parameter_name"><p>list</p></td>
|
2121
|
-
<td class="parameter_description"><p>
|
2121
|
+
<td class="parameter_description"><p>a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, may be <code class="literal">NULL</code>. </p></td>
|
2122
2122
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
2123
2123
|
</tr></tbody>
|
2124
2124
|
</table></div>
|
2125
2125
|
</div>
|
2126
2126
|
<div class="refsect3">
|
2127
2127
|
<a name="pango-attr-list-copy.returns"></a><h4>Returns</h4>
|
2128
|
-
<p>
|
2128
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>, with a
|
2129
2129
|
reference count of one, which should
|
2130
2130
|
be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-list-unref" title="pango_attr_list_unref ()"><code class="function">pango_attr_list_unref()</code></a>.
|
2131
|
-
Returns <
|
2132
|
-
was <
|
2131
|
+
Returns <code class="literal">NULL</code> if <em class="parameter"><code>list</code></em>
|
2132
|
+
was <code class="literal">NULL</code>. </p>
|
2133
2133
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2134
2134
|
</div>
|
2135
2135
|
</div>
|
@@ -2159,7 +2159,7 @@ be inserted after all other attributes with a matching
|
|
2159
2159
|
</tr>
|
2160
2160
|
<tr>
|
2161
2161
|
<td class="parameter_name"><p>attr</p></td>
|
2162
|
-
<td class="parameter_description"><p>
|
2162
|
+
<td class="parameter_description"><p>the attribute to insert. Ownership of this
|
2163
2163
|
value is assumed by the list. </p></td>
|
2164
2164
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
2165
2165
|
</tr>
|
@@ -2193,7 +2193,7 @@ be inserted before all other attributes with a matching
|
|
2193
2193
|
</tr>
|
2194
2194
|
<tr>
|
2195
2195
|
<td class="parameter_name"><p>attr</p></td>
|
2196
|
-
<td class="parameter_description"><p>
|
2196
|
+
<td class="parameter_description"><p>the attribute to insert. Ownership of this
|
2197
2197
|
value is assumed by the list. </p></td>
|
2198
2198
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
2199
2199
|
</tr>
|
@@ -2231,7 +2231,7 @@ since it never removes or combines existing attributes.</p>
|
|
2231
2231
|
</tr>
|
2232
2232
|
<tr>
|
2233
2233
|
<td class="parameter_name"><p>attr</p></td>
|
2234
|
-
<td class="parameter_description"><p>
|
2234
|
+
<td class="parameter_description"><p>the attribute to insert. Ownership of this
|
2235
2235
|
value is assumed by the list. </p></td>
|
2236
2236
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
|
2237
2237
|
</tr>
|
@@ -2245,8 +2245,8 @@ value is assumed by the list. </p></td>
|
|
2245
2245
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2246
2246
|
pango_attr_list_splice (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>,
|
2247
2247
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *other</code></em>,
|
2248
|
-
<em class="parameter"><code><
|
2249
|
-
<em class="parameter"><code><
|
2248
|
+
<em class="parameter"><code><span class="type">gint</span> pos</code></em>,
|
2249
|
+
<em class="parameter"><code><span class="type">gint</span> len</code></em>);</pre>
|
2250
2250
|
<p>This function opens up a hole in <em class="parameter"><code>list</code></em>
|
2251
2251
|
, fills it in with attributes from
|
2252
2252
|
the left, and then merges <em class="parameter"><code>other</code></em>
|
@@ -2305,11 +2305,11 @@ may only be present at some subsection of this range)</p></td>
|
|
2305
2305
|
<pre class="programlisting"><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> *
|
2306
2306
|
pango_attr_list_filter (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *list</code></em>,
|
2307
2307
|
<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrFilterFunc" title="PangoAttrFilterFunc ()"><span class="type">PangoAttrFilterFunc</span></a> func</code></em>,
|
2308
|
-
<em class="parameter"><code><
|
2308
|
+
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
2309
2309
|
<p>Given a <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> and callback function, removes any elements
|
2310
2310
|
of <em class="parameter"><code>list</code></em>
|
2311
2311
|
for which <em class="parameter"><code>func</code></em>
|
2312
|
-
returns <
|
2312
|
+
returns <code class="literal">TRUE</code> and inserts them into
|
2313
2313
|
a new list.</p>
|
2314
2314
|
<div class="refsect3">
|
2315
2315
|
<a name="pango-attr-list-filter.parameters"></a><h4>Parameters</h4>
|
@@ -2327,13 +2327,13 @@ a new list.</p>
|
|
2327
2327
|
</tr>
|
2328
2328
|
<tr>
|
2329
2329
|
<td class="parameter_name"><p>func</p></td>
|
2330
|
-
<td class="parameter_description"><p>
|
2330
|
+
<td class="parameter_description"><p>callback function; returns <code class="literal">TRUE</code>
|
2331
2331
|
if an attribute should be filtered out. </p></td>
|
2332
2332
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>][<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> data]</span></td>
|
2333
2333
|
</tr>
|
2334
2334
|
<tr>
|
2335
2335
|
<td class="parameter_name"><p>data</p></td>
|
2336
|
-
<td class="parameter_description"><p>
|
2336
|
+
<td class="parameter_description"><p>Data to be passed to <em class="parameter"><code>func</code></em>
|
2337
2337
|
. </p></td>
|
2338
2338
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
2339
2339
|
</tr>
|
@@ -2342,8 +2342,8 @@ if an attribute should be filtered out. </p></td>
|
|
2342
2342
|
</div>
|
2343
2343
|
<div class="refsect3">
|
2344
2344
|
<a name="pango-attr-list-filter.returns"></a><h4>Returns</h4>
|
2345
|
-
<p>
|
2346
|
-
<
|
2345
|
+
<p>the new <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> or
|
2346
|
+
<code class="literal">NULL</code> if no attributes of the given types were found. </p>
|
2347
2347
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2348
2348
|
</div>
|
2349
2349
|
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
@@ -2351,9 +2351,9 @@ if an attribute should be filtered out. </p></td>
|
|
2351
2351
|
<hr>
|
2352
2352
|
<div class="refsect2">
|
2353
2353
|
<a name="PangoAttrFilterFunc"></a><h3>PangoAttrFilterFunc ()</h3>
|
2354
|
-
<pre class="programlisting"><
|
2354
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
2355
2355
|
<span class="c_punctuation">(</span>*PangoAttrFilterFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a> *attribute</code></em>,
|
2356
|
-
<em class="parameter"><code><
|
2356
|
+
<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
|
2357
2357
|
<p>Type of a function filtering a list of attributes.</p>
|
2358
2358
|
<div class="refsect3">
|
2359
2359
|
<a name="PangoAttrFilterFunc.parameters"></a><h4>Parameters</h4>
|
@@ -2379,8 +2379,8 @@ if an attribute should be filtered out. </p></td>
|
|
2379
2379
|
</div>
|
2380
2380
|
<div class="refsect3">
|
2381
2381
|
<a name="PangoAttrFilterFunc.returns"></a><h4>Returns</h4>
|
2382
|
-
<p> <
|
2383
|
-
filtering, <
|
2382
|
+
<p> <code class="literal">TRUE</code> if the attribute should be selected for
|
2383
|
+
filtering, <code class="literal">FALSE</code> otherwise.</p>
|
2384
2384
|
</div>
|
2385
2385
|
</div>
|
2386
2386
|
<hr>
|
@@ -2408,7 +2408,7 @@ pango_attr_list_get_iterator (<em class="parameter"><code><a class="link" href="
|
|
2408
2408
|
</div>
|
2409
2409
|
<div class="refsect3">
|
2410
2410
|
<a name="pango-attr-list-get-iterator.returns"></a><h4>Returns</h4>
|
2411
|
-
<p>
|
2411
|
+
<p>the newly allocated <a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a>, which should
|
2412
2412
|
be freed with <a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-destroy" title="pango_attr_iterator_destroy ()"><code class="function">pango_attr_iterator_destroy()</code></a>. </p>
|
2413
2413
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2414
2414
|
</div>
|
@@ -2436,7 +2436,7 @@ pango_attr_iterator_copy (<em class="parameter"><code><a class="link" href="pang
|
|
2436
2436
|
</div>
|
2437
2437
|
<div class="refsect3">
|
2438
2438
|
<a name="pango-attr-iterator-copy.returns"></a><h4>Returns</h4>
|
2439
|
-
<p>
|
2439
|
+
<p>the newly allocated
|
2440
2440
|
<a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a>, which should be freed with
|
2441
2441
|
<a class="link" href="pango-Text-Attributes.html#pango-attr-iterator-destroy" title="pango_attr_iterator_destroy ()"><code class="function">pango_attr_iterator_destroy()</code></a>. </p>
|
2442
2442
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2445,7 +2445,7 @@ pango_attr_iterator_copy (<em class="parameter"><code><a class="link" href="pang
|
|
2445
2445
|
<hr>
|
2446
2446
|
<div class="refsect2">
|
2447
2447
|
<a name="pango-attr-iterator-next"></a><h3>pango_attr_iterator_next ()</h3>
|
2448
|
-
<pre class="programlisting"><
|
2448
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
2449
2449
|
pango_attr_iterator_next (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>);</pre>
|
2450
2450
|
<p>Advance the iterator until the next change of style.</p>
|
2451
2451
|
<div class="refsect3">
|
@@ -2465,7 +2465,7 @@ pango_attr_iterator_next (<em class="parameter"><code><a class="link" href="pang
|
|
2465
2465
|
</div>
|
2466
2466
|
<div class="refsect3">
|
2467
2467
|
<a name="pango-attr-iterator-next.returns"></a><h4>Returns</h4>
|
2468
|
-
<p> <
|
2468
|
+
<p> <code class="literal">FALSE</code> if the iterator is at the end of the list, otherwise <code class="literal">TRUE</code></p>
|
2469
2469
|
</div>
|
2470
2470
|
</div>
|
2471
2471
|
<hr>
|
@@ -2473,13 +2473,13 @@ pango_attr_iterator_next (<em class="parameter"><code><a class="link" href="pang
|
|
2473
2473
|
<a name="pango-attr-iterator-range"></a><h3>pango_attr_iterator_range ()</h3>
|
2474
2474
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2475
2475
|
pango_attr_iterator_range (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>,
|
2476
|
-
<em class="parameter"><code><
|
2477
|
-
<em class="parameter"><code><
|
2476
|
+
<em class="parameter"><code><span class="type">gint</span> *start</code></em>,
|
2477
|
+
<em class="parameter"><code><span class="type">gint</span> *end</code></em>);</pre>
|
2478
2478
|
<p>Get the range of the current segment. Note that the
|
2479
2479
|
stored return values are signed, not unsigned like
|
2480
2480
|
the values in <a class="link" href="pango-Text-Attributes.html#PangoAttribute" title="struct PangoAttribute"><span class="type">PangoAttribute</span></a>. To deal with this API
|
2481
2481
|
oversight, stored return values that wouldn't fit into
|
2482
|
-
a signed integer are clamped to <
|
2482
|
+
a signed integer are clamped to <code class="literal">G_MAXINT</code>.</p>
|
2483
2483
|
<div class="refsect3">
|
2484
2484
|
<a name="pango-attr-iterator-range.parameters"></a><h4>Parameters</h4>
|
2485
2485
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2496,12 +2496,12 @@ a signed integer are clamped to <a href="/home/vagrant/ruby-gnome2.win32/glib2/v
|
|
2496
2496
|
</tr>
|
2497
2497
|
<tr>
|
2498
2498
|
<td class="parameter_name"><p>start</p></td>
|
2499
|
-
<td class="parameter_description"><p>
|
2499
|
+
<td class="parameter_description"><p>location to store the start of the range. </p></td>
|
2500
2500
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2501
2501
|
</tr>
|
2502
2502
|
<tr>
|
2503
2503
|
<td class="parameter_name"><p>end</p></td>
|
2504
|
-
<td class="parameter_description"><p>
|
2504
|
+
<td class="parameter_description"><p>location to store the end of the range. </p></td>
|
2505
2505
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
2506
2506
|
</tr>
|
2507
2507
|
</tbody>
|
@@ -2542,8 +2542,8 @@ is used.</p>
|
|
2542
2542
|
</div>
|
2543
2543
|
<div class="refsect3">
|
2544
2544
|
<a name="pango-attr-iterator-get.returns"></a><h4>Returns</h4>
|
2545
|
-
<p>
|
2546
|
-
or <
|
2545
|
+
<p>the current attribute of the given type,
|
2546
|
+
or <code class="literal">NULL</code> if no attribute of that type applies to the
|
2547
2547
|
current location. </p>
|
2548
2548
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
|
2549
2549
|
</div>
|
@@ -2555,7 +2555,7 @@ current location. </p>
|
|
2555
2555
|
pango_attr_iterator_get_font (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>,
|
2556
2556
|
<em class="parameter"><code><a class="link" href="pango-Fonts.html#PangoFontDescription"><span class="type">PangoFontDescription</span></a> *desc</code></em>,
|
2557
2557
|
<em class="parameter"><code><a class="link" href="pango-Scripts-and-Languages.html#PangoLanguage"><span class="type">PangoLanguage</span></a> **language</code></em>,
|
2558
|
-
<em class="parameter"><code><
|
2558
|
+
<em class="parameter"><code><span class="type">GSList</span> **extra_attrs</code></em>);</pre>
|
2559
2559
|
<p>Get the font and other attributes at the current iterator position.</p>
|
2560
2560
|
<div class="refsect3">
|
2561
2561
|
<a name="pango-attr-iterator-get-font.parameters"></a><h4>Parameters</h4>
|
@@ -2583,13 +2583,13 @@ so if you plan to keep it around, you must call:
|
|
2583
2583
|
</tr>
|
2584
2584
|
<tr>
|
2585
2585
|
<td class="parameter_name"><p>language</p></td>
|
2586
|
-
<td class="parameter_description"><p>
|
2586
|
+
<td class="parameter_description"><p>if non-<code class="literal">NULL</code>, location to store language tag for item, or <code class="literal">NULL</code>
|
2587
2587
|
if none is found. </p></td>
|
2588
2588
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2589
2589
|
</tr>
|
2590
2590
|
<tr>
|
2591
2591
|
<td class="parameter_name"><p>extra_attrs</p></td>
|
2592
|
-
<td class="parameter_description"><p>
|
2592
|
+
<td class="parameter_description"><p>if non-<code class="literal">NULL</code>,
|
2593
2593
|
location in which to store a list of non-font
|
2594
2594
|
attributes at the the current position; only the highest priority
|
2595
2595
|
value of each attribute will be added to this list. In order
|
@@ -2604,7 +2604,7 @@ each member. </p></td>
|
|
2604
2604
|
<hr>
|
2605
2605
|
<div class="refsect2">
|
2606
2606
|
<a name="pango-attr-iterator-get-attrs"></a><h3>pango_attr_iterator_get_attrs ()</h3>
|
2607
|
-
<pre class="programlisting"><
|
2607
|
+
<pre class="programlisting"><span class="returnvalue">GSList</span> *
|
2608
2608
|
pango_attr_iterator_get_attrs (<em class="parameter"><code><a class="link" href="pango-Text-Attributes.html#PangoAttrIterator" title="PangoAttrIterator"><span class="type">PangoAttrIterator</span></a> *iterator</code></em>);</pre>
|
2609
2609
|
<p>Gets a list of all attributes at the current position of the
|
2610
2610
|
iterator.</p>
|
@@ -2625,10 +2625,10 @@ iterator.</p>
|
|
2625
2625
|
</div>
|
2626
2626
|
<div class="refsect3">
|
2627
2627
|
<a name="pango-attr-iterator-get-attrs.returns"></a><h4>Returns</h4>
|
2628
|
-
<p>
|
2628
|
+
<p>a list of
|
2629
2629
|
all attributes for the current range.
|
2630
2630
|
To free this value, call <a class="link" href="pango-Text-Attributes.html#pango-attribute-destroy" title="pango_attribute_destroy ()"><code class="function">pango_attribute_destroy()</code></a> on
|
2631
|
-
each value and <
|
2631
|
+
each value and <code class="function">g_slist_free()</code> on the list. </p>
|
2632
2632
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Pango.Attribute][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
2633
2633
|
</div>
|
2634
2634
|
<p class="since">Since: <a class="link" href="api-index-1-2.html#api-index-1.2">1.2</a></p>
|
@@ -2928,7 +2928,7 @@ attributes. Particular types of attributes include this structure
|
|
2928
2928
|
as their initial portion. The common portion of the attribute holds
|
2929
2929
|
the range to which the value in the type-specific part of the attribute
|
2930
2930
|
applies and should be initialized using <a class="link" href="pango-Text-Attributes.html#pango-attribute-init" title="pango_attribute_init ()"><code class="function">pango_attribute_init()</code></a>.
|
2931
|
-
By default an attribute will have an all-inclusive range of [0,<
|
2931
|
+
By default an attribute will have an all-inclusive range of [0,<code class="literal">G_MAXUINT</code>].</p>
|
2932
2932
|
<div class="refsect3">
|
2933
2933
|
<a name="PangoAttribute.members"></a><h4>Members</h4>
|
2934
2934
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -2944,12 +2944,12 @@ By default an attribute will have an all-inclusive range of [0,<a href="/home/va
|
|
2944
2944
|
<td class="struct_member_annotations"> </td>
|
2945
2945
|
</tr>
|
2946
2946
|
<tr>
|
2947
|
-
<td class="struct_member_name"><p><
|
2947
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoAttribute.start-index"></a>start_index</code></em>;</p></td>
|
2948
2948
|
<td class="struct_member_description"><p>the start index of the range (in bytes).</p></td>
|
2949
2949
|
<td class="struct_member_annotations"> </td>
|
2950
2950
|
</tr>
|
2951
2951
|
<tr>
|
2952
|
-
<td class="struct_member_name"><p><
|
2952
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoAttribute.end-index"></a>end_index</code></em>;</p></td>
|
2953
2953
|
<td class="struct_member_description"><p>end index of the range (in bytes). The character at this index
|
2954
2954
|
is not included in the range.</p></td>
|
2955
2955
|
<td class="struct_member_annotations"> </td>
|
@@ -3214,7 +3214,7 @@ impose shape restrictions.</p>
|
|
3214
3214
|
<td class="struct_member_annotations"> </td>
|
3215
3215
|
</tr>
|
3216
3216
|
<tr>
|
3217
|
-
<td class="struct_member_name"><p><
|
3217
|
+
<td class="struct_member_name"><p><span class="type">gpointer</span> <em class="structfield"><code><a name="PangoAttrShape.data"></a>data</code></em>;</p></td>
|
3218
3218
|
<td class="struct_member_description"><p>user data set (see <a class="link" href="pango-Text-Attributes.html#pango-attr-shape-new-with-data" title="pango_attr_shape_new_with_data ()"><code class="function">pango_attr_shape_new_with_data()</code></a>)</p></td>
|
3219
3219
|
<td class="struct_member_annotations"> </td>
|
3220
3220
|
</tr>
|
@@ -3224,7 +3224,7 @@ impose shape restrictions.</p>
|
|
3224
3224
|
<td class="struct_member_annotations"> </td>
|
3225
3225
|
</tr>
|
3226
3226
|
<tr>
|
3227
|
-
<td class="struct_member_name"><p><
|
3227
|
+
<td class="struct_member_name"><p><span class="type">GDestroyNotify</span> <em class="structfield"><code><a name="PangoAttrShape.destroy-func"></a>destroy_func</code></em>;</p></td>
|
3228
3228
|
<td class="struct_member_description"><p>destroy function for the user data</p></td>
|
3229
3229
|
<td class="struct_member_annotations"> </td>
|
3230
3230
|
</tr>
|
@@ -3264,11 +3264,11 @@ set font size.</p>
|
|
3264
3264
|
<td class="struct_member_annotations"> </td>
|
3265
3265
|
</tr>
|
3266
3266
|
<tr>
|
3267
|
-
<td class="struct_member_name"><p><
|
3267
|
+
<td class="struct_member_name"><p><span class="type">guint</span> <em class="structfield"><code><a name="PangoAttrSize.absolute"></a>absolute</code></em> : 1;</p></td>
|
3268
3268
|
<td class="struct_member_description"><p>whether the font size is in device units or points.
|
3269
3269
|
This field is only present for compatibility with Pango-1.8.0
|
3270
3270
|
(<a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-ABSOLUTE-SIZE:CAPS"><code class="literal">PANGO_ATTR_ABSOLUTE_SIZE</code></a> was added in 1.8.1); and always will
|
3271
|
-
be <
|
3271
|
+
be <code class="literal">FALSE</code> for <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-SIZE:CAPS"><code class="literal">PANGO_ATTR_SIZE</code></a> and <code class="literal">TRUE</code> for <a class="link" href="pango-Text-Attributes.html#PANGO-ATTR-ABSOLUTE-SIZE:CAPS"><code class="literal">PANGO_ATTR_ABSOLUTE_SIZE</code></a>.</p></td>
|
3272
3272
|
<td class="struct_member_annotations"> </td>
|
3273
3273
|
</tr>
|
3274
3274
|
</tbody>
|
@@ -3300,7 +3300,7 @@ font features as an attribute.</p>
|
|
3300
3300
|
<td class="struct_member_annotations"> </td>
|
3301
3301
|
</tr>
|
3302
3302
|
<tr>
|
3303
|
-
<td class="struct_member_name"><p><
|
3303
|
+
<td class="struct_member_name"><p><span class="type">gchar</span> *<em class="structfield"><code><a name="PangoAttrFontFeatures.features"></a>features</code></em>;</p></td>
|
3304
3304
|
<td class="struct_member_description"><p>the featues, as a string in CSS syntax</p></td>
|
3305
3305
|
<td class="struct_member_annotations"> </td>
|
3306
3306
|
</tr>
|
@@ -3448,17 +3448,17 @@ represent a color in an uncalibrated RGB color-space.</p>
|
|
3448
3448
|
</colgroup>
|
3449
3449
|
<tbody>
|
3450
3450
|
<tr>
|
3451
|
-
<td class="struct_member_name"><p><
|
3451
|
+
<td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="PangoColor-struct.red"></a>red</code></em>;</p></td>
|
3452
3452
|
<td class="struct_member_description"><p>value of red component</p></td>
|
3453
3453
|
<td class="struct_member_annotations"> </td>
|
3454
3454
|
</tr>
|
3455
3455
|
<tr>
|
3456
|
-
<td class="struct_member_name"><p><
|
3456
|
+
<td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="PangoColor-struct.green"></a>green</code></em>;</p></td>
|
3457
3457
|
<td class="struct_member_description"><p>value of green component</p></td>
|
3458
3458
|
<td class="struct_member_annotations"> </td>
|
3459
3459
|
</tr>
|
3460
3460
|
<tr>
|
3461
|
-
<td class="struct_member_name"><p><
|
3461
|
+
<td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="PangoColor-struct.blue"></a>blue</code></em>;</p></td>
|
3462
3462
|
<td class="struct_member_description"><p>value of blue component</p></td>
|
3463
3463
|
<td class="struct_member_annotations"> </td>
|
3464
3464
|
</tr>
|
@@ -3471,7 +3471,7 @@ represent a color in an uncalibrated RGB color-space.</p>
|
|
3471
3471
|
<a name="PANGO-TYPE-COLOR:CAPS"></a><h3>PANGO_TYPE_COLOR</h3>
|
3472
3472
|
<pre class="programlisting">#define PANGO_TYPE_COLOR pango_color_get_type ()
|
3473
3473
|
</pre>
|
3474
|
-
<p>The <
|
3474
|
+
<p>The <span class="type">GObject</span> type for <a class="link" href="pango-Text-Attributes.html#PangoColor"><span class="type">PangoColor</span></a>.</p>
|
3475
3475
|
</div>
|
3476
3476
|
<hr>
|
3477
3477
|
<div class="refsect2">
|
@@ -3492,7 +3492,7 @@ for more than one paragraph of text.</p>
|
|
3492
3492
|
<a name="PANGO-TYPE-ATTR-LIST:CAPS"></a><h3>PANGO_TYPE_ATTR_LIST</h3>
|
3493
3493
|
<pre class="programlisting">#define PANGO_TYPE_ATTR_LIST pango_attr_list_get_type ()
|
3494
3494
|
</pre>
|
3495
|
-
<p>The <
|
3495
|
+
<p>The <span class="type">GObject</span> type for <a class="link" href="pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>.</p>
|
3496
3496
|
</div>
|
3497
3497
|
<hr>
|
3498
3498
|
<div class="refsect2">
|
@@ -3509,6 +3509,6 @@ attributes currently in effect can be queried.</p>
|
|
3509
3509
|
</div>
|
3510
3510
|
</div>
|
3511
3511
|
<div class="footer">
|
3512
|
-
<hr>Generated by GTK-Doc V1.
|
3512
|
+
<hr>Generated by GTK-Doc V1.27</div>
|
3513
3513
|
</body>
|
3514
3514
|
</html>
|