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: gintNo description available. 
- fd
- 
            Type: gintNo description available. 
- condition
- 
            Type: GIOConditionNo description available. 
- function
- 
            Type: GUnixFDSourceFuncNo 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.