File: cmodulelib.h

package info (click to toggle)
pycairo 1.27.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,984 kB
  • sloc: ansic: 8,873; python: 3,688; makefile: 32; sh: 4
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#ifndef _PYCAIRO_CMODULELIB_H_
#define _PYCAIRO_CMODULELIB_H_

PyObject *create_image_surface (PyObject *self, PyObject *args);

#endif