UnixProcess.full


Description:

[ CCode ( has_construct_function = false , type = "PolkitSubject*" ) ]
public UnixProcess.full (int pid, uint64 start_time)

Creates a new UnixProcess object for pid and start_time.

The uid of the process will be looked up in using e.g. the <filename>/proc</filename> filesystem depending on the platform in use.

Parameters:

pid

The process id.

start_time

The start time for pid.

Returns:

A Subject. Free with unref.