mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Implement closure-related methods for gio GSource types
Also, fix up the argument ordering on GFDSourceFunc https://bugzilla.gnome.org/show_bug.cgi?id=634239
This commit is contained in:
@@ -422,9 +422,9 @@ typedef struct {
|
||||
} ReadAsyncData;
|
||||
|
||||
static gboolean
|
||||
read_async_cb (ReadAsyncData *data,
|
||||
read_async_cb (int fd,
|
||||
GIOCondition condition,
|
||||
int fd)
|
||||
ReadAsyncData *data)
|
||||
{
|
||||
GSimpleAsyncResult *simple;
|
||||
GError *error = NULL;
|
||||
|
Reference in New Issue
Block a user