mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 02:48:54 +02:00
Add a little bit of padding.
Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com> * glib/giochannel.h (struct _GIOChannel): Add a little bit of padding. * glib/gmain.h (struct _GSource): Add a little bit of padding.
This commit is contained in:
@@ -127,6 +127,9 @@ struct _GIOChannel
|
||||
guint is_readable : 1; /* Cached GIOFlag */
|
||||
guint is_writeable : 1; /* ditto */
|
||||
guint is_seekable : 1; /* ditto */
|
||||
|
||||
gpointer reserved1;
|
||||
gpointer reserved2;
|
||||
};
|
||||
|
||||
typedef gboolean (*GIOFunc) (GIOChannel *source,
|
||||
|
Reference in New Issue
Block a user