Sha256: f8104485119fdd0a3be2a841b0c4eecff42ca315d67f419208b553bd9960d30a

Contents?: true

Size: 1.38 KB

Versions: 67

Compression:

Stored size: 1.38 KB

Contents

/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

#ifndef __WARNLIB_H__
#define __WARNLIB_H__

#include <gio/gio.h>

#include "gitestmacros.h"

#define WARNLIB_UNPAIRED_ERROR (warnlib_unpaired_error_quark ())
_GI_TEST_EXTERN
GQuark warnlib_unpaired_error_quark (void);

_GI_TEST_EXTERN
gboolean warnlib_throw_unpaired (GError **error);

/* interface */
#define WARNLIB_TYPE_WHATEVER              (warnlib_whatever_get_type ())
#define WARNLIB_WHATEVER(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), WARNLIB_TYPE_WHATEVER, WarnLibWhatever))
#define WARNLIB_IS_WHATEVER(object)        (G_TYPE_CHECK_INSTANCE_TYPE ((object), WARNLIB_TYPE_WHATEVER))
#define WARNLIB_WHATEVER_GET_IFACE(obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), WARNLIB_TYPE_WHATEVER, WarnLibWhateverIface))

typedef struct _WarnLibWhateverIface WarnLibWhateverIface;
typedef struct _WarnLibWhatever WarnLibWhatever;

struct _WarnLibWhateverIface
{
  GTypeInterface parent_iface;

  /* virtual table */

  /* explicitly test un-named parameters */
  void (*do_moo) (WarnLibWhatever *self, int, gpointer);

  void (*do_boo) (WarnLibWhatever *self, int x, gpointer y);
};

_GI_TEST_EXTERN
void warnlib_whatever_do_moo (WarnLibWhatever *self, int, gpointer);
_GI_TEST_EXTERN
void warnlib_whatever_do_boo (WarnLibWhatever *self, int, gpointer);

_GI_TEST_EXTERN
GType warnlib_whatever_get_type (void) G_GNUC_CONST;

#endif

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
gobject-introspection-3.2.9-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.9-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.8-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.8-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.7-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.7-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.6-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.6-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.5-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.5-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.4-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.4-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.3-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.3-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.2-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.2-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.1-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.1-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.0-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h
gobject-introspection-3.2.0-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/warnlib.h