Trait gio::prelude::CredentialsExt[][src]

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>[src]

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

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

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

fn to_string(&self) -> GString[src]

Loading content...

Implementors

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

Loading content...