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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 cbc97b2..2e77eb0 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 34ba4e9..bc52112 100644 (file)
@@ -59,7 +59,6 @@ struct _GIOUnixWatch
   GPollFD       pollfd;
   GIOChannel   *channel;
   GIOCondition  condition;
-  GIOFunc       callback;
 };