Searched refs:fam_source (Results 1 – 1 of 1) sorted by relevance
31 static GSource *fam_source; variable54 gint64 now = g_source_get_time (fam_source); in G_DEFINE_DYNAMIC_TYPE()135 fam_source = g_unix_fd_source_new (FAMCONNECTION_GETFD (&fam_connection), G_IO_IN); in g_fam_file_monitor_is_supported()136 g_source_set_callback (fam_source, (GSourceFunc) g_fam_file_monitor_callback, NULL, NULL); in g_fam_file_monitor_is_supported()137 g_source_attach (fam_source, GLIB_PRIVATE_CALL(g_get_worker_context) ()); in g_fam_file_monitor_is_supported()