raise
Description:
Sends signal sig to the program.
The signal handler, specified using @signal is invoked.
If the user-defined signal handling strategy is not set using @signal yet, it is implementation-defined whether the signal will be ignored or default handler will be invoked.
Parameters:
| sig | 
           the signal to be sent.  | 
      
Returns:
| 
           0 upon success, non-zero value on failure.  | 
      
Namespace: GLib.Process
  
  Package: glib-2.0