Class Pid


@Generated("org.javagi.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.

  • Constructor Details

    • Pid

      public Pid(int value)
      Create a new Pid with the provided value
  • Method Details