Skip to content

Commit

Permalink
deploy: a56790c
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Aug 11, 2023
1 parent a6fff9b commit 5a7fe7c
Show file tree
Hide file tree
Showing 326 changed files with 6,915 additions and 6,851 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</script>


<nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../gdk_pixbuf/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../gdk_pixbuf/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">DerivedObjectProperties</a></h2><div class="sidebar-elems"><section><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.derived_properties">derived_properties</a></li><li><a href="#method.derived_property">derived_property</a></li><li><a href="#method.derived_set_property">derived_set_property</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In gdk_pixbuf::subclass::prelude</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../../index.html">gdk_pixbuf</a>::<wbr><a href="../index.html">subclass</a>::<wbr><a href="index.html">prelude</a>::<wbr><a class="trait" href="#">DerivedObjectProperties</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#179">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait DerivedObjectProperties: <a class="trait" href="trait.ObjectSubclass.html" title="trait gdk_pixbuf::subclass::prelude::ObjectSubclass">ObjectSubclass</a> {
<nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../gdk_pixbuf/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../gdk_pixbuf/index.html"><img class="rust-logo" src="../../../static.files/rust-logo-151179464ae7ed46.svg" alt="logo"></a><h2 class="location"><a href="#">DerivedObjectProperties</a></h2><div class="sidebar-elems"><section><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.derived_properties">derived_properties</a></li><li><a href="#method.derived_property">derived_property</a></li><li><a href="#method.derived_set_property">derived_set_property</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In gdk_pixbuf::subclass::prelude</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../../index.html">gdk_pixbuf</a>::<wbr><a href="../index.html">subclass</a>::<wbr><a href="index.html">prelude</a>::<wbr><a class="trait" href="#">DerivedObjectProperties</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#168">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait DerivedObjectProperties: <a class="trait" href="trait.ObjectSubclass.html" title="trait gdk_pixbuf::subclass::prelude::ObjectSubclass">ObjectSubclass</a> {
// Provided methods
fn <a href="#method.derived_properties" class="fn">derived_properties</a>() -&gt; &amp;'static [<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>] { ... }
<span class="item-spacer"></span> fn <a href="#method.derived_set_property" class="fn">derived_set_property</a>(
Expand All @@ -84,9 +84,9 @@
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Trait containing only the property related functions of <code>ObjectImpl</code>.
Implemented by the <code>Props</code> macro.
When implementing <code>ObjectImpl</code> you may want to delegate the function calls to this trait.</p>
</div></details><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.derived_properties" class="method"><a class="src rightside" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#182">source</a><h4 class="code-header">fn <a href="#method.derived_properties" class="fn">derived_properties</a>() -&gt; &amp;'static [<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>]</h4></section></summary><div class="docblock"><p>Properties installed for this type.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.derived_set_property" class="method"><a class="src rightside" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#189">source</a><h4 class="code-header">fn <a href="#method.derived_set_property" class="fn">derived_set_property</a>(&amp;self, _id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _value: &amp;<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/value/struct.Value.html" title="struct glib::value::Value">Value</a>, _pspec: &amp;<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>)</h4></section></summary><div class="docblock"><p>Similar to <a href="trait.ObjectImpl.html"><code>ObjectImpl</code></a> but auto-generated by the [<code>Properties</code>] macro
</div></details><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.derived_properties" class="method"><a class="src rightside" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#171">source</a><h4 class="code-header">fn <a href="#method.derived_properties" class="fn">derived_properties</a>() -&gt; &amp;'static [<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>]</h4></section></summary><div class="docblock"><p>Properties installed for this type.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.derived_set_property" class="method"><a class="src rightside" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#178">source</a><h4 class="code-header">fn <a href="#method.derived_set_property" class="fn">derived_set_property</a>(&amp;self, _id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _value: &amp;<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/value/struct.Value.html" title="struct glib::value::Value">Value</a>, _pspec: &amp;<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>)</h4></section></summary><div class="docblock"><p>Similar to <a href="trait.ObjectImpl.html"><code>ObjectImpl</code></a> but auto-generated by the [<code>Properties</code>] macro
to allow handling more complex use-cases.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.derived_property" class="method"><a class="src rightside" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#196">source</a><h4 class="code-header">fn <a href="#method.derived_property" class="fn">derived_property</a>(&amp;self, _id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _pspec: &amp;<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>) -&gt; <a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/value/struct.Value.html" title="struct glib::value::Value">Value</a></h4></section></summary><div class="docblock"><p>Similar to <a href="trait.ObjectImpl.html"><code>ObjectImpl</code></a> but auto-generated by the [<code>Properties</code>] macro
</div></details><details class="toggle method-toggle" open><summary><section id="method.derived_property" class="method"><a class="src rightside" href="https://gtk-rs.org/gtk-rs-core/git/docs/src/glib/subclass/object.rs.html#185">source</a><h4 class="code-header">fn <a href="#method.derived_property" class="fn">derived_property</a>(&amp;self, _id: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, _pspec: &amp;<a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/param_spec/struct.ParamSpec.html" title="struct glib::param_spec::ParamSpec">ParamSpec</a>) -&gt; <a class="struct" href="https://gtk-rs.org/gtk-rs-core/git/docs/glib/value/struct.Value.html" title="struct glib::value::Value">Value</a></h4></section></summary><div class="docblock"><p>Similar to <a href="trait.ObjectImpl.html"><code>ObjectImpl</code></a> but auto-generated by the [<code>Properties</code>] macro
to allow handling more complex use-cases.</p>
</div></details></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../../implementors/glib/subclass/object/trait.DerivedObjectProperties.js" async></script></section></div></main></body></html>
Loading

0 comments on commit 5a7fe7c

Please sign in to comment.