aboutsummaryrefslogtreecommitdiffstats
path: root/libtaku/taku-queue-source.h
blob: 8d8f3d65778e84ef0bc66b5fd5381c3168954de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) 2007 OpenedHand Ltd
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 *
 */

#ifndef _TAKU_QUEUE_SOURCE
#define _TAKU_QUEUE_SOURCE

#include <glib.h>

G_BEGIN_DECLS

guint taku_idle_queue_add (GQueue *queue, GSourceFunc function, gpointer data);

G_END_DECLS

#endif /* _TAKU_QUEUE_SOURCE */