~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to pangocairo.defs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-07 11:08:47 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100107110847-f5av7e1ttudh7ra6
Tags: 2.17.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; -*- scheme -*-
1
2
;; From /opt/gnome-devel/include/pango-1.0/pango/pangocairo.h
2
3
 
3
4
(define-interface CairoFontMap
41
42
  (of-object "PangoCairoFontMap")
42
43
  (c-name "pango_cairo_font_map_create_context")
43
44
  (return-type "PangoContext*")
 
45
  (caller-owns-return #t)
44
46
)
45
47
 
46
48
(define-function update_context
89
91
(define-function create_layout
90
92
  (c-name "pango_cairo_create_layout")
91
93
  (return-type "PangoLayout*")
 
94
  (caller-owns-return #t)
92
95
  (parameters
93
96
    '("cairo_t*" "cr")
94
97
  )