Function
GLibUnixfd_add_full
Declaration [src]
guint
g_unix_fd_add_full (
gint priority,
gint fd,
GIOCondition condition,
GUnixFDSourceFunc function,
gpointer user_data,
GDestroyNotify notify
)
Parameters
priority
-
Type:
gint
No description available.
fd
-
Type:
gint
No description available.
condition
-
Type:
GIOCondition
No description available.
function
-
Type:
GUnixFDSourceFunc
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.