Package org.gnome.glib
Class Pid
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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pid[]
fromNativeArray
(MemorySegment address, long length, boolean free) Methods inherited from class io.github.jwharm.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue
-
Constructor Details
-
Pid
public Pid(int value) Create a new Pid with the provided value
-
-
Method Details
-
fromNativeArray
-