mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
gio: port networking classes from GSimpleAsyncResult to GTask
https://bugzilla.gnome.org/show_bug.cgi?id=661767
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include "gsocket.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
#include "gsimpleasyncresult.h"
|
||||
#include "gcancellable.h"
|
||||
#include "gpollableinputstream.h"
|
||||
#include "gpollableoutputstream.h"
|
||||
@@ -66,8 +65,6 @@ struct _GSocketOutputStreamPrivate
|
||||
GSocket *socket;
|
||||
|
||||
/* pending operation metadata */
|
||||
GSimpleAsyncResult *result;
|
||||
GCancellable *cancellable;
|
||||
gconstpointer buffer;
|
||||
gsize count;
|
||||
};
|
||||
|
Reference in New Issue
Block a user