~ubuntu-branches/ubuntu/intrepid/cairo/intrepid-updates

« back to all changes in this revision

Viewing changes to doc/public/html/language-bindings.html

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-09-25 16:22:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080925162233-btx61ymk181i7mcc
Tags: 1.7.6-0ubuntu1
* New upstream version. Most noticable changes are:
  - some API changes with especially the removal of
    cairo_font_options_set_lcd_filter and cairo_font_options_get_lcd_filter
  - xlib: Faster bookkeeping
  - PS: Fix gradients with non-constant alpha
  - Fix deadlock in user-font code
* debian/patches/00list: Remove 03_from_git_fix_lcd_filter_default.dpatch,
  add debian/patches/03_fix_ftbfs_withing_xcb.dpatch
* debian/libcairo2.symbols, debian/libcairo-directfb2.symbols: update
  list of symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Appendix A. Creating a language binding for cairo</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
 
<link rel="home" href="index.html" title="Cairo: A Vector Graphics Library">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 
7
<link rel="start" href="index.html" title="Cairo: A Vector Graphics Library">
8
8
<link rel="up" href="index.html" title="Cairo: A Vector Graphics Library">
9
9
<link rel="prev" href="index-1.8.html" title="Index of new symbols in 1.8">
10
10
<link rel="next" href="bindings-memory.html" title="Memory management">
11
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="Drawing.html" title="Drawing">
14
 
<link rel="chapter" href="Fonts.html" title="Fonts">
15
 
<link rel="chapter" href="Surfaces.html" title="Surfaces">
16
 
<link rel="chapter" href="Support.html" title="Utilities">
17
 
<link rel="index" href="ix01.html" title="Index">
 
13
<link rel="chapter" href="cairo-drawing.html" title="Drawing">
 
14
<link rel="chapter" href="cairo-fonts.html" title="Fonts">
 
15
<link rel="chapter" href="cairo-surfaces.html" title="Surfaces">
 
16
<link rel="chapter" href="cairo-support.html" title="Utilities">
 
17
<link rel="index" href="index-all.html" title="Index">
18
18
<link rel="index" href="index-1.2.html" title="Index of new symbols in 1.2">
19
19
<link rel="index" href="index-1.4.html" title="Index of new symbols in 1.4">
20
20
<link rel="index" href="index-1.6.html" title="Index of new symbols in 1.6">
46
46
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
47
47
<a name="bindings-general"></a>General considerations</h2></div></div></div>
48
48
<p>
49
 
      The naming of the central <a class="link" href="cairo-cairo-t.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> type is a
 
49
      The naming of the central <a class="link" href="cairo-context.html#cairo-t" title="cairo_t"><span class="type">cairo_t</span></a> type is a
50
50
      special exception. The object is “a cairo context” not “a
51
51
      cairo”, and names such as <span class="type">cairo_t</span> rather than
52
52
      <span class="type">cairo_context_t</span> and