File: calendar.override

package info (click to toggle)
liblunar 2.0.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,076 kB
  • ctags: 480
  • sloc: sh: 10,194; ansic: 4,603; xml: 584; makefile: 173; python: 16
file content (18 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%%
headers
#include <Python.h>
#define NO_IMPORT_PYGTK
#include <pygtk/pygtk.h>
#include <pygobject.h>
#include <gtk/gtk.h>
#include "../../lunar/lunar.h"
#include "../../lunar/lunar-enum-types.h"
%%
modulename lunar
%%
import gobject.GObject as PyGObject_Type       
import gtk.Widget as PyGtkWidget_Type
%%
ignore-glob
  *_get_type                            
%%