summaryrefslogtreecommitdiff
path: root/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/e201c61b-7d89-46b1-96a5-ac830f14bc71/comments/23980808-2a33-4d30-84af-27cd91401928/body
diff options
context:
space:
mode:
Diffstat (limited to '.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/e201c61b-7d89-46b1-96a5-ac830f14bc71/comments/23980808-2a33-4d30-84af-27cd91401928/body')
-rw-r--r--.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/e201c61b-7d89-46b1-96a5-ac830f14bc71/comments/23980808-2a33-4d30-84af-27cd91401928/body6
1 files changed, 0 insertions, 6 deletions
diff --git a/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/e201c61b-7d89-46b1-96a5-ac830f14bc71/comments/23980808-2a33-4d30-84af-27cd91401928/body b/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/e201c61b-7d89-46b1-96a5-ac830f14bc71/comments/23980808-2a33-4d30-84af-27cd91401928/body
deleted file mode 100644
index c6afe35..0000000
--- a/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/e201c61b-7d89-46b1-96a5-ac830f14bc71/comments/23980808-2a33-4d30-84af-27cd91401928/body
+++ /dev/null
@@ -1,6 +0,0 @@
-Also check that the GDestroyNotify (if supported and passed) matches the user_data type, e.g.
- X *user_data;
- g_idle_add_full (0, (GSourceFunc) callback, user_data, (GDestroyNotify) X_free);
- static void X_free (Y *data) { … }
-
-Check that X <: Y.