WarnLib: New library for testing API that emits warnings
[platform/upstream/gobject-introspection.git] / tests / scanner / warnlib.h
1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
2
3 #ifndef __WARNLIB_H__
4 #define __WARNLIB_H__
5
6 #include <gio/gio.h>
7
8 #define WARNLIB_UNPAIRED_ERROR (warnlib_unpaired_error_quark ())
9 GQuark warnlib_unpaired_error_quark (void);
10
11 gboolean warnlib_throw_unpaired (GError **error);
12
13 #endif