kill 'callback'

2001-12-20  Michael Meeks  <michael@ximian.com>

	* glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
This commit is contained in:
Michael Meeks 2001-12-20 08:52:01 +00:00 committed by Michael Meeks
parent f317049727
commit f53e8207b5
9 changed files with 32 additions and 1 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View File

@ -59,7 +59,6 @@ struct _GIOUnixWatch
GPollFD pollfd;
GIOChannel *channel;
GIOCondition condition;
GIOFunc callback;
};