kill 'callback'
authorMichael Meeks <michael@ximian.com>
Thu, 20 Dec 2001 08:52:01 +0000 (08:52 +0000)
committerMichael Meeks <michael@src.gnome.org>
Thu, 20 Dec 2001 08:52:01 +0000 (08:52 +0000)
2001-12-20  Michael Meeks  <michael@ximian.com>

* glib/giounix.c (struct _GIOUnixWatch): kill 'callback'

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giounix.c

index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index cbc97b2e635cd79aa3b1c8f7181c7fda5a652bb8..2e77eb0da33c4754b28a1db42a7374992288220e 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
 Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
index 34ba4e9b4a5ac4fd234017e32f22e0d0a0bf247b..bc5211215f21b98f20b26903e274ca4a2dfabe09 100644 (file)
@@ -59,7 +59,6 @@ struct _GIOUnixWatch
   GPollFD       pollfd;
   GIOChannel   *channel;
   GIOCondition  condition;
-  GIOFunc       callback;
 };