qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
closures.h
Go to the documentation of this file.
1 /*
2  * statusnotifier - Copyright (C) 2014 Olivier Brunel
3  *
4  * closures.h
5  * Copyright (C) 2014 Olivier Brunel <jjk@jjacky.com>
6  *
7  * This file is part of statusnotifier.
8  *
9  * statusnotifier is free software: you can redistribute it and/or modify it
10  * under the terms of the GNU General Public License as published by the Free
11  * Software Foundation, either version 3 of the License, or (at your option) any
12  * later version.
13  *
14  * statusnotifier is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.
17  * See the GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License along with
20  * statusnotifier. If not, see http://www.gnu.org/licenses/
21  */
22 
23 #pragma once
24 
25 #include <glib-object.h>
26 
27 G_BEGIN_DECLS
28 
29 /* BOOLEAN:INT,INT (closures.def:1) */
30 extern void g_cclosure_user_marshal_BOOLEAN__INT_INT(GClosure* closure, GValue* return_value,
31  guint n_param_values, const GValue* param_values,
32  gpointer invocation_hint, gpointer marshal_data);
33 
34 G_END_DECLS
g_cclosure_user_marshal_BOOLEAN__INT_INT
G_BEGIN_DECLS void g_cclosure_user_marshal_BOOLEAN__INT_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)