Trait gio::prelude::UnixFDMessageExt
source · pub trait UnixFDMessageExt: IsA<UnixFDMessage> + Sealed + 'static {
// Provided method
fn fd_list(&self) -> UnixFDList { ... }
}
Available on Unix only.
Expand description
Provided Methods§
sourcefn fd_list(&self) -> UnixFDList
fn fd_list(&self) -> UnixFDList
Gets the #GUnixFDList contained in @self. This function does not return a reference to the caller, but the returned list is valid for the lifetime of @self.
§Returns
the #GUnixFDList from @self
Object Safety§
This trait is not object safe.