Function

GLibUnixsignal_add_full

Declaration

guint
g_unix_signal_add_full (
  gint priority,
  gint signum,
  GSourceFunc handler,
  gpointer user_data,
  GDestroyNotify notify
)

Description

No description available.

Parameters

priority

Type: gint

No description available.

signum

Type: gint

No description available.

handler

Type: GSourceFunc

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
notify

Type: GDestroyNotify

No description available.

Return value

Type: guint

No description available.