diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-05-15 17:19:53 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-05-15 17:20:30 -0400 |
commit | 4dd4d96fb11354e37f662eaabb1d874dbf47e368 (patch) | |
tree | 9adfdb4d178091725b1939d60611ee654d96e984 /doc | |
parent | 2321b91cbad7f9531ab99a7b1875eba0dcc167db (diff) |
[cairo-surface] Add cairo_surface_get_fallback_resolution()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/cairo-sections.txt | 1 | ||||
-rw-r--r-- | doc/public/tmpl/cairo-surface.sgml | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index 1696f15f..b71b97a9 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -163,6 +163,7 @@ cairo_surface_mark_dirty_rectangle cairo_surface_set_device_offset cairo_surface_get_device_offset cairo_surface_set_fallback_resolution +cairo_surface_get_fallback_resolution cairo_surface_type_t cairo_surface_get_type cairo_surface_get_reference_count diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml index 07acd372..20a1d354 100644 --- a/doc/public/tmpl/cairo-surface.sgml +++ b/doc/public/tmpl/cairo-surface.sgml @@ -164,6 +164,16 @@ cairo_<emphasis>backend</emphasis>_surface_create(). @y_pixels_per_inch: +<!-- ##### FUNCTION cairo_surface_get_fallback_resolution ##### --> +<para> + +</para> + +@surface: +@x_pixels_per_inch: +@y_pixels_per_inch: + + <!-- ##### ENUM cairo_surface_type_t ##### --> <para> |