[][src]Trait gio::CredentialsExt

pub trait CredentialsExt: 'static {
    fn get_unix_pid(&self) -> Result<i32, Error>;
fn get_unix_user(&self) -> Result<(), Error>;
fn is_same_user<P: IsA<Credentials>>(
        &self,
        other_credentials: &P
    ) -> Result<(), Error>;
fn set_unix_user(&self, uid: u32) -> Result<(), Error>;
fn to_string(&self) -> GString; }

Required methods

fn get_unix_pid(&self) -> Result<i32, Error>

fn get_unix_user(&self) -> Result<(), Error>

fn is_same_user<P: IsA<Credentials>>(
    &self,
    other_credentials: &P
) -> Result<(), Error>

fn set_unix_user(&self, uid: u32) -> Result<(), Error>

fn to_string(&self) -> GString

Loading content...

Implementors

impl<O: IsA<Credentials>> CredentialsExt for O[src]

Loading content...