Function

Shellutil_get_uid

Declaration [src]

gint
shell_util_get_uid (
  void
)

Description [src]

A wrapper around getuid() so that it can be used from JavaScript. This function will always succeed.

Return value

Type: gint

The real user ID of the calling process.