Home
last modified time | relevance | path

Searched refs:SettingsSchemaKey (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dsettingsschemakey.cc60 return Glib::RefPtr<Gio::SettingsSchemaKey>(reinterpret_cast<Gio::SettingsSchemaKey*>(object)); in wrap()
69 void SettingsSchemaKey::reference() const in reference()
75 void SettingsSchemaKey::unreference() const in unreference()
81 GSettingsSchemaKey* SettingsSchemaKey::gobj() in gobj()
87 const GSettingsSchemaKey* SettingsSchemaKey::gobj() const in gobj()
93 GSettingsSchemaKey* SettingsSchemaKey::gobj_copy() const in gobj_copy()
102 Glib::ustring SettingsSchemaKey::get_name() const in get_name()
107 Glib::ustring SettingsSchemaKey::get_summary() const in get_summary()
112 Glib::ustring SettingsSchemaKey::get_description() const in get_description()
117 Glib::VariantType SettingsSchemaKey::get_value_type() const in get_value_type()
[all …]
H A Dsettingsschemakey.h45 class GIOMM_API SettingsSchemaKey final
49 using CppObjectType = SettingsSchemaKey;
73 SettingsSchemaKey() = delete;
76 SettingsSchemaKey(const SettingsSchemaKey&) = delete;
77 SettingsSchemaKey& operator=(const SettingsSchemaKey&) = delete;
238 Glib::RefPtr<Gio::SettingsSchemaKey> wrap(GSettingsSchemaKey* object, bool take_copy = false);
H A Dsettingsschema.h150 Glib::RefPtr<SettingsSchemaKey> get_key(const Glib::ustring& name);
162 Glib::RefPtr<const SettingsSchemaKey> get_key(const Glib::ustring& name) const;
H A Dsettingsschema.cc118 Glib::RefPtr<SettingsSchemaKey> SettingsSchema::get_key(const Glib::ustring& name) in get_key()
123 Glib::RefPtr<const SettingsSchemaKey> SettingsSchema::get_key(const Glib::ustring& name) const in get_key()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dsettings_schema_key.rs10 pub struct SettingsSchemaKey(Shared<ffi::GSettingsSchemaKey>);
19 impl SettingsSchemaKey { impl
83 impl fmt::Display for SettingsSchemaKey { implementation
H A Dsettings_schema.rs5 use crate::SettingsSchemaKey;
28 pub fn key(&self, name: &str) -> SettingsSchemaKey { in key() argument
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dsettings_schema_key.rs10 pub struct SettingsSchemaKey(Shared<ffi::GSettingsSchemaKey>);
19 impl SettingsSchemaKey { implementation
83 impl fmt::Display for SettingsSchemaKey { implementation
H A Dsettings_schema.rs5 use crate::SettingsSchemaKey;
28 pub fn key(&self, name: &str) -> SettingsSchemaKey { in key() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dsettings_schema_key.rs10 pub struct SettingsSchemaKey(Shared<ffi::GSettingsSchemaKey>);
19 impl SettingsSchemaKey { impl
83 impl fmt::Display for SettingsSchemaKey { implementation
H A Dsettings_schema.rs5 use crate::SettingsSchemaKey;
28 pub fn key(&self, name: &str) -> SettingsSchemaKey { in key() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dsettings_schema_key.rs10 pub struct SettingsSchemaKey(Shared<ffi::GSettingsSchemaKey>);
19 impl SettingsSchemaKey { impl
83 impl fmt::Display for SettingsSchemaKey { implementation
H A Dsettings_schema.rs5 use crate::SettingsSchemaKey;
28 pub fn key(&self, name: &str) -> SettingsSchemaKey { in key() argument
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dsettings_schema_key.rs10 pub struct SettingsSchemaKey(Shared<ffi::GSettingsSchemaKey>);
19 impl SettingsSchemaKey { impl
83 impl fmt::Display for SettingsSchemaKey { implementation
H A Dsettings_schema.rs5 use crate::SettingsSchemaKey;
28 pub fn key(&self, name: &str) -> SettingsSchemaKey { in key() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dsettings_schema_key.rs10 pub struct SettingsSchemaKey(Shared<ffi::GSettingsSchemaKey>);
19 impl SettingsSchemaKey { impl
83 impl fmt::Display for SettingsSchemaKey { implementation
H A Dsettings_schema.rs5 use crate::SettingsSchemaKey;
28 pub fn key(&self, name: &str) -> SettingsSchemaKey { in key() argument
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dsettings_schema.rs8 use SettingsSchemaKey;
26 pub fn get_key(&self, name: &str) -> Option<SettingsSchemaKey> { in get_key() argument
H A Dsettings_schema_key.rs12 pub struct SettingsSchemaKey(Shared<gio_sys::GSettingsSchemaKey>);
21 impl SettingsSchemaKey { impl
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dsettings_schema_key.rs12 pub struct SettingsSchemaKey(Shared<gio_sys::GSettingsSchemaKey>);
21 impl SettingsSchemaKey { impl
H A Dsettings_schema.rs8 use SettingsSchemaKey;
26 pub fn get_key(&self, name: &str) -> Option<SettingsSchemaKey> { in get_key() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dsettings_schema_key.rs12 pub struct SettingsSchemaKey(Shared<gio_sys::GSettingsSchemaKey>);
21 impl SettingsSchemaKey { implementation
H A Dsettings_schema.rs8 use SettingsSchemaKey;
26 pub fn get_key(&self, name: &str) -> Option<SettingsSchemaKey> { in get_key() argument
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dsettingsschemakey.hg38 class GIOMM_API SettingsSchemaKey final
40 …_CLASS_OPAQUE_REFCOUNTED(SettingsSchemaKey, GSettingsSchemaKey, NONE, g_settings_schema_key_ref, g…
H A Dsettingsschema.hg71 …_WRAP_METHOD(Glib::RefPtr<SettingsSchemaKey> get_key(const Glib::ustring& name), g_settings_schema…
72 …_WRAP_METHOD(Glib::RefPtr<const SettingsSchemaKey> get_key(const Glib::ustring& name) const, g_set…
/dports/devel/glibmm/glibmm-2.64.2/tools/m4/
H A Dconvert_gio.m4278 _CONVERSION(`GSettingsSchemaKey*',`Glib::RefPtr<SettingsSchemaKey>',`Glib::wrap($3)')
279 _CONVERSION(`GSettingsSchemaKey*',`Glib::RefPtr<const SettingsSchemaKey>',`Glib::wrap($3)')

12