Function
GLibUnixsignal_add
since: 2.0
Declaration [src]
guint
g_unix_signal_add (
gint signum,
GSourceFunc handler,
gpointer user_data
)
Description
No description available.
Available since: 2.0
This function is not directly available to language bindings.
Parameters
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.