mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 04:38:04 +02:00
minor whitespace and spellfix
This commit is contained in:
parent
b1130276d5
commit
687f3d78d6
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-06-22 Øyvind Kolås <pippin@freedesktop.org>
|
||||
|
||||
* doc/public/language-bindings.xml: spelling and whitespace fix.
|
||||
|
||||
2005-06-21 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* src/cairo-pdf-surface.c: Split out font subsetting code from here,
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ public void writeToPNG (OutputStream stream) throws IOException;
|
|||
</para></listitem>
|
||||
<listitem><para>
|
||||
Constructors, rather than
|
||||
returning<constant>NULL</constant> on out-of-memory failure,
|
||||
returning <constant>NULL</constant> on out-of-memory failure,
|
||||
return a special singleton object on which all
|
||||
operations do nothing. Retrieving the status of the
|
||||
singleton object returns <constant>CAIRO_STATUS_NO_MEMORY</constant>
|
||||
|
|
@ -534,7 +534,7 @@ cairo_pattern_t
|
|||
Like patterns, surfaces, which use only the
|
||||
<link
|
||||
linkend="cairo-surface-t"><type>cairo_surface_t</type></link>
|
||||
type in the C API should be broken up into a heirarchy of types
|
||||
type in the C API should be broken up into a hierarchy of types
|
||||
in a language binding.
|
||||
</para>
|
||||
<programlisting>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue