package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Credentials.credentials

method get_unix_pid : unit -> (int, GError.t) result
method get_unix_user : unit -> (int, GError.t) result
method is_same_user : credentials_t -> (bool, GError.t) result
method set_unix_user : int -> (bool, GError.t) result
method to_string : unit -> string
method as_credentials : Ocgtk_gio__.Credentials.t