Update docs
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/action.rs.html#50-66' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/action.rs.html#51-67' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait ActionExt {
|
||||
fn <a href='#tymethod.activate' class='fnname'>activate</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>>>(&self, parameter: P);
|
||||
fn <a href='#tymethod.change_state' class='fnname'>change_state</a>(&self, value: &<a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/action_group.rs.html#23-57' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/action_group.rs.html#24-58' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait ActionGroupExt {
|
||||
fn <a href='#tymethod.action_added' class='fnname'>action_added</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>);
|
||||
fn <a href='#tymethod.action_enabled_changed' class='fnname'>action_enabled_changed</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, enabled: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/action_map.rs.html#17-25' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/action_map.rs.html#18-26' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait ActionMapExt {
|
||||
fn <a href='#tymethod.add_action' class='fnname'>add_action</a><P: <a class="trait" href="../../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../../gio/struct.Action.html" title="struct gio::Action">Action</a>>>(&self, action: &P);
|
||||
fn <a href='#tymethod.lookup_action' class='fnname'>lookup_action</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gio/struct.Action.html" title="struct gio::Action">Action</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/app_info.rs.html#97-144' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/app_info.rs.html#98-145' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait AppInfoExt {
|
||||
fn <a href='#tymethod.add_supports_type' class='fnname'>add_supports_type</a>(&self, content_type: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">()</a>, <a class="struct" href="../../gio/struct.Error.html" title="struct gio::Error">Error</a>>;
|
||||
fn <a href='#tymethod.can_delete' class='fnname'>can_delete</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/app_launch_context.rs.html#39-57' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/app_launch_context.rs.html#40-58' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait AppLaunchContextExt {
|
||||
fn <a href='#tymethod.get_display' class='fnname'>get_display</a><P: <a class="trait" href="../../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a>>>(<br> &self, <br> info: &P, <br> files: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="struct" href="../../gio/struct.File.html" title="struct gio::File">File</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
fn <a href='#tymethod.get_environment' class='fnname'>get_environment</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/cancellable.rs.html#39-65' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/cancellable.rs.html#40-66' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait CancellableExt {
|
||||
fn <a href='#tymethod.cancel' class='fnname'>cancel</a>(&self);
|
||||
fn <a href='#tymethod.disconnect' class='fnname'>disconnect</a>(&self, handler_id: <a class="type" href="../../libc/unix/notbsd/linux/other/b64/type.c_ulong.html" title="type libc::unix::notbsd::linux::other::b64::c_ulong">c_ulong</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/file.rs.html#61-305' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/file.rs.html#62-306' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait FileExt {
|
||||
fn <a href='#tymethod.delete' class='fnname'>delete</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a>>>>(<br> &self, <br> cancellable: P<br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">()</a>, <a class="struct" href="../../gio/struct.Error.html" title="struct gio::Error">Error</a>>;
|
||||
fn <a href='#tymethod.dup' class='fnname'>dup</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gio/struct.File.html" title="struct gio::File">File</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/file_info.rs.html#28-155' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/file_info.rs.html#29-156' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait FileInfoExt {
|
||||
fn <a href='#tymethod.clear_status' class='fnname'>clear_status</a>(&self);
|
||||
fn <a href='#tymethod.copy_into' class='fnname'>copy_into</a>(&self, dest_info: &<a class="struct" href="../../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/icon.rs.html#41-48' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/icon.rs.html#42-49' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait IconExt {
|
||||
fn <a href='#tymethod.equal' class='fnname'>equal</a><'a, P: <a class="trait" href="../../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../../gio/struct.Icon.html" title="struct gio::Icon">Icon</a>> + 'a, Q: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a P>>>(<br> &self, <br> icon2: Q<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||||
fn <a href='#tymethod.serialize' class='fnname'>serialize</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_attribute_iter.rs.html#18-26' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_attribute_iter.rs.html#19-27' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuAttributeIterExt {
|
||||
fn <a href='#tymethod.get_name' class='fnname'>get_name</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
fn <a href='#tymethod.get_next' class='fnname'>get_next</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu.rs.html#26-57' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu.rs.html#27-58' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuExt {
|
||||
fn <a href='#tymethod.append' class='fnname'>append</a><'a, 'b, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>, Q: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>>(<br> &self, <br> label: P, <br> detailed_action: Q<br> );
|
||||
fn <a href='#tymethod.append_item' class='fnname'>append_item</a>(&self, item: &<a class="struct" href="../../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_item.rs.html#55-85' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_item.rs.html#56-86' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuItemExt {
|
||||
fn <a href='#tymethod.get_attribute_value' class='fnname'>get_attribute_value</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../../glib/variant_type/struct.VariantTy.html" title="struct glib::variant_type::VariantTy">VariantTy</a>>>>(<br> &self, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> expected_type: P<br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>;
|
||||
fn <a href='#tymethod.get_link' class='fnname'>get_link</a>(&self, link: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_link_iter.rs.html#18-26' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_link_iter.rs.html#19-27' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuLinkIterExt {
|
||||
fn <a href='#tymethod.get_name' class='fnname'>get_name</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
fn <a href='#tymethod.get_next' class='fnname'>get_next</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_model.rs.html#25-43' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/menu_model.rs.html#26-44' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuModelExt {
|
||||
fn <a href='#tymethod.get_item_attribute_value' class='fnname'>get_item_attribute_value</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../../glib/variant_type/struct.VariantTy.html" title="struct glib::variant_type::VariantTy">VariantTy</a>>>>(<br> &self, <br> item_index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> expected_type: P<br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>;
|
||||
fn <a href='#tymethod.get_item_link' class='fnname'>get_item_link</a>(&self, item_index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, link: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/notification.rs.html#31-64' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/notification.rs.html#32-65' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait NotificationExt {
|
||||
fn <a href='#tymethod.add_button' class='fnname'>add_button</a>(&self, label: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, detailed_action: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>);
|
||||
fn <a href='#tymethod.add_button_with_target_value' class='fnname'>add_button_with_target_value</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>>>(<br> &self, <br> label: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> action: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> target: P<br> );
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/simple_action.rs.html#41-52' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/simple_action.rs.html#42-53' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait SimpleActionExt {
|
||||
fn <a href='#tymethod.set_enabled' class='fnname'>set_enabled</a>(&self, enabled: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||||
fn <a href='#tymethod.set_state' class='fnname'>set_state</a>(&self, value: &<a class="struct" href="../../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../src/gio/auto/simple_action_group.rs.html#27-35' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../../src/gio/auto/simple_action_group.rs.html#28-36' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait SimpleActionGroupExt {
|
||||
fn <a href='#tymethod.insert' class='fnname'>insert</a><P: <a class="trait" href="../../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../../gio/struct.Action.html" title="struct gio::Action">Action</a>>>(&self, action: &P);
|
||||
fn <a href='#tymethod.lookup' class='fnname'>lookup</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../../gio/struct.Action.html" title="struct gio::Action">Action</a>>;
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct Action(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Action.html" title="struct gio::Action">Action</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/action.rs.html#21-48' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct Action(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Action.html" title="struct gio::Action">Action</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/action.rs.html#22-49' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.name_is_valid' class="method"><span id='name_is_valid.v' class='invisible'><code>fn <a href='#method.name_is_valid' class='fnname'>name_is_valid</a>(action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h4>
|
||||
<h4 id='method.parse_detailed_name' class="method"><span id='parse_detailed_name.v' class='invisible'><code>fn <a href='#method.parse_detailed_name' class='fnname'>parse_detailed_name</a>(detailed_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>, <a class="struct" href="../gio/struct.Error.html" title="struct gio::Error">Error</a>></code></span></h4>
|
||||
<h4 id='method.print_detailed_name' class="method"><span id='print_detailed_name.v' class='invisible'><code>fn <a href='#method.print_detailed_name' class='fnname'>print_detailed_name</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>>>(<br> action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> target_value: P<br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct AppInfo(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/app_info.rs.html#23-95' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct AppInfo(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/app_info.rs.html#24-96' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.create_from_commandline' class="method"><span id='create_from_commandline.v' class='invisible'><code>fn <a href='#method.create_from_commandline' class='fnname'>create_from_commandline</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>>(<br> commandline: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> application_name: P, <br> flags: <a class="struct" href="../gio/struct.AppInfoCreateFlags.html" title="struct gio::AppInfoCreateFlags">AppInfoCreateFlags</a><br>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a>, <a class="struct" href="../gio/struct.Error.html" title="struct gio::Error">Error</a>></code></span></h4>
|
||||
<h4 id='method.get_all' class="method"><span id='get_all.v' class='invisible'><code>fn <a href='#method.get_all' class='fnname'>get_all</a>() -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a>></code></span></h4>
|
||||
<h4 id='method.get_all_for_type' class="method"><span id='get_all_for_type.v' class='invisible'><code>fn <a href='#method.get_all_for_type' class='fnname'>get_all_for_type</a>(content_type: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a>></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct AppLaunchContext(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.AppLaunchContext.html" title="struct gio::AppLaunchContext">AppLaunchContext</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/app_launch_context.rs.html#31-37' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct AppLaunchContext(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.AppLaunchContext.html" title="struct gio::AppLaunchContext">AppLaunchContext</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/app_launch_context.rs.html#32-38' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class="struct" href="../gio/struct.AppLaunchContext.html" title="struct gio::AppLaunchContext">AppLaunchContext</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.AppLaunchContext.html" title="struct gio::AppLaunchContext">AppLaunchContext</a></code></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.AppLaunchContext.html" title="struct gio::AppLaunchContext">AppLaunchContext</a></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct Cancellable(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/cancellable.rs.html#25-37' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct Cancellable(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/cancellable.rs.html#26-38' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class="struct" href="../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a></code></span></h4>
|
||||
<h4 id='method.get_current' class="method"><span id='get_current.v' class='invisible'><code>fn <a href='#method.get_current' class='fnname'>get_current</a>() -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a>></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a></code></span><span class='out-of-band'></span></h3>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct File(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/file.rs.html#24-59' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct File(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/file.rs.html#25-60' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new_for_commandline_arg' class="method"><span id='new_for_commandline_arg.v' class='invisible'><code>fn <a href='#method.new_for_commandline_arg' class='fnname'>new_for_commandline_arg</a>(arg: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a></code></span></h4>
|
||||
<h4 id='method.new_for_commandline_arg_and_cwd' class="method"><span id='new_for_commandline_arg_and_cwd.v' class='invisible'><code>fn <a href='#method.new_for_commandline_arg_and_cwd' class='fnname'>new_for_commandline_arg_and_cwd</a><P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html" title="struct std::path::Path">Path</a>>>(arg: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, cwd: P) -> <a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a></code></span></h4>
|
||||
<h4 id='method.new_for_path' class="method"><span id='new_for_path.v' class='invisible'><code>fn <a href='#method.new_for_path' class='fnname'>new_for_path</a><P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a><<a class="struct" href="https://doc.rust-lang.org/nightly/std/path/struct.Path.html" title="struct std::path::Path">Path</a>>>(path: P) -> <a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct FileInfo(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/file_info.rs.html#20-26' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct FileInfo(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/file_info.rs.html#21-27' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class="struct" href="../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a></code></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct Icon(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Icon.html" title="struct gio::Icon">Icon</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/icon.rs.html#20-39' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct Icon(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Icon.html" title="struct gio::Icon">Icon</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/icon.rs.html#21-40' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.deserialize' class="method"><span id='deserialize.v' class='invisible'><code>fn <a href='#method.deserialize' class='fnname'>deserialize</a>(value: &<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.Icon.html" title="struct gio::Icon">Icon</a>></code></span></h4>
|
||||
<h4 id='method.new_for_string' class="method"><span id='new_for_string.v' class='invisible'><code>fn <a href='#method.new_for_string' class='fnname'>new_for_string</a>(str: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="../gio/struct.Icon.html" title="struct gio::Icon">Icon</a>, <a class="struct" href="../gio/struct.Error.html" title="struct gio::Error">Error</a>></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.Icon.html" title="struct gio::Icon">Icon</a></code></span><span class='out-of-band'></span></h3>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct Menu(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Menu.html" title="struct gio::Menu">Menu</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/menu.rs.html#18-24' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct Menu(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Menu.html" title="struct gio::Menu">Menu</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/menu.rs.html#19-25' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class="struct" href="../gio/struct.Menu.html" title="struct gio::Menu">Menu</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.Menu.html" title="struct gio::Menu">Menu</a></code></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.Menu.html" title="struct gio::Menu">Menu</a></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct MenuItem(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/menu_item.rs.html#20-53' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct MenuItem(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/menu_item.rs.html#21-54' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a><'a, 'b, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>, Q: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>>(<br> label: P, <br> detailed_action: Q<br>) -> <a class="struct" href="../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a></code></span></h4>
|
||||
<h4 id='method.new_from_model' class="method"><span id='new_from_model.v' class='invisible'><code>fn <a href='#method.new_from_model' class='fnname'>new_from_model</a><P: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a>>>(model: &P, item_index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="struct" href="../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a></code></span></h4>
|
||||
<h4 id='method.new_section' class="method"><span id='new_section.v' class='invisible'><code>fn <a href='#method.new_section' class='fnname'>new_section</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>, Q: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a>>>(<br> label: P, <br> section: &Q<br>) -> <a class="struct" href="../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct Notification(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Notification.html" title="struct gio::Notification">Notification</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/notification.rs.html#22-29' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct Notification(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.Notification.html" title="struct gio::Notification">Notification</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/notification.rs.html#23-30' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>(title: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="struct" href="../gio/struct.Notification.html" title="struct gio::Notification">Notification</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.Notification.html" title="struct gio::Notification">Notification</a></code></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.Notification.html" title="struct gio::Notification">Notification</a></code></span></h4>
|
||||
|
||||
@@ -48,26 +48,26 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/glib/object.rs.html#144' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/glib/object.rs.html#145' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust struct'>pub struct Object(_, _);</pre><div class='docblock'><p>The base class in the object hierarchy.</p>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#246' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="../glib/types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#232-236' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.static_type' class="method"><span id='static_type.v' class='invisible'><code>fn <a href='../glib/types/trait.StaticType.html#tymethod.static_type' class='fnname'>static_type</a>() -> <a class="enum" href="../glib/types/enum.Type.html" title="enum glib::types::Type">Type</a></code></span></h4>
|
||||
<div class='docblock'><p>Returns the type identifier of <code>Self</code>.</p>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#143' title='goto source code'>[src]</a></span></h3>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#269' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#144' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.hash' class="method"><span id='hash.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash' class='fnname'>hash</a><__H>(&self, __arg_0: &mut __H) <span class="where fmt-newline">where<br> __H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>, </span></code></span></h4>
|
||||
<div class='docblock'><p>Feeds this value into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
|
||||
</div><h4 id='method.hash_slice' class="method"><span id='hash_slice.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice' class='fnname'>hash_slice</a><H>(data: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>, state: &mut H) <span class="where fmt-newline">where<br> H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>, </span></code><div class='since' title='Stable since Rust version 1.3.0'>1.3.0</div></span></h4>
|
||||
<div class='docblock'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#143' title='goto source code'>[src]</a></span></h3>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="../glib/types/trait.StaticType.html" title="trait glib::types::StaticType">StaticType</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#233-237' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.static_type' class="method"><span id='static_type.v' class='invisible'><code>fn <a href='../glib/types/trait.StaticType.html#tymethod.static_type' class='fnname'>static_type</a>() -> <a class="enum" href="../glib/types/enum.Type.html" title="enum glib::types::Type">Type</a></code></span></h4>
|
||||
<div class='docblock'><p>Returns the type identifier of <code>Self</code>.</p>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#144' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span></h4>
|
||||
<div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
|
||||
</div><h4 id='method.clone_from' class="method"><span id='clone_from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: &Self)</code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></span></h4>
|
||||
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#143' title='goto source code'>[src]</a></span></h3>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#144' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.fmt' class="method"><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, __arg_0: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">()</a>, <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Error.html" title="struct core::fmt::Error">Error</a>></code></span></h4>
|
||||
<div class='docblock'><p>Formats the value using the given formatter.</p>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><T> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a> <span class="where fmt-newline">where<br> T: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a>>, </span></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#238-244' title='goto source code'>[src]</a></span></h3>
|
||||
</div></div><h3 class='impl'><span class='in-band'><code>impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><T> for <a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a> <span class="where fmt-newline">where<br> T: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.Object.html" title="struct gio::Object">Object</a>>, </span></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/glib/object.rs.html#239-245' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.eq' class="method"><span id='eq.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, other: &T) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span></h4>
|
||||
<div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
|
||||
</div><h4 id='method.ne' class="method"><span id='ne.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, other: &Rhs) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct SimpleAction(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.SimpleAction.html" title="struct gio::SimpleAction">SimpleAction</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/simple_action.rs.html#23-39' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct SimpleAction(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.SimpleAction.html" title="struct gio::SimpleAction">SimpleAction</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/simple_action.rs.html#24-40' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant_type/struct.VariantTy.html" title="struct glib::variant_type::VariantTy">VariantTy</a>>>>(<br> name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> parameter_type: P<br>) -> <a class="struct" href="../gio/struct.SimpleAction.html" title="struct gio::SimpleAction">SimpleAction</a></code></span></h4>
|
||||
<h4 id='method.new_stateful' class="method"><span id='new_stateful.v' class='invisible'><code>fn <a href='#method.new_stateful' class='fnname'>new_stateful</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant_type/struct.VariantTy.html" title="struct glib::variant_type::VariantTy">VariantTy</a>>>>(<br> name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> parameter_type: P, <br> state: &<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a><br>) -> <a class="struct" href="../gio/struct.SimpleAction.html" title="struct gio::SimpleAction">SimpleAction</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.SimpleAction.html" title="struct gio::SimpleAction">SimpleAction</a></code></span><span class='out-of-band'></span></h3>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct SimpleActionGroup(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.SimpleActionGroup.html" title="struct gio::SimpleActionGroup">SimpleActionGroup</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/simple_action_group.rs.html#19-25' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct SimpleActionGroup(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.SimpleActionGroup.html" title="struct gio::SimpleActionGroup">SimpleActionGroup</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/simple_action_group.rs.html#20-26' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class="struct" href="../gio/struct.SimpleActionGroup.html" title="struct gio::SimpleActionGroup">SimpleActionGroup</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.SimpleActionGroup.html" title="struct gio::SimpleActionGroup">SimpleActionGroup</a></code></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.SimpleActionGroup.html" title="struct gio::SimpleActionGroup">SimpleActionGroup</a></code></span></h4>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span></span></h1>
|
||||
<pre class='rust struct'>pub struct SimplePermission(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.SimplePermission.html" title="struct gio::SimplePermission">SimplePermission</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/simple_permission.rs.html#17-23' title='goto source code'>[src]</a></span></h3>
|
||||
<pre class='rust struct'>pub struct SimplePermission(_, _);</pre><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class="struct" href="../gio/struct.SimplePermission.html" title="struct gio::SimplePermission">SimplePermission</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../src/gio/auto/simple_permission.rs.html#18-24' title='goto source code'>[src]</a></span></h3>
|
||||
<div class='impl-items'><h4 id='method.new' class="method"><span id='new.v' class='invisible'><code>fn <a href='#method.new' class='fnname'>new</a>(allowed: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) -> <a class="struct" href="../gio/struct.SimplePermission.html" title="struct gio::SimplePermission">SimplePermission</a></code></span></h4>
|
||||
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="../gio/struct.SimplePermission.html" title="struct gio::SimplePermission">SimplePermission</a></code></span><span class='out-of-band'></span></h3>
|
||||
<div class='impl-items'><h4 id='method.clone' class="method"><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class="struct" href="../gio/struct.SimplePermission.html" title="struct gio::SimplePermission">SimplePermission</a></code></span></h4>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/action.rs.html#50-66' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/action.rs.html#51-67' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait ActionExt {
|
||||
fn <a href='#tymethod.activate' class='fnname'>activate</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>>>(&self, parameter: P);
|
||||
fn <a href='#tymethod.change_state' class='fnname'>change_state</a>(&self, value: &<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/action_group.rs.html#23-57' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/action_group.rs.html#24-58' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait ActionGroupExt {
|
||||
fn <a href='#tymethod.action_added' class='fnname'>action_added</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>);
|
||||
fn <a href='#tymethod.action_enabled_changed' class='fnname'>action_enabled_changed</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, enabled: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/action_map.rs.html#17-25' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/action_map.rs.html#18-26' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait ActionMapExt {
|
||||
fn <a href='#tymethod.add_action' class='fnname'>add_action</a><P: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.Action.html" title="struct gio::Action">Action</a>>>(&self, action: &P);
|
||||
fn <a href='#tymethod.lookup_action' class='fnname'>lookup_action</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.Action.html" title="struct gio::Action">Action</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/app_info.rs.html#97-144' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/app_info.rs.html#98-145' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait AppInfoExt {
|
||||
fn <a href='#tymethod.add_supports_type' class='fnname'>add_supports_type</a>(&self, content_type: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">()</a>, <a class="struct" href="../gio/struct.Error.html" title="struct gio::Error">Error</a>>;
|
||||
fn <a href='#tymethod.can_delete' class='fnname'>can_delete</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/app_launch_context.rs.html#39-57' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/app_launch_context.rs.html#40-58' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait AppLaunchContextExt {
|
||||
fn <a href='#tymethod.get_display' class='fnname'>get_display</a><P: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.AppInfo.html" title="struct gio::AppInfo">AppInfo</a>>>(<br> &self, <br> info: &P, <br> files: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[</a><a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a><br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
fn <a href='#tymethod.get_environment' class='fnname'>get_environment</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/cancellable.rs.html#39-65' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/cancellable.rs.html#40-66' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait CancellableExt {
|
||||
fn <a href='#tymethod.cancel' class='fnname'>cancel</a>(&self);
|
||||
fn <a href='#tymethod.disconnect' class='fnname'>disconnect</a>(&self, handler_id: <a class="type" href="../libc/unix/notbsd/linux/other/b64/type.c_ulong.html" title="type libc::unix::notbsd::linux::other::b64::c_ulong">c_ulong</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/file.rs.html#61-305' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/file.rs.html#62-306' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait FileExt {
|
||||
fn <a href='#tymethod.delete' class='fnname'>delete</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../gio/struct.Cancellable.html" title="struct gio::Cancellable">Cancellable</a>>>>(<br> &self, <br> cancellable: P<br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">()</a>, <a class="struct" href="../gio/struct.Error.html" title="struct gio::Error">Error</a>>;
|
||||
fn <a href='#tymethod.dup' class='fnname'>dup</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.File.html" title="struct gio::File">File</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/file_info.rs.html#28-155' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/file_info.rs.html#29-156' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait FileInfoExt {
|
||||
fn <a href='#tymethod.clear_status' class='fnname'>clear_status</a>(&self);
|
||||
fn <a href='#tymethod.copy_into' class='fnname'>copy_into</a>(&self, dest_info: &<a class="struct" href="../gio/struct.FileInfo.html" title="struct gio::FileInfo">FileInfo</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/icon.rs.html#41-48' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/icon.rs.html#42-49' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait IconExt {
|
||||
fn <a href='#tymethod.equal' class='fnname'>equal</a><'a, P: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.Icon.html" title="struct gio::Icon">Icon</a>> + 'a, Q: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a P>>>(<br> &self, <br> icon2: Q<br> ) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>;
|
||||
fn <a href='#tymethod.serialize' class='fnname'>serialize</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_attribute_iter.rs.html#18-26' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_attribute_iter.rs.html#19-27' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuAttributeIterExt {
|
||||
fn <a href='#tymethod.get_name' class='fnname'>get_name</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
fn <a href='#tymethod.get_next' class='fnname'>get_next</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu.rs.html#26-57' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu.rs.html#27-58' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuExt {
|
||||
fn <a href='#tymethod.append' class='fnname'>append</a><'a, 'b, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>, Q: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'b <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>>>>(<br> &self, <br> label: P, <br> detailed_action: Q<br> );
|
||||
fn <a href='#tymethod.append_item' class='fnname'>append_item</a>(&self, item: &<a class="struct" href="../gio/struct.MenuItem.html" title="struct gio::MenuItem">MenuItem</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_item.rs.html#55-85' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_item.rs.html#56-86' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuItemExt {
|
||||
fn <a href='#tymethod.get_attribute_value' class='fnname'>get_attribute_value</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant_type/struct.VariantTy.html" title="struct glib::variant_type::VariantTy">VariantTy</a>>>>(<br> &self, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> expected_type: P<br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>;
|
||||
fn <a href='#tymethod.get_link' class='fnname'>get_link</a>(&self, link: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_link_iter.rs.html#18-26' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_link_iter.rs.html#19-27' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuLinkIterExt {
|
||||
fn <a href='#tymethod.get_name' class='fnname'>get_name</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>>;
|
||||
fn <a href='#tymethod.get_next' class='fnname'>get_next</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a><a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>, <a class="struct" href="../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_model.rs.html#25-43' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/menu_model.rs.html#26-44' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait MenuModelExt {
|
||||
fn <a href='#tymethod.get_item_attribute_value' class='fnname'>get_item_attribute_value</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant_type/struct.VariantTy.html" title="struct glib::variant_type::VariantTy">VariantTy</a>>>>(<br> &self, <br> item_index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, <br> attribute: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> expected_type: P<br> ) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>;
|
||||
fn <a href='#tymethod.get_item_link' class='fnname'>get_item_link</a>(&self, item_index: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>, link: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.MenuModel.html" title="struct gio::MenuModel">MenuModel</a>>;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/notification.rs.html#31-64' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/notification.rs.html#32-65' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait NotificationExt {
|
||||
fn <a href='#tymethod.add_button' class='fnname'>add_button</a>(&self, label: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, detailed_action: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>);
|
||||
fn <a href='#tymethod.add_button_with_target_value' class='fnname'>add_button_with_target_value</a><'a, P: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'a <a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>>>>(<br> &self, <br> label: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> action: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>, <br> target: P<br> );
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/simple_action.rs.html#41-52' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/simple_action.rs.html#42-53' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait SimpleActionExt {
|
||||
fn <a href='#tymethod.set_enabled' class='fnname'>set_enabled</a>(&self, enabled: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>);
|
||||
fn <a href='#tymethod.set_state' class='fnname'>set_state</a>(&self, value: &<a class="struct" href="../glib/variant/struct.Variant.html" title="struct glib::variant::Variant">Variant</a>);
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../src/gio/auto/simple_action_group.rs.html#27-35' title='goto source code'>[src]</a></span></h1>
|
||||
</span><a class='srclink' href='../src/gio/auto/simple_action_group.rs.html#28-36' title='goto source code'>[src]</a></span></h1>
|
||||
<pre class='rust trait'>pub trait SimpleActionGroupExt {
|
||||
fn <a href='#tymethod.insert' class='fnname'>insert</a><P: <a class="trait" href="../glib/object/trait.IsA.html" title="trait glib::object::IsA">IsA</a><<a class="struct" href="../gio/struct.Action.html" title="struct gio::Action">Action</a>>>(&self, action: &P);
|
||||
fn <a href='#tymethod.lookup' class='fnname'>lookup</a>(&self, action_name: &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../gio/struct.Action.html" title="struct gio::Action">Action</a>>;
|
||||
|
||||
Reference in New Issue
Block a user