File: seed-cairo-surface.h

package info (click to toggle)
seed 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,900 kB
  • sloc: ansic: 24,336; sh: 11,196; makefile: 773; xml: 187; python: 173
file content (11 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SEED_CAIRO_SURFACE_H
#define _SEED_CAIRO_SURFACE_H

SeedClass seed_get_cairo_surface_class ();

void seed_define_cairo_surface (SeedContext ctx, SeedObject namespace_ref);

cairo_surface_t *seed_object_to_cairo_surface (SeedContext ctx, SeedObject obj, SeedException *exception);
SeedObject seed_object_from_cairo_surface (SeedContext ctx, cairo_surface_t *surf);

#endif