Lines Matching full:user_data
68 gpointer user_data);
81 gpointer user_data)
169 gpointer user_data)
209 * @user_data: data to pass to @job_func
210 * @notify: a #GDestroyNotify for @user_data, or %NULL
217 * @notify will be called on @user_data after @job_func has returned,
226 gpointer user_data,
238 job->data = user_data;
345 * @user_data: data to pass to @func
346 * @notify: a #GDestroyNotify for @user_data, or %NULL
357 gpointer user_data,
373 ret_val = func (user_data);
375 notify (user_data);
381 proxy->data = user_data;
408 * @user_data: data to pass to @func
409 * @notify: a #GDestroyNotify for @user_data, or %NULL
416 * Note that if you are passing the @user_data from g_io_scheduler_push_job()
419 * g_io_scheduler_push_job() or by using refcounting for @user_data.
424 gpointer user_data,
439 func (user_data);
441 notify (user_data);
447 proxy->data = user_data;