summaryrefslogtreecommitdiff
path: root/src/threads/Threads.c
blob: d87457febc35e3a36b7dd8539f81473b5303a6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Threads.c generated by valac 0.32.1, the Vala compiler
 * generated from Threads.vala, do not modify */

/* Copyright 2016 Software Freedom Conservancy Inc.
 *
 * This software is licensed under the GNU Lesser General Public License
 * (version 2.1 or later).  See the COPYING file in this distribution.
 */

#include <glib.h>
#include <glib-object.h>




void threads_init (GError** error);
void threads_terminate (void);


void threads_init (GError** error) {
}


void threads_terminate (void) {
}