package ocgtk
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gio/Ocgtk_gio/Gio/Wrappers/Credentials/index.html
Module Wrappers.Credentials
type t = [ `credentials | `object_ ] Gobject.objval new_ : unit -> tCreate a new Credentials
val to_string : t -> stringCreates a human-readable textual representation of @credentials that can be used in logging and debug messages. The format of the returned string may change in future GLib release.
Tries to set the UNIX user identifier on @credentials. This method is only available on UNIX platforms.
This operation can fail if #GCredentials is not supported on the OS or if the native credentials type does not contain information about the UNIX user. It can also fail if the OS does not allow the use of "spoofed" credentials.
Checks if @credentials and @other_credentials is the same user.
This operation can fail if #GCredentials is not supported on the the OS.
Tries to get the UNIX user identifier from @credentials. This method is only available on UNIX platforms.
This operation can fail if #GCredentials is not supported on the OS or if the native credentials type does not contain information about the UNIX user.
Tries to get the UNIX process identifier from @credentials. This method is only available on UNIX platforms.
This operation can fail if #GCredentials is not supported on the OS or if the native credentials type does not contain information about the UNIX process ID.