Sha256: 887ce66293b7b89bd45bad3ee212b365e74d7034599b4cc2cb8eb5320deeec4e

Contents?: true

Size: 1.22 KB

Versions: 67

Compression:

Stored size: 1.22 KB

Contents

#ifndef __REGRESS_TEST_INHERIT_DRAWABLE_H__
#define __REGRESS_TEST_INHERIT_DRAWABLE_H__

#include <glib-object.h>

#include "gitestmacros.h"

typedef struct _RegressTestInheritDrawable RegressTestInheritDrawable;
typedef struct _RegressTestInheritDrawableClass RegressTestInheritDrawableClass;

struct _RegressTestInheritDrawable
{
  GObject parent_instance;
};

struct _RegressTestInheritDrawableClass
{
  GObjectClass parent_class;
};

_GI_TEST_EXTERN
GType regress_test_inherit_drawable_get_type (void) G_GNUC_CONST;


_GI_TEST_EXTERN
void regress_test_inherit_drawable_do_foo (RegressTestInheritDrawable *drawable, int x);

_GI_TEST_EXTERN
void regress_test_inherit_drawable_get_origin (RegressTestInheritDrawable *drawable, int *x, int *y);

_GI_TEST_EXTERN
void regress_test_inherit_drawable_get_size (RegressTestInheritDrawable *drawable, guint *width, guint *height);

_GI_TEST_EXTERN
void regress_test_inherit_drawable_do_foo_maybe_throw (RegressTestInheritDrawable *drawable, int x, GError **error);

typedef struct _RegressTestInheritPixmapObjectClass RegressTestInheritPixmapObjectClass;

struct _RegressTestInheritPixmapObjectClass
{
  RegressTestInheritDrawableClass parent_class;
};

#endif /* __REGRESS_TEST_INHERIT_DRAWABLE_H__ */

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/drawable.h
gobject-introspection-3.2.9-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.8-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.8-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.7-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.7-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.6-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.6-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.5-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.5-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.4-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.4-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.3-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.3-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.2-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.2-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.1-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.1-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.0-x64-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h
gobject-introspection-3.2.0-x86-mingw32 vendor/local/share/gobject-introspection-1.0/tests/drawable.h