Class Pid

java.lang.Object
org.javagi.base.Alias<Integer>
org.gnome.glib.Pid

@Generated("io.github.jwharm.JavaGI") public class Pid extends Alias<Integer>
A type which is used to hold a process identification.

On UNIX, processes are identified by a process id (an integer), while Windows uses process handles (which are pointers).

GPid is used in GLib only for descendant processes spawned with the g_spawn functions.