File: tinymail-camel-extra.defs

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 (16 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(define-boxed SessionCamel
  (in-module "Tny")
  (c-name "TnySessionCamel")
  (gtype-id "PYTNY_TYPE_SESSION_CAMEL")
  (copy-func "pytny_session_camel_copy")
  (release-func "pytny_session_camel_free")
)

(define-function session_camel_new
  (c-name "tny_session_camel_new")
  (is-constructor-of "TnySessionCamel")
  (return-type "TnySessionCamel*")
  (parameters
    '("TnyAccountStore*" "account_store")
  )
)