1#pragma once
2
3#include <gtk/gtk.h>
4
5G_BEGIN_DECLS
6
7#define PIXBUF_TYPE_PAINTABLE (pixbuf_paintable_get_type ())
8
9G_DECLARE_FINAL_TYPE(PixbufPaintable, pixbuf_paintable, PIXBUF, PAINTABLE, GObject)
10
11GdkPaintable * pixbuf_paintable_new_from_resource (const char *path);
12
13G_END_DECLS
14

source code of gtk/demos/gtk-demo/pixbufpaintable.h