Imported Upstream version 2.67.2
[platform/upstream/glib.git] / gio / inotify / inotify-kernel.c
index 05cdcb1..1a30fc8 100644 (file)
@@ -372,8 +372,8 @@ ik_source_new (gboolean (* callback) (ik_event_t *event))
 {
   static GSourceFuncs source_funcs = {
     NULL, NULL,
-    ik_source_dispatch
-    /* should have a finalize, but it will never happen */
+    ik_source_dispatch,
+    NULL, NULL, NULL
   };
   InotifyKernelSource *iks;
   GSource *source;