Skip to content

Commit dbc87a6

Browse files
committed
deploy: a93a100
1 parent a5eb9f8 commit dbc87a6

File tree

13,287 files changed

+1281922
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,287 files changed

+1281922
-0
lines changed

stable/0.21/docs/.lock

Whitespace-only changes.

stable/0.21/docs/cairo/all.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="List of all items in this crate"><title>List of all items in this crate</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-aa0817cf.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="cairo" data-themes="" data-resource-suffix="" data-rustdoc-version="1.90.0-nightly (a00149764 2025-07-14)" data-channel="nightly" data-search-js="search-179e01a3.js" data-settings-js="settings-5514c975.js" ><script src="../static.files/storage-4e99c027.js"></script><script defer src="../static.files/main-673ee1e0.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-32bb7600.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]-->
2+
<script type="text/javascript">
3+
document.addEventListener("DOMContentLoaded", checkDocsLatestStable);
4+
5+
function checkDocsLatestStable() {
6+
function popup(msg, url) { return `
7+
<style scoped="scoped">
8+
.popup {
9+
max-width: 16em;
10+
background-color: #fff;
11+
position: fixed;
12+
z-index: 1;
13+
margin-left: auto;
14+
bottom: 1em;
15+
right: 1em;
16+
border-radius: 5px;
17+
box-shadow: 1px 1px 4px #777;
18+
}
19+
20+
.popup a.version {
21+
color: #e57300;
22+
padding: 0.6em 1em;
23+
display: block;
24+
}
25+
.popup a.version:hover {
26+
color: #b25900;
27+
}
28+
29+
.popup a.close {
30+
color: white;
31+
background: grey;
32+
border-radius: 99px;
33+
display: inline-block;
34+
width: 19px;
35+
line-height: 19px;
36+
font-weight: bold;
37+
text-align: center;
38+
margin: 0.6em;
39+
float: right;
40+
}
41+
.popup a.close:hover {
42+
background: black;
43+
}
44+
</style>
45+
<section class="popup" id="gir_docs_popup">
46+
<a class="close" href="#" onclick="document.getElementById('gir_docs_popup').remove(); return false">×</a>
47+
<a class="version" href="https://gtk-rs.org/gtk-rs-core/stable/latest/docs">
48+
${msg}
49+
</a>
50+
</section>
51+
` };
52+
53+
if ("0.21" == "main") {
54+
document.body.insertAdjacentHTML(
55+
'beforeend',
56+
popup("This is the development version. Go to latest stable version.", "stable/latest")
57+
);
58+
} else {
59+
fetch('https://gtk-rs.org/gtk-rs-core/LATEST_RELEASE_BRANCH')
60+
.then(response => response.text())
61+
.then(latest_branch => {
62+
if (latest_branch.trim() != "0.21") {
63+
document.body.insertAdjacentHTML(
64+
'beforeend',
65+
popup("This version is outdated. Go to latest version.", "stable/latest")
66+
);
67+
}
68+
});
69+
}
70+
}
71+
</script>
72+
73+
74+
<nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../cairo/index.html">cairo</a><span class="version">0.21.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h3><a href="#structs">Crate Items</a></h3><ul class="block"><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#constants" title="Constants">Constants</a></li><li><a href="#functions" title="Functions">Functions</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><h1>List of all items</h1><h3 id="structs">Structs</h3><ul class="all-items"><li><a href="struct.Context.html">Context</a></li><li><a href="struct.Device.html">Device</a></li><li><a href="struct.FontExtents.html">FontExtents</a></li><li><a href="struct.FontFace.html">FontFace</a></li><li><a href="struct.FontOptions.html">FontOptions</a></li><li><a href="struct.Glyph.html">Glyph</a></li><li><a href="struct.Gradient.html">Gradient</a></li><li><a href="struct.ImageSurface.html">ImageSurface</a></li><li><a href="struct.ImageSurfaceData.html">ImageSurfaceData</a></li><li><a href="struct.ImageSurfaceDataOwned.html">ImageSurfaceDataOwned</a></li><li><a href="struct.LinearGradient.html">LinearGradient</a></li><li><a href="struct.MappedImageSurface.html">MappedImageSurface</a></li><li><a href="struct.Matrix.html">Matrix</a></li><li><a href="struct.Mesh.html">Mesh</a></li><li><a href="struct.Path.html">Path</a></li><li><a href="struct.PathSegments.html">PathSegments</a></li><li><a href="struct.Pattern.html">Pattern</a></li><li><a href="struct.PdfOutline.html">PdfOutline</a></li><li><a href="struct.PdfSurface.html">PdfSurface</a></li><li><a href="struct.PsSurface.html">PsSurface</a></li><li><a href="struct.RadialGradient.html">RadialGradient</a></li><li><a href="struct.RecordingSurface.html">RecordingSurface</a></li><li><a href="struct.Rectangle.html">Rectangle</a></li><li><a href="struct.RectangleInt.html">RectangleInt</a></li><li><a href="struct.RectangleList.html">RectangleList</a></li><li><a href="struct.Region.html">Region</a></li><li><a href="struct.ScaledFont.html">ScaledFont</a></li><li><a href="struct.SolidPattern.html">SolidPattern</a></li><li><a href="struct.StreamWithError.html">StreamWithError</a></li><li><a href="struct.Surface.html">Surface</a></li><li><a href="struct.SurfacePattern.html">SurfacePattern</a></li><li><a href="struct.SvgSurface.html">SvgSurface</a></li><li><a href="struct.TextCluster.html">TextCluster</a></li><li><a href="struct.TextExtents.html">TextExtents</a></li><li><a href="struct.UserDataKey.html">UserDataKey</a></li><li><a href="struct.UserFontFace.html">UserFontFace</a></li><li><a href="struct.Version.html">Version</a></li><li><a href="struct.XCBConnection.html">XCBConnection</a></li><li><a href="struct.XCBDrawable.html">XCBDrawable</a></li><li><a href="struct.XCBPixmap.html">XCBPixmap</a></li><li><a href="struct.XCBRenderPictFormInfo.html">XCBRenderPictFormInfo</a></li><li><a href="struct.XCBScreen.html">XCBScreen</a></li><li><a href="struct.XCBSurface.html">XCBSurface</a></li><li><a href="struct.XCBVisualType.html">XCBVisualType</a></li></ul><h3 id="enums">Enums</h3><ul class="all-items"><li><a href="enum.Antialias.html">Antialias</a></li><li><a href="enum.BorrowError.html">BorrowError</a></li><li><a href="enum.Content.html">Content</a></li><li><a href="enum.DeviceType.html">DeviceType</a></li><li><a href="enum.Error.html">Error</a></li><li><a href="enum.Extend.html">Extend</a></li><li><a href="enum.FillRule.html">FillRule</a></li><li><a href="enum.Filter.html">Filter</a></li><li><a href="enum.FontSlant.html">FontSlant</a></li><li><a href="enum.FontType.html">FontType</a></li><li><a href="enum.FontWeight.html">FontWeight</a></li><li><a href="enum.Format.html">Format</a></li><li><a href="enum.FtSynthesize.html">FtSynthesize</a></li><li><a href="enum.HintMetrics.html">HintMetrics</a></li><li><a href="enum.HintStyle.html">HintStyle</a></li><li><a href="enum.IoError.html">IoError</a></li><li><a href="enum.LineCap.html">LineCap</a></li><li><a href="enum.LineJoin.html">LineJoin</a></li><li><a href="enum.MeshCorner.html">MeshCorner</a></li><li><a href="enum.Operator.html">Operator</a></li><li><a href="enum.PathDataType.html">PathDataType</a></li><li><a href="enum.PathSegment.html">PathSegment</a></li><li><a href="enum.PatternType.html">PatternType</a></li><li><a href="enum.PdfMetadata.html">PdfMetadata</a></li><li><a href="enum.PdfVersion.html">PdfVersion</a></li><li><a href="enum.PsLevel.html">PsLevel</a></li><li><a href="enum.RegionOverlap.html">RegionOverlap</a></li><li><a href="enum.ScriptMode.html">ScriptMode</a></li><li><a href="enum.SubpixelOrder.html">SubpixelOrder</a></li><li><a href="enum.SurfaceType.html">SurfaceType</a></li><li><a href="enum.SvgUnit.html">SvgUnit</a></li><li><a href="enum.SvgVersion.html">SvgVersion</a></li><li><a href="enum.TextClusterFlags.html">TextClusterFlags</a></li></ul><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="fn.debug_reset_static_data.html">debug_reset_static_data</a></li><li><a href="fn.version_string.html">version_string</a></li></ul><h3 id="types">Type Aliases</h3><ul class="all-items"><li><a href="type.Result.html">Result</a></li></ul><h3 id="constants">Constants</h3><ul class="all-items"><li><a href="constant.CAIRO_TAG_DEST.html">CAIRO_TAG_DEST</a></li><li><a href="constant.CAIRO_TAG_LINK.html">CAIRO_TAG_LINK</a></li><li><a href="constant.MIME_TYPE_CCITT_FAX.html">MIME_TYPE_CCITT_FAX</a></li><li><a href="constant.MIME_TYPE_CCITT_FAX_PARAMS.html">MIME_TYPE_CCITT_FAX_PARAMS</a></li><li><a href="constant.MIME_TYPE_EPS.html">MIME_TYPE_EPS</a></li><li><a href="constant.MIME_TYPE_EPS_PARAMS.html">MIME_TYPE_EPS_PARAMS</a></li><li><a href="constant.MIME_TYPE_JBIG2.html">MIME_TYPE_JBIG2</a></li><li><a href="constant.MIME_TYPE_JBIG2_GLOBAL.html">MIME_TYPE_JBIG2_GLOBAL</a></li><li><a href="constant.MIME_TYPE_JBIG2_GLOBAL_ID.html">MIME_TYPE_JBIG2_GLOBAL_ID</a></li><li><a href="constant.MIME_TYPE_JP2.html">MIME_TYPE_JP2</a></li><li><a href="constant.MIME_TYPE_JPEG.html">MIME_TYPE_JPEG</a></li><li><a href="constant.MIME_TYPE_PNG.html">MIME_TYPE_PNG</a></li><li><a href="constant.MIME_TYPE_UNIQUE_ID.html">MIME_TYPE_UNIQUE_ID</a></li><li><a href="constant.MIME_TYPE_URI.html">MIME_TYPE_URI</a></li><li><a href="constant.PDF_OUTLINE_ROOT.html">PDF_OUTLINE_ROOT</a></li></ul></section></div></main></body></html>
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `CAIRO_TAG_DEST` constant in crate `cairo`."><title>CAIRO_TAG_DEST in cairo - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-aa0817cf.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="cairo" data-themes="" data-resource-suffix="" data-rustdoc-version="1.90.0-nightly (a00149764 2025-07-14)" data-channel="nightly" data-search-js="search-179e01a3.js" data-settings-js="settings-5514c975.js" ><script src="../static.files/storage-4e99c027.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-673ee1e0.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-32bb7600.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc constant"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]-->
2+
<script type="text/javascript">
3+
document.addEventListener("DOMContentLoaded", checkDocsLatestStable);
4+
5+
function checkDocsLatestStable() {
6+
function popup(msg, url) { return `
7+
<style scoped="scoped">
8+
.popup {
9+
max-width: 16em;
10+
background-color: #fff;
11+
position: fixed;
12+
z-index: 1;
13+
margin-left: auto;
14+
bottom: 1em;
15+
right: 1em;
16+
border-radius: 5px;
17+
box-shadow: 1px 1px 4px #777;
18+
}
19+
20+
.popup a.version {
21+
color: #e57300;
22+
padding: 0.6em 1em;
23+
display: block;
24+
}
25+
.popup a.version:hover {
26+
color: #b25900;
27+
}
28+
29+
.popup a.close {
30+
color: white;
31+
background: grey;
32+
border-radius: 99px;
33+
display: inline-block;
34+
width: 19px;
35+
line-height: 19px;
36+
font-weight: bold;
37+
text-align: center;
38+
margin: 0.6em;
39+
float: right;
40+
}
41+
.popup a.close:hover {
42+
background: black;
43+
}
44+
</style>
45+
<section class="popup" id="gir_docs_popup">
46+
<a class="close" href="#" onclick="document.getElementById('gir_docs_popup').remove(); return false">×</a>
47+
<a class="version" href="https://gtk-rs.org/gtk-rs-core/stable/latest/docs">
48+
${msg}
49+
</a>
50+
</section>
51+
` };
52+
53+
if ("0.21" == "main") {
54+
document.body.insertAdjacentHTML(
55+
'beforeend',
56+
popup("This is the development version. Go to latest stable version.", "stable/latest")
57+
);
58+
} else {
59+
fetch('https://gtk-rs.org/gtk-rs-core/LATEST_RELEASE_BRANCH')
60+
.then(response => response.text())
61+
.then(latest_branch => {
62+
if (latest_branch.trim() != "0.21") {
63+
document.body.insertAdjacentHTML(
64+
'beforeend',
65+
popup("This version is outdated. Go to latest version.", "stable/latest")
66+
);
67+
}
68+
});
69+
}
70+
}
71+
</script>
72+
73+
74+
<nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../cairo/index.html">cairo</a><span class="version">0.21.0</span></h2></div><div class="sidebar-elems"><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">cairo</a></div><h1>Constant <span class="constant">CAIRO_TAG_DEST</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/cairo/constants.rs.html#30">Source</a> </span></div><pre class="rust item-decl"><code>pub const CAIRO_TAG_DEST: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a> = &quot;cairo.dest&quot;;</code></pre><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>v1_16</code></strong> only.</div></span></section></div></main></body></html>

0 commit comments

Comments
 (0)