Function
GLibUnixsignal_add_full
Declaration [src]
guint
g_unix_signal_add_full (
  gint priority,
  gint signum,
  GSourceFunc handler,
  gpointer user_data,
  GDestroyNotify notify
)
Parameters
- priority
- 
            Type: gintNo description available. 
- signum
- 
            Type: gintNo description available. 
- handler
- 
            Type: GSourceFuncNo description available. 
- user_data
- 
            Type: gpointerNo description available. The argument can be NULL.The data is owned by the caller of the function. 
- notify
- 
            Type: GDestroyNotifyNo description available.