File: tinymailui.override

package info (click to toggle)
libtinymail 0.0.9-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 18,148 kB
  • ctags: 19,175
  • sloc: ansic: 151,565; xml: 20,145; sh: 9,245; makefile: 2,394; cs: 243; cpp: 141; python: 93; perl: 71
file content (32 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* -*- Mode: C; c-basic-offset: 4 -*- */
%%
headers
#include <Python.h>
#include <pygobject.h>

#include <tny-account-store-view.h>
#include <tny-header-view.h>
#include <tny-msg-view.h>
#include <tny-msg-window.h>
#include <tny-msg.h>
#include <tny-platform-factory.h>
#include <tny-mime-part-save-strategy.h>
#include <tny-summary-view.h>
#include <tny-account-store.h>
#include <tny-mime-part-saver.h>

#define NO_IMPORT_PYGOBJECT
#include "pygobject.h"

%%
modulename tinymail.ui
%%
ignore-glob
  *_get_type

%%
import gobject.GObject as PyGObject_Type
import tinymail.Header as PyTnyHeader_Type
import tinymail.Msg as PyTnyMsg_Type
import tinymail.MimePart as PyTnyMimePart_Type
import tinymail.AccountStore as PyTnyAccountStore_Type