:right-sidebar: True Pid =================================================================== .. currentmodule:: gi.repository.GLib .. class:: Pid(*args, **kwargs) :no-contents-entry: 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. Methods ------- .. rst-class:: interim-class .. class:: Pid :no-index: .. method:: close() -> None