Skip to content

Commit

Permalink
deploy: e9a261b
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Aug 12, 2024
1 parent 61c2ea1 commit e19e06c
Show file tree
Hide file tree
Showing 36 changed files with 1,758 additions and 787 deletions.
25 changes: 16 additions & 9 deletions git/docs/glib/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/prelude/trait.HasParamSpec.html

Large diffs are not rendered by default.

94 changes: 56 additions & 38 deletions git/docs/glib/struct.FileSetContentsFlags.html

Large diffs are not rendered by default.

92 changes: 54 additions & 38 deletions git/docs/glib/struct.FormatSizeFlags.html

Large diffs are not rendered by default.

85 changes: 47 additions & 38 deletions git/docs/glib/struct.IOCondition.html

Large diffs are not rendered by default.

86 changes: 48 additions & 38 deletions git/docs/glib/struct.KeyFileFlags.html

Large diffs are not rendered by default.

91 changes: 53 additions & 38 deletions git/docs/glib/struct.LogLevelFlags.html

Large diffs are not rendered by default.

83 changes: 45 additions & 38 deletions git/docs/glib/struct.MainContextFlags.html

Large diffs are not rendered by default.

100 changes: 62 additions & 38 deletions git/docs/glib/struct.OptionFlags.html

Large diffs are not rendered by default.

152 changes: 114 additions & 38 deletions git/docs/glib/struct.RegexCompileFlags.html

Large diffs are not rendered by default.

137 changes: 99 additions & 38 deletions git/docs/glib/struct.RegexMatchFlags.html

Large diffs are not rendered by default.

103 changes: 65 additions & 38 deletions git/docs/glib/struct.SpawnFlags.html

Large diffs are not rendered by default.

110 changes: 72 additions & 38 deletions git/docs/glib/struct.UriFlags.html

Large diffs are not rendered by default.

86 changes: 48 additions & 38 deletions git/docs/glib/struct.UriHideFlags.html

Large diffs are not rendered by default.

83 changes: 45 additions & 38 deletions git/docs/glib/struct.UriParamsFlags.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/trait.HasParamSpec.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/types/trait.StaticType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/value/struct.Value.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/value/trait.FromValue.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/value/trait.ToValue.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/glib/value/trait.ValueType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/search.desc/glib/glib-desc-0-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion git/docs/search.desc/glib/glib-desc-1-.js

Large diffs are not rendered by default.

1,034 changes: 842 additions & 192 deletions git/docs/src/glib/auto/flags.rs.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions git/docs/src/glib/auto/functions.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2631,10 +2631,10 @@

</span><span class="attr">#[cfg(feature = <span class="string">"v2_66"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_66"</span>)))]
</span><span class="kw">use </span><a href="flags.rs.html#8-22"><span class="kw">crate</span>::FileSetContentsFlags</a>;
</span><span class="kw">use </span><a href="flags.rs.html#8-40"><span class="kw">crate</span>::FileSetContentsFlags</a>;
<span class="kw">use crate</span>::{
ffi, <a href="../lib.rs.html#162">translate</a>::<span class="kw-2">*</span>, <a href="../bytes.rs.html#14-65">Bytes</a>, <a href="enums.rs.html#15-33">ChecksumType</a>, <a href="../error.rs.html#10-25">Error</a>, <a href="flags.rs.html#46-61">FileTest</a>, <a href="flags.rs.html#81-102">FormatSizeFlags</a>, <a href="../source.rs.html#59">Pid</a>, <a href="source.rs.html#7-18">Source</a>,
<a href="flags.rs.html#485-522">SpawnFlags</a>, <a href="../enums.rs.html#18-35">UserDirectory</a>,
ffi, <a href="../lib.rs.html#162">translate</a>::<span class="kw-2">*</span>, <a href="../bytes.rs.html#14-65">Bytes</a>, <a href="enums.rs.html#15-33">ChecksumType</a>, <a href="../error.rs.html#10-25">Error</a>, <a href="flags.rs.html#64-88">FileTest</a>, <a href="flags.rs.html#108-145">FormatSizeFlags</a>, <a href="../source.rs.html#59">Pid</a>, <a href="source.rs.html#7-18">Source</a>,
<a href="flags.rs.html#731-795">SpawnFlags</a>, <a href="../enums.rs.html#18-35">UserDirectory</a>,
};
<span class="kw">use </span><a href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html">std::boxed::Box</a> <span class="kw">as </span>Box_;

Expand Down Expand Up @@ -3181,7 +3181,7 @@
</span><span class="kw">pub fn </span><a href="../../../glib/fn.file_set_contents_full.html">file_set_contents_full</a>(
filename: <span class="kw">impl </span>AsRef&lt;<a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>&gt;,
contents: <span class="kw-2">&amp;</span>[<a href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>],
flags: <a href="flags.rs.html#8-22">FileSetContentsFlags</a>,
flags: <a href="flags.rs.html#8-40">FileSetContentsFlags</a>,
mode: <a href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>,
) -&gt; <span class="prelude-ty">Result</span>&lt;(), <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
<span class="kw">let </span>length = <a href="#556">contents</a>.<a href="https://doc.rust-lang.org/nightly/core/foreigntype.slice.html#method.len">len</a>() <span class="kw">as _</span>;
Expand Down Expand Up @@ -3278,7 +3278,7 @@
/// whether a test was [`true`]
</span><span class="attr">#[doc(alias = <span class="string">"g_file_test"</span>)]
#[allow(dead_code)]
</span><span class="kw">pub</span>(<span class="kw">crate</span>) <span class="kw">fn </span>file_test(filename: <span class="kw">impl </span>AsRef&lt;<a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>&gt;, test: <a href="flags.rs.html#46-61">FileTest</a>) -&gt; <a href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> {
</span><span class="kw">pub</span>(<span class="kw">crate</span>) <span class="kw">fn </span>file_test(filename: <span class="kw">impl </span>AsRef&lt;<a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>&gt;, test: <a href="flags.rs.html#64-88">FileTest</a>) -&gt; <a href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a> {
<span class="kw">unsafe </span>{
<a href="../translate.rs.html#1417-1419">from_glib</a>(ffi::g_file_test(
<a href="#654">filename</a>.<a href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref">as_ref</a>().<a href="../translate.rs.html#441">to_glib_none</a>().<span class="number">0</span>,
Expand Down Expand Up @@ -3492,7 +3492,7 @@
/// a newly-allocated formatted string
/// containing a human readable file size
</span><span class="attr">#[doc(alias = <span class="string">"g_format_size_full"</span>)]
</span><span class="kw">pub fn </span><a href="../../../glib/fn.format_size_full.html">format_size_full</a>(size: <a href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>, flags: <a href="flags.rs.html#81-102">FormatSizeFlags</a>) -&gt; <a href="../gstring.rs.html#1036"><span class="kw">crate</span>::GString</a> {
</span><span class="kw">pub fn </span><a href="../../../glib/fn.format_size_full.html">format_size_full</a>(size: <a href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>, flags: <a href="flags.rs.html#108-145">FormatSizeFlags</a>) -&gt; <a href="../gstring.rs.html#1036"><span class="kw">crate</span>::GString</a> {
<span class="kw">unsafe </span>{ <a href="../translate.rs.html#1634-1636">from_glib_full</a>(ffi::g_format_size_full(<a href="#868">size</a>, <a href="#868">flags</a>.<a href="../translate.rs.html#334">into_glib</a>())) }
}

Expand Down Expand Up @@ -4882,7 +4882,7 @@
working_directory: <span class="prelude-ty">Option</span>&lt;<span class="kw">impl </span>AsRef&lt;<a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>&gt;&gt;,
argv: <span class="kw-2">&amp;</span>[<span class="kw-2">&amp;</span><a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>],
envp: <span class="kw-2">&amp;</span>[<span class="kw-2">&amp;</span><a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>],
flags: <a href="flags.rs.html#485-522">SpawnFlags</a>,
flags: <a href="flags.rs.html#731-795">SpawnFlags</a>,
child_setup: <span class="prelude-ty">Option</span>&lt;Box_&lt;<span class="kw">dyn </span>FnOnce() + <span class="lifetime">'static</span>&gt;&gt;,
) -&gt; <span class="prelude-ty">Result</span>&lt;<a href="../source.rs.html#59">Pid</a>, <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
<span class="kw">let </span>child_setup_data: Box_&lt;<span class="prelude-ty">Option</span>&lt;Box_&lt;<span class="kw">dyn </span>FnOnce() + <span class="lifetime">'static</span>&gt;&gt;&gt; = <a href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html#method.new">Box_::new</a>(<a href="#2259">child_setup</a>);
Expand Down
8 changes: 4 additions & 4 deletions git/docs/src/glib/auto/key_file.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

</span><span class="kw">use crate</span>::{ffi, <a href="../lib.rs.html#162">translate</a>::<span class="kw-2">*</span>, <a href="../bytes.rs.html#14-65">Bytes</a>, <a href="../error.rs.html#10-25">Error</a>, <a href="flags.rs.html#215-226">KeyFileFlags</a>};
</span><span class="kw">use crate</span>::{ffi, <a href="../lib.rs.html#162">translate</a>::<span class="kw-2">*</span>, <a href="../bytes.rs.html#14-65">Bytes</a>, <a href="../error.rs.html#10-25">Error</a>, <a href="flags.rs.html#267-288">KeyFileFlags</a>};

<a class="macro" href="../wrapper.rs.html#277-444">crate::wrapper!</a> {
<span class="doccomment">/// `GKeyFile` parses .ini-like config files.
Expand Down Expand Up @@ -1562,7 +1562,7 @@
///
/// [`true`] if a key file could be loaded, [`false`] otherwise
</span><span class="attr">#[doc(alias = <span class="string">"g_key_file_load_from_bytes"</span>)]
</span><span class="kw">pub fn </span>load_from_bytes(<span class="kw-2">&amp;</span><span class="self">self</span>, bytes: <span class="kw-2">&amp;</span><a href="../bytes.rs.html#14-65">Bytes</a>, flags: <a href="flags.rs.html#215-226">KeyFileFlags</a>) -&gt; <span class="prelude-ty">Result</span>&lt;(), <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
</span><span class="kw">pub fn </span>load_from_bytes(<span class="kw-2">&amp;</span><span class="self">self</span>, bytes: <span class="kw-2">&amp;</span><a href="../bytes.rs.html#14-65">Bytes</a>, flags: <a href="flags.rs.html#267-288">KeyFileFlags</a>) -&gt; <span class="prelude-ty">Result</span>&lt;(), <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
<span class="kw">unsafe </span>{
<span class="kw">let </span><span class="kw-2">mut </span>error = <a href="https://doc.rust-lang.org/nightly/core/ptr/fn.null_mut.html">std::ptr::null_mut</a>();
<span class="kw">let </span>is_ok = ffi::g_key_file_load_from_bytes(
Expand Down Expand Up @@ -1593,7 +1593,7 @@
///
/// [`true`] if a key file could be loaded, [`false`] otherwise
</span><span class="attr">#[doc(alias = <span class="string">"g_key_file_load_from_data"</span>)]
</span><span class="kw">pub fn </span>load_from_data(<span class="kw-2">&amp;</span><span class="self">self</span>, data: <span class="kw-2">&amp;</span><a href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, flags: <a href="flags.rs.html#215-226">KeyFileFlags</a>) -&gt; <span class="prelude-ty">Result</span>&lt;(), <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
</span><span class="kw">pub fn </span>load_from_data(<span class="kw-2">&amp;</span><span class="self">self</span>, data: <span class="kw-2">&amp;</span><a href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, flags: <a href="flags.rs.html#267-288">KeyFileFlags</a>) -&gt; <span class="prelude-ty">Result</span>&lt;(), <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
<span class="kw">let </span>length = <a href="#570">data</a>.<a href="https://doc.rust-lang.org/nightly/core/foreigntype.str.html#method.len">len</a>() <span class="kw">as _</span>;
<span class="kw">unsafe </span>{
<span class="kw">let </span><span class="kw-2">mut </span>error = <a href="https://doc.rust-lang.org/nightly/core/ptr/fn.null_mut.html">std::ptr::null_mut</a>();
Expand Down Expand Up @@ -1633,7 +1633,7 @@
</span><span class="kw">pub fn </span>load_from_file(
<span class="kw-2">&amp;</span><span class="self">self</span>,
file: <span class="kw">impl </span>AsRef&lt;<a href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html">std::path::Path</a>&gt;,
flags: <a href="flags.rs.html#215-226">KeyFileFlags</a>,
flags: <a href="flags.rs.html#267-288">KeyFileFlags</a>,
) -&gt; <span class="prelude-ty">Result</span>&lt;(), <a href="../error.rs.html#10-25"><span class="kw">crate</span>::Error</a>&gt; {
<span class="kw">unsafe </span>{
<span class="kw">let </span><span class="kw-2">mut </span>error = <a href="https://doc.rust-lang.org/nightly/core/ptr/fn.null_mut.html">std::ptr::null_mut</a>();
Expand Down
4 changes: 2 additions & 2 deletions git/docs/src/glib/auto/main_context.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@

</span><span class="attr">#[cfg(feature = <span class="string">"v2_72"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_72"</span>)))]
</span><span class="kw">use </span><a href="flags.rs.html#290-300"><span class="kw">crate</span>::MainContextFlags</a>;
</span><span class="kw">use </span><a href="flags.rs.html#368-385"><span class="kw">crate</span>::MainContextFlags</a>;
<span class="kw">use crate</span>::{ffi, <a href="../lib.rs.html#162">translate</a>::<span class="kw-2">*</span>};

<a class="macro" href="../wrapper.rs.html#277-444">crate::wrapper!</a> {
Expand Down Expand Up @@ -382,7 +382,7 @@
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_72"</span>)))]
#[doc(alias = <span class="string">"g_main_context_new_with_flags"</span>)]
#[doc(alias = <span class="string">"new_with_flags"</span>)]
</span><span class="kw">pub fn </span>with_flags(flags: <a href="flags.rs.html#290-300">MainContextFlags</a>) -&gt; <a href="#10-21">MainContext</a> {
</span><span class="kw">pub fn </span>with_flags(flags: <a href="flags.rs.html#368-385">MainContextFlags</a>) -&gt; <a href="#10-21">MainContext</a> {
<span class="kw">unsafe </span>{ <a href="../translate.rs.html#1634-1636">from_glib_full</a>(ffi::g_main_context_new_with_flags(<a href="#46">flags</a>.<a href="../translate.rs.html#334">into_glib</a>())) }
}

Expand Down
30 changes: 15 additions & 15 deletions git/docs/src/glib/auto/mod.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,31 +258,31 @@
</span><span class="kw">pub use </span><a href="enums.rs.html#2635-2669"><span class="self">self</span>::enums::UriError</a>;
<span class="kw">pub use </span><a href="enums.rs.html#2744-2803"><span class="self">self</span>::enums::VariantClass</a>;

<span class="kw">mod </span><a href="flags.rs.html#5-673">flags</a>;
<span class="kw">mod </span><a href="flags.rs.html#5-998">flags</a>;
<span class="attr">#[cfg(feature = <span class="string">"v2_66"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_66"</span>)))]
</span><span class="kw">pub use </span><a href="flags.rs.html#8-22"><span class="self">self</span>::flags::FileSetContentsFlags</a>;
<span class="kw">pub</span>(<span class="kw">crate</span>) <span class="kw">use </span><a href="flags.rs.html#46-61"><span class="self">self</span>::flags::FileTest</a>;
<span class="kw">pub use </span><a href="flags.rs.html#81-102"><span class="self">self</span>::flags::FormatSizeFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#122-139"><span class="self">self</span>::flags::IOCondition</a>;
<span class="kw">pub use </span><a href="flags.rs.html#215-226"><span class="self">self</span>::flags::KeyFileFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#246-269"><span class="self">self</span>::flags::LogLevelFlags</a>;
</span><span class="kw">pub use </span><a href="flags.rs.html#8-40"><span class="self">self</span>::flags::FileSetContentsFlags</a>;
<span class="kw">pub</span>(<span class="kw">crate</span>) <span class="kw">use </span><a href="flags.rs.html#64-88"><span class="self">self</span>::flags::FileTest</a>;
<span class="kw">pub use </span><a href="flags.rs.html#108-145"><span class="self">self</span>::flags::FormatSizeFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#165-191"><span class="self">self</span>::flags::IOCondition</a>;
<span class="kw">pub use </span><a href="flags.rs.html#267-288"><span class="self">self</span>::flags::KeyFileFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#308-347"><span class="self">self</span>::flags::LogLevelFlags</a>;
<span class="attr">#[cfg(feature = <span class="string">"v2_72"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_72"</span>)))]
</span><span class="kw">pub use </span><a href="flags.rs.html#290-300"><span class="self">self</span>::flags::MainContextFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#324-345"><span class="self">self</span>::flags::OptionFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#365-408"><span class="self">self</span>::flags::RegexCompileFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#428-465"><span class="self">self</span>::flags::RegexMatchFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#485-522"><span class="self">self</span>::flags::SpawnFlags</a>;
</span><span class="kw">pub use </span><a href="flags.rs.html#368-385"><span class="self">self</span>::flags::MainContextFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#409-454"><span class="self">self</span>::flags::OptionFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#474-593"><span class="self">self</span>::flags::RegexCompileFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#613-711"><span class="self">self</span>::flags::RegexMatchFlags</a>;
<span class="kw">pub use </span><a href="flags.rs.html#731-795"><span class="self">self</span>::flags::SpawnFlags</a>;
<span class="attr">#[cfg(feature = <span class="string">"v2_66"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_66"</span>)))]
</span><span class="kw">pub use </span><a href="flags.rs.html#543-569"><span class="self">self</span>::flags::UriFlags</a>;
</span><span class="kw">pub use </span><a href="flags.rs.html#816-877"><span class="self">self</span>::flags::UriFlags</a>;
<span class="attr">#[cfg(feature = <span class="string">"v2_66"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_66"</span>)))]
</span><span class="kw">pub use </span><a href="flags.rs.html#594-612"><span class="self">self</span>::flags::UriHideFlags</a>;
</span><span class="kw">pub use </span><a href="flags.rs.html#902-930"><span class="self">self</span>::flags::UriHideFlags</a>;
<span class="attr">#[cfg(feature = <span class="string">"v2_66"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"v2_66"</span>)))]
</span><span class="kw">pub use </span><a href="flags.rs.html#637-651"><span class="self">self</span>::flags::UriParamsFlags</a>;
</span><span class="kw">pub use </span><a href="flags.rs.html#955-976"><span class="self">self</span>::flags::UriParamsFlags</a>;

<span class="kw">mod </span><a href="alias.rs.html#5-13">alias</a>;
<span class="kw">pub use </span><a href="alias.rs.html#9"><span class="self">self</span>::alias::DateDay</a>;
Expand Down
Loading

0 comments on commit e19e06c

Please sign in to comment.