Lines Matching full:notify
97 * @notify: (nullable): a #GDestroyNotify for @user_data, or %NULL
104 * @notify will be called on @user_data after @job_func has returned,
116 GDestroyNotify notify, in g_io_scheduler_push_job() argument
128 job->destroy_notify = notify; in g_io_scheduler_push_job()
191 GDestroyNotify notify; member
205 if (proxy->notify) in mainloop_proxy_func()
206 proxy->notify (proxy->data); in mainloop_proxy_func()
229 * @notify: (nullable): a #GDestroyNotify for @user_data, or %NULL
243 GDestroyNotify notify) in g_io_scheduler_job_send_to_mainloop() argument
255 proxy->notify = notify; in g_io_scheduler_job_send_to_mainloop()
284 * @notify: (nullable): a #GDestroyNotify for @user_data, or %NULL
293 * @func is called, either by passing %NULL as @notify to
302 GDestroyNotify notify) in g_io_scheduler_job_send_to_mainloop_async() argument
313 proxy->notify = notify; in g_io_scheduler_job_send_to_mainloop_async()