Struct libflatpak::Installation
source · pub struct Installation { /* private fields */ }
Expand description
§Implements
InstallationExt
, InstallationExtManual
GLib type: GObject with reference counted clone semantics.
Implementations§
source§impl Installation
impl Installation
pub const NONE: Option<&'static Installation> = None
sourcepub fn for_path(
path: &impl IsA<File>,
user: bool,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Installation, Error>
pub fn for_path( path: &impl IsA<File>, user: bool, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Installation, Error>
Creates a new Installation
for the installation at the given path
.
§path
§user
whether this is a user-specific location
§cancellable
§Returns
a new Installation
sourcepub fn new_system(
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Installation, Error>
pub fn new_system( cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Installation, Error>
Creates a new Installation
for the default system-wide installation.
§cancellable
§Returns
a new Installation
sourcepub fn new_system_with_id(
id: Option<&str>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Installation, Error>
pub fn new_system_with_id( id: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Installation, Error>
Creates a new Installation
for the system-wide installation id
.
§id
the ID of the system-wide installation
§cancellable
§Returns
a new Installation
sourcepub fn new_user(
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Installation, Error>
pub fn new_user( cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Installation, Error>
Trait Implementations§
source§impl Clone for Installation
impl Clone for Installation
source§impl Debug for Installation
impl Debug for Installation
source§impl HasParamSpec for Installation
impl HasParamSpec for Installation
type ParamSpec = ParamSpecObject
§type SetValue = Installation
type SetValue = Installation
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(_: &str) -> ParamSpecObjectBuilder<'_, Installation>
fn param_spec_builder() -> Self::BuilderFn
source§impl Hash for Installation
impl Hash for Installation
source§impl Ord for Installation
impl Ord for Installation
source§fn cmp(&self, other: &Self) -> Ordering
fn cmp(&self, other: &Self) -> Ordering
Comparison for two GObjects.
Compares the memory addresses of the provided objects.
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl ParentClassIs for Installation
impl ParentClassIs for Installation
source§impl<OT: ObjectType> PartialEq<OT> for Installation
impl<OT: ObjectType> PartialEq<OT> for Installation
source§impl<OT: ObjectType> PartialOrd<OT> for Installation
impl<OT: ObjectType> PartialOrd<OT> for Installation
source§impl StaticType for Installation
impl StaticType for Installation
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for Installation
Auto Trait Implementations§
impl Freeze for Installation
impl RefUnwindSafe for Installation
impl !Send for Installation
impl !Sync for Installation
impl Unpin for Installation
impl UnwindSafe for Installation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Cast for Twhere
T: ObjectType,
impl<T> Cast for Twhere
T: ObjectType,
source§fn upcast<T>(self) -> Twhere
T: ObjectType,
Self: IsA<T>,
fn upcast<T>(self) -> Twhere
T: ObjectType,
Self: IsA<T>,
Upcasts an object to a superclass or interface
T
. Read moresource§fn upcast_ref<T>(&self) -> &Twhere
T: ObjectType,
Self: IsA<T>,
fn upcast_ref<T>(&self) -> &Twhere
T: ObjectType,
Self: IsA<T>,
Upcasts an object to a reference of its superclass or interface
T
. Read moresource§fn downcast<T>(self) -> Result<T, Self>where
T: ObjectType,
Self: MayDowncastTo<T>,
fn downcast<T>(self) -> Result<T, Self>where
T: ObjectType,
Self: MayDowncastTo<T>,
Tries to downcast to a subclass or interface implementor
T
. Read moresource§fn downcast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
Self: MayDowncastTo<T>,
fn downcast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
Self: MayDowncastTo<T>,
Tries to downcast to a reference of its subclass or interface implementor
T
. Read moresource§fn dynamic_cast<T>(self) -> Result<T, Self>where
T: ObjectType,
fn dynamic_cast<T>(self) -> Result<T, Self>where
T: ObjectType,
Tries to cast to an object of type
T
. This handles upcasting, downcasting
and casting between interface and interface implementors. All checks are performed at
runtime, while upcast
will do many checks at compile-time already. downcast
will
perform the same checks at runtime as dynamic_cast
, but will also ensure some amount of
compile-time safety. Read moresource§fn dynamic_cast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
fn dynamic_cast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
Tries to cast to reference to an object of type
T
. This handles upcasting, downcasting
and casting between interface and interface implementors. All checks are performed at
runtime, while downcast
and upcast
will do many checks at compile-time already. Read moresource§unsafe fn unsafe_cast<T>(self) -> Twhere
T: ObjectType,
unsafe fn unsafe_cast<T>(self) -> Twhere
T: ObjectType,
Casts to
T
unconditionally. Read moresource§unsafe fn unsafe_cast_ref<T>(&self) -> &Twhere
T: ObjectType,
unsafe fn unsafe_cast_ref<T>(&self) -> &Twhere
T: ObjectType,
Casts to
&T
unconditionally. Read moresource§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GList) -> Vec<T>
unsafe fn from_glib_container_as_vec(_: *const GList) -> Vec<T>
unsafe fn from_glib_full_as_vec(_: *const GList) -> Vec<T>
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GPtrArray) -> Vec<T>
unsafe fn from_glib_container_as_vec(_: *const GPtrArray) -> Vec<T>
unsafe fn from_glib_full_as_vec(_: *const GPtrArray) -> Vec<T>
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GSList) -> Vec<T>
unsafe fn from_glib_container_as_vec(_: *const GSList) -> Vec<T>
unsafe fn from_glib_full_as_vec(_: *const GSList) -> Vec<T>
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GList) -> Vec<T>
unsafe fn from_glib_container_as_vec(ptr: *mut GList) -> Vec<T>
unsafe fn from_glib_full_as_vec(ptr: *mut GList) -> Vec<T>
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GPtrArray) -> Vec<T>
unsafe fn from_glib_container_as_vec(ptr: *mut GPtrArray) -> Vec<T>
unsafe fn from_glib_full_as_vec(ptr: *mut GPtrArray) -> Vec<T>
source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GSList) -> Vec<T>
unsafe fn from_glib_container_as_vec(ptr: *mut GSList) -> Vec<T>
unsafe fn from_glib_full_as_vec(ptr: *mut GSList) -> Vec<T>
source§impl<O> InstallationExt for Owhere
O: IsA<Installation>,
impl<O> InstallationExt for Owhere
O: IsA<Installation>,
source§fn add_remote(
&self,
remote: &impl IsA<Remote>,
if_needed: bool,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn add_remote( &self, remote: &impl IsA<Remote>, if_needed: bool, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Adds a new
remote
object to the set of remotes. This is similar
to modify_remote()
for non-existing remote
names. However, if the named remote already exists then instead of
modifying it it fails with Error::AlreadyInstalled
, or if
if_needed
is true it silently succeeds without doing anything. Read moresource§fn cleanup_local_refs_sync(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn cleanup_local_refs_sync( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Remove all OSTree refs from the local flatpak repository which are not
in a deployed state. The next time the underlying OSTree repo is pruned,
objects which were attached to that ref will be removed. This is useful if
you pulled a flatpak refs using
InstallationExtManual::install_full()
and
specified InstallFlags::NO_DEPLOY
but then decided not to
deploy the refs later on and want to remove the local refs to prevent them
from taking up disk space. Note that this will not remove the objects
referred to by ref_
from the underlying OSTree repo, you should use
prune_local_repo()
to do that. Read moresource§fn create_monitor(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<FileMonitor, Error>
fn create_monitor( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<FileMonitor, Error>
source§fn drop_caches(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn drop_caches( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Drops all internal (in-memory) caches. For instance, this may be needed to pick up new or changed
remotes configured outside this installation instance. Read more
source§fn fetch_remote_metadata_sync(
&self,
remote_name: &str,
ref_: &impl IsA<Ref>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Bytes, Error>
fn fetch_remote_metadata_sync( &self, remote_name: &str, ref_: &impl IsA<Ref>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Bytes, Error>
Obtains the metadata file from a commit. Read more
source§fn fetch_remote_ref_sync(
&self,
remote_name: &str,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<RemoteRef, Error>
fn fetch_remote_ref_sync( &self, remote_name: &str, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<RemoteRef, Error>
Gets the current remote branch of a ref in the remote. Read more
source§fn fetch_remote_ref_sync_full(
&self,
remote_name: &str,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
flags: QueryFlags,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<RemoteRef, Error>
fn fetch_remote_ref_sync_full( &self, remote_name: &str, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, flags: QueryFlags, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<RemoteRef, Error>
Gets the current remote branch of a ref in the remote. Read more
source§fn fetch_remote_size_sync(
&self,
remote_name: &str,
ref_: &impl IsA<Ref>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(u64, u64), Error>
fn fetch_remote_size_sync( &self, remote_name: &str, ref_: &impl IsA<Ref>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(u64, u64), Error>
Gets information about the maximum amount of data that needs to be transferred
to pull the ref from a remote repository, and about the amount of
local disk space that is required to check out this commit. Read more
source§fn config(
&self,
key: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<GString, Error>
fn config( &self, key: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<GString, Error>
Get a global configuration option for the installation, see
set_config_sync()
for supported keys. Read moresource§fn current_installed_app(
&self,
name: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<InstalledRef, Error>
fn current_installed_app( &self, name: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
Get the last build of reference
name
that was installed with
InstallationExtManual::install()
, or None
if the reference has
never been installed locally. Read moresource§fn default_languages(&self) -> Result<Vec<GString>, Error>
fn default_languages(&self) -> Result<Vec<GString>, Error>
Get the default languages used by the installation to decide which
subpaths to install of locale extensions. This list may also be used
by frontends like GNOME Software to decide which language-specific apps
to display. An empty array means that all languages should be installed. Read more
source§fn default_locales(&self) -> Result<Vec<GString>, Error>
fn default_locales(&self) -> Result<Vec<GString>, Error>
Like
default_languages()
but includes territory
information (e.g. en_US
rather than en
) which may be included in the
extra-languages
configuration. Read moresource§fn display_name(&self) -> Option<GString>
fn display_name(&self) -> Option<GString>
Returns the display name of the installation for
self
. Read morefn installed_ref( &self, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
source§fn is_user(&self) -> bool
fn is_user(&self) -> bool
Returns whether the installation is for a user-specific location. Read more
source§fn min_free_space_bytes(&self) -> Result<u64, Error>
fn min_free_space_bytes(&self) -> Result<u64, Error>
Returns the min-free-space config value from the OSTree repository of this installation. Read more
source§fn is_no_interaction(&self) -> bool
fn is_no_interaction(&self) -> bool
Returns the value set with
set_no_interaction()
. Read moresource§fn priority(&self) -> i32
fn priority(&self) -> i32
Returns the numeric priority of the installation for
self
. Read moresource§fn remote_by_name(
&self,
name: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Remote, Error>
fn remote_by_name( &self, name: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Remote, Error>
Looks up a remote by name. Read more
source§fn storage_type(&self) -> StorageType
fn storage_type(&self) -> StorageType
Returns the type of storage of the installation for
self
. Read moresource§fn install_ref_file(
&self,
ref_file_data: &Bytes,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<RemoteRef, Error>
fn install_ref_file( &self, ref_file_data: &Bytes, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<RemoteRef, Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_install_flatpakref()
instead. It has a lot more interesting features. Read moresource§fn launch(
&self,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
commit: Option<&str>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn launch( &self, name: &str, arch: Option<&str>, branch: Option<&str>, commit: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Launch an installed application. Read more
source§fn list_installed_refs(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<InstalledRef>, Error>
fn list_installed_refs( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<InstalledRef>, Error>
Lists the installed references. Read more
source§fn list_installed_refs_by_kind(
&self,
kind: RefKind,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<InstalledRef>, Error>
fn list_installed_refs_by_kind( &self, kind: RefKind, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<InstalledRef>, Error>
Lists the installed references of a specific kind. Read more
source§fn list_installed_refs_for_update(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<InstalledRef>, Error>
fn list_installed_refs_for_update( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<InstalledRef>, Error>
Lists the installed apps and runtimes that have an update available, either
from the configured remote or locally available but not deployed (see
TransactionExt::set_no_deploy()
). Read moreLists all the locally installed refs that are related to
ref_
. These are
things that are interesting to install, update, or uninstall together with
ref_
. For instance, locale data or debug information. Read moresource§fn list_pinned_refs(
&self,
arch: Option<&str>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<InstalledRef>, Error>
fn list_pinned_refs( &self, arch: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<InstalledRef>, Error>
Lists the installed references that are pinned, meaning they will not be
returned by
list_unused_refs()
and won’t be removed
unless explicitly specified for removal. Read moresource§fn list_remote_refs_sync(
&self,
remote_or_uri: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<RemoteRef>, Error>
fn list_remote_refs_sync( &self, remote_or_uri: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<RemoteRef>, Error>
Lists all the applications and runtimes in a remote. Read more
source§fn list_remote_refs_sync_full(
&self,
remote_or_uri: &str,
flags: QueryFlags,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<RemoteRef>, Error>
fn list_remote_refs_sync_full( &self, remote_or_uri: &str, flags: QueryFlags, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<RemoteRef>, Error>
Lists all the applications and runtimes in a remote. Read more
Lists all the available refs on
remote_name
that are related to ref_
, and
which are appropriate for the installed version of ref_
. For example if the
installed version of org.videolan.VLC has a related ref of
org.videolan.VLC.Plugin.bdj//3-19.08 and the remote version of VLC has a
related ref of org.videolan.VLC.Plugin.bdj//3-20.08, this function will only
return the 3-19.08 branch. Read moreLists all the available refs on
remote_name
that are related to
ref_
, and the subpaths to use. These are things that are
interesting to install, update, or uninstall together with
ref_
. For instance, locale data or debug information. Read moresource§fn list_remotes(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<Remote>, Error>
fn list_remotes( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<Remote>, Error>
Lists the static remotes, in priority (highest first) order. For same
priority, an earlier added remote comes before a later added one. Read more
source§fn list_unused_refs(
&self,
arch: Option<&str>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<Vec<InstalledRef>, Error>
fn list_unused_refs( &self, arch: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<Vec<InstalledRef>, Error>
Lists the installed references that are not ‘used’. Read more
source§fn load_app_overrides(
&self,
app_id: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<GString, Error>
fn load_app_overrides( &self, app_id: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<GString, Error>
Loads the metadata overrides file for an application. Read more
source§fn modify_remote(
&self,
remote: &impl IsA<Remote>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn modify_remote( &self, remote: &impl IsA<Remote>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Saves changes in the
remote
object. Read moresource§fn prune_local_repo(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn prune_local_repo( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Remove all orphaned OSTree objects from the underlying OSTree repo in
self
. Read moresource§fn remove_local_ref_sync(
&self,
remote_name: &str,
ref_: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn remove_local_ref_sync( &self, remote_name: &str, ref_: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Remove the OSTree ref given by
remote_name
:ref_
from the local flatpak
repository. The next time the underlying OSTree repo is pruned, objects
which were attached to that ref will be removed. This is useful if you
pulled a flatpak ref using InstallationExtManual::install_full()
and
specified InstallFlags::NO_DEPLOY
but then decided not to
deploy the ref later on and want to remove the local ref to prevent it
from taking up disk space. Note that this will not remove the objects
referred to by ref_
from the underlying OSTree repo, you should use
prune_local_repo()
to do that. Read moresource§fn remove_remote(
&self,
name: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn remove_remote( &self, name: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Removes the remote with the given name from the installation. Read more
source§fn run_triggers(
&self,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn run_triggers( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Run the trigger commands to update the files exported by the apps in
self
. Should be used after one or more app install, upgrade or
uninstall operations with the InstallFlags::NO_TRIGGERS
,
UpdateFlags::NO_TRIGGERS
or UninstallFlags::NO_TRIGGERS
flags set. Read moresource§fn set_config_sync(
&self,
key: &str,
value: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn set_config_sync( &self, key: &str, value: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Set a global configuration option for the installation, currently
the only supported keys are
languages
, which is a semicolon-separated
list of language codes like "sv;en;pl"
, or ""
to mean all languages,
and extra-languages
, which is a semicolon-separated list of locale
identifiers like "en;en_DK;zh_HK.big5hkscs;uz_UZ.utf8
cyrillic"
. Read moresource§fn set_no_interaction(&self, no_interaction: bool)
fn set_no_interaction(&self, no_interaction: bool)
This method can be used to prevent interactive authorization dialogs to appear
for operations on
self
. This is useful for background operations that are not
directly triggered by a user action. Read moresource§fn update_remote_sync(
&self,
name: &str,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn update_remote_sync( &self, name: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Updates the local configuration of a remote repository by fetching
the related information from the summary file in the remote OSTree
repository and committing the changes to the local installation. Read more
source§impl<O> InstallationExtManual for Owhere
O: IsA<Installation>,
impl<O> InstallationExtManual for Owhere
O: IsA<Installation>,
source§fn update_appstream_sync(
&self,
remote_name: &str,
arch: Option<&str>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn update_appstream_sync( &self, remote_name: &str, arch: Option<&str>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
Updates the local copy of appstream for
remote_name
for the specified arch
.
If you need progress feedback, use update_appstream_full_sync()
. Read moresource§fn update_appstream_full_sync(
&self,
remote_name: &str,
arch: Option<&str>,
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn update_appstream_full_sync( &self, remote_name: &str, arch: Option<&str>, progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
source§fn update_full(
&self,
flags: UpdateFlags,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
subpaths: &[&str],
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<InstalledRef, Error>
fn update_full( &self, flags: UpdateFlags, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, subpaths: &[&str], progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_update()
instead. It has a lot more interesting features. Read moresource§fn uninstall(
&self,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn uninstall( &self, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_uninstall()
instead. It has a lot more interesting features. Read moresource§fn uninstall_full(
&self,
flags: UninstallFlags,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>
fn uninstall_full( &self, flags: UninstallFlags, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_uninstall()
instead. It has a lot more interesting features. Read moresource§fn update(
&self,
flags: UpdateFlags,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<InstalledRef, Error>
fn update( &self, flags: UpdateFlags, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_update()
instead. It has a lot more interesting features. Read moresource§fn install(
&self,
remote_name: &str,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<InstalledRef, Error>
fn install( &self, remote_name: &str, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_install()
instead. It has a lot more interesting features. Read moresource§fn install_bundle(
&self,
file: &impl IsA<File>,
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<InstalledRef, Error>
fn install_bundle( &self, file: &impl IsA<File>, progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_install_bundle()
instead. It has a lot more interesting features. Read moresource§fn install_full(
&self,
flags: InstallFlags,
remote_name: &str,
kind: RefKind,
name: &str,
arch: Option<&str>,
branch: Option<&str>,
subpaths: &[&str],
progress: Option<&mut dyn FnMut(&str, u32, bool)>,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<InstalledRef, Error>
fn install_full( &self, flags: InstallFlags, remote_name: &str, kind: RefKind, name: &str, arch: Option<&str>, branch: Option<&str>, subpaths: &[&str], progress: Option<&mut dyn FnMut(&str, u32, bool)>, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<InstalledRef, Error>
👎Deprecated: Since 1.7
This is an old deprecated function, you should use
Transaction
and TransactionExt::add_install()
instead. It has a lot more interesting features. Read moresource§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
source§impl<U> IsSubclassableExt for Uwhere
U: IsClass + ParentClassIs,
impl<U> IsSubclassableExt for Uwhere
U: IsClass + ParentClassIs,
fn parent_class_init<T>(class: &mut Class<U>)
fn parent_instance_init<T>(instance: &mut InitializingObject<T>)
source§impl<T> ObjectExt for Twhere
T: ObjectType,
impl<T> ObjectExt for Twhere
T: ObjectType,
source§fn is<U>(&self) -> boolwhere
U: StaticType,
fn is<U>(&self) -> boolwhere
U: StaticType,
Returns
true
if the object is an instance of (can be cast to) T
.source§fn object_class(&self) -> &Class<Object>
fn object_class(&self) -> &Class<Object>
Returns the
ObjectClass
of the object. Read moresource§fn class_of<U>(&self) -> Option<&Class<U>>where
U: IsClass,
fn class_of<U>(&self) -> Option<&Class<U>>where
U: IsClass,
Returns the class of the object in the given type
T
. Read moresource§fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>where
U: IsInterface,
fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>where
U: IsInterface,
Returns the interface
T
of the object. Read moresource§fn set_property_from_value(&self, property_name: &str, value: &Value)
fn set_property_from_value(&self, property_name: &str, value: &Value)
source§fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])
fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])
Sets multiple properties of the object at once. Read more
source§fn set_properties_from_value(&self, property_values: &[(&str, Value)])
fn set_properties_from_value(&self, property_values: &[(&str, Value)])
Sets multiple properties of the object at once. Read more
source§fn property<V>(&self, property_name: &str) -> Vwhere
V: for<'b> FromValue<'b> + 'static,
fn property<V>(&self, property_name: &str) -> Vwhere
V: for<'b> FromValue<'b> + 'static,
Gets the property
property_name
of the object and cast it to the type V. Read moresource§fn property_value(&self, property_name: &str) -> Value
fn property_value(&self, property_name: &str) -> Value
Gets the property
property_name
of the object. Read moresource§fn property_type(&self, property_name: &str) -> Option<Type>
fn property_type(&self, property_name: &str) -> Option<Type>
Get the type of the property
property_name
of this object. Read moresource§fn find_property(&self, property_name: &str) -> Option<ParamSpec>
fn find_property(&self, property_name: &str) -> Option<ParamSpec>
Get the
ParamSpec
of the property property_name
of this object.source§fn list_properties(&self) -> PtrSlice<ParamSpec>
fn list_properties(&self) -> PtrSlice<ParamSpec>
Return all
ParamSpec
of the properties of this object.source§fn freeze_notify(&self) -> PropertyNotificationFreezeGuard
fn freeze_notify(&self) -> PropertyNotificationFreezeGuard
Freeze all property notifications until the return guard object is dropped. Read more
source§unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)where
QD: 'static,
unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)where
QD: 'static,
Set arbitrary data on this object with the given
key
. Read moresource§unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>where
QD: 'static,
unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>where
QD: 'static,
Return previously set arbitrary data of this object with the given
key
. Read moresource§unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>where
QD: 'static,
unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>where
QD: 'static,
Retrieve previously set arbitrary data of this object with the given
key
. Read moresource§unsafe fn set_data<QD>(&self, key: &str, value: QD)where
QD: 'static,
unsafe fn set_data<QD>(&self, key: &str, value: QD)where
QD: 'static,
Set arbitrary data on this object with the given
key
. Read moresource§unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>where
QD: 'static,
unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>where
QD: 'static,
Return previously set arbitrary data of this object with the given
key
. Read moresource§unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>where
QD: 'static,
unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>where
QD: 'static,
Retrieve previously set arbitrary data of this object with the given
key
. Read moresource§fn block_signal(&self, handler_id: &SignalHandlerId)
fn block_signal(&self, handler_id: &SignalHandlerId)
Block a given signal handler. Read more
source§fn unblock_signal(&self, handler_id: &SignalHandlerId)
fn unblock_signal(&self, handler_id: &SignalHandlerId)
Unblock a given signal handler.
source§fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)
fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)
Stop emission of the currently emitted signal.
source§fn stop_signal_emission_by_name(&self, signal_name: &str)
fn stop_signal_emission_by_name(&self, signal_name: &str)
Stop emission of the currently emitted signal by the (possibly detailed) signal name.
source§fn connect<F>(
&self,
signal_name: &str,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
Connect to the signal
signal_name
on this object. Read moresource§fn connect_id<F>(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
Connect to the signal
signal_id
on this object. Read moresource§fn connect_local<F>(
&self,
signal_name: &str,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect_local<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
Connect to the signal
signal_name
on this object. Read moresource§fn connect_local_id<F>(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect_local_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
Connect to the signal
signal_id
on this object. Read moresource§unsafe fn connect_unsafe<F>(
&self,
signal_name: &str,
after: bool,
callback: F,
) -> SignalHandlerId
unsafe fn connect_unsafe<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
Connect to the signal
signal_name
on this object. Read moresource§unsafe fn connect_unsafe_id<F>(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
callback: F,
) -> SignalHandlerId
unsafe fn connect_unsafe_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
Connect to the signal
signal_id
on this object. Read moresource§fn connect_closure(
&self,
signal_name: &str,
after: bool,
closure: RustClosure,
) -> SignalHandlerId
fn connect_closure( &self, signal_name: &str, after: bool, closure: RustClosure, ) -> SignalHandlerId
Connect a closure to the signal
signal_name
on this object. Read moresource§fn connect_closure_id(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
closure: RustClosure,
) -> SignalHandlerId
fn connect_closure_id( &self, signal_id: SignalId, details: Option<Quark>, after: bool, closure: RustClosure, ) -> SignalHandlerId
Connect a closure to the signal
signal_id
on this object. Read moresource§fn watch_closure(&self, closure: &impl AsRef<Closure>)
fn watch_closure(&self, closure: &impl AsRef<Closure>)
Limits the lifetime of
closure
to the lifetime of the object. When
the object’s reference count drops to zero, the closure will be
invalidated. An invalidated closure will ignore any calls to
invoke_with_values
, or
invoke
when using Rust closures.source§fn emit<R>(&self, signal_id: SignalId, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
fn emit<R>(&self, signal_id: SignalId, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
Emit signal by signal id. Read more
source§fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>
fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>
Same as
Self::emit
but takes Value
for the arguments.source§fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
Emit signal by its name. Read more
source§fn emit_by_name_with_values(
&self,
signal_name: &str,
args: &[Value],
) -> Option<Value>
fn emit_by_name_with_values( &self, signal_name: &str, args: &[Value], ) -> Option<Value>
Emit signal by its name. Read more
source§fn emit_by_name_with_details<R>(
&self,
signal_name: &str,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
fn emit_by_name_with_details<R>(
&self,
signal_name: &str,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
Emit signal by its name with details. Read more
source§fn emit_by_name_with_details_and_values(
&self,
signal_name: &str,
details: Quark,
args: &[Value],
) -> Option<Value>
fn emit_by_name_with_details_and_values( &self, signal_name: &str, details: Quark, args: &[Value], ) -> Option<Value>
Emit signal by its name with details. Read more
source§fn emit_with_details<R>(
&self,
signal_id: SignalId,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
fn emit_with_details<R>(
&self,
signal_id: SignalId,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
Emit signal by signal id with details. Read more
source§fn emit_with_details_and_values(
&self,
signal_id: SignalId,
details: Quark,
args: &[Value],
) -> Option<Value>
fn emit_with_details_and_values( &self, signal_id: SignalId, details: Quark, args: &[Value], ) -> Option<Value>
Emit signal by signal id with details. Read more
source§fn disconnect(&self, handler_id: SignalHandlerId)
fn disconnect(&self, handler_id: SignalHandlerId)
Disconnect a previously connected signal handler.
source§fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
Connect to the
notify
signal of the object. Read moresource§fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
Connect to the
notify
signal of the object. Read moresource§unsafe fn connect_notify_unsafe<F>(
&self,
name: Option<&str>,
f: F,
) -> SignalHandlerId
unsafe fn connect_notify_unsafe<F>( &self, name: Option<&str>, f: F, ) -> SignalHandlerId
Connect to the
notify
signal of the object. Read moresource§fn notify(&self, property_name: &str)
fn notify(&self, property_name: &str)
Notify that the given property has changed its value. Read more
source§fn notify_by_pspec(&self, pspec: &ParamSpec)
fn notify_by_pspec(&self, pspec: &ParamSpec)
Notify that the given property has changed its value. Read more
source§fn add_weak_ref_notify<F>(&self, f: F) -> WeakRefNotify<T>
fn add_weak_ref_notify<F>(&self, f: F) -> WeakRefNotify<T>
Add a callback to be notified when the Object is disposed.
source§fn add_weak_ref_notify_local<F>(&self, f: F) -> WeakRefNotify<T>where
F: FnOnce() + 'static,
fn add_weak_ref_notify_local<F>(&self, f: F) -> WeakRefNotify<T>where
F: FnOnce() + 'static,
Add a callback to be notified when the Object is disposed. Read more
source§fn bind_property<'a, 'f, 't, O>(
&'a self,
source_property: &'a str,
target: &'a O,
target_property: &'a str,
) -> BindingBuilder<'a, 'f, 't>where
O: ObjectType,
fn bind_property<'a, 'f, 't, O>(
&'a self,
source_property: &'a str,
target: &'a O,
target_property: &'a str,
) -> BindingBuilder<'a, 'f, 't>where
O: ObjectType,
source§unsafe fn run_dispose(&self)
unsafe fn run_dispose(&self)
Runs the dispose mechanism of the object. Read more
source§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.