diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-05 10:30:31 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-05 10:30:31 +0000 |
commit | 59d7f60249c9b0d01b01548907c792c324cb9bc8 (patch) | |
tree | 57953ada6620a4d183741fc9fa30b3fc7d5348f0 /doc/public/tmpl/cairo-surface.sgml | |
parent | a2dc18fd0c89e267bd810d42c8e0965487a22058 (diff) |
Add some missing declarations to the appropriate sections.
churn
Rename cairo_path_nil to _cairo_path_nil since it may be exported, and tag it cairo_private to try to avoid exporting it. Qualify it as const well.
Track new name of _cairo_path_nil and cast away the const as required.
Diffstat (limited to 'doc/public/tmpl/cairo-surface.sgml')
-rw-r--r-- | doc/public/tmpl/cairo-surface.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml index 3f8cccad..64e65f9d 100644 --- a/doc/public/tmpl/cairo-surface.sgml +++ b/doc/public/tmpl/cairo-surface.sgml @@ -54,6 +54,15 @@ cairo_surface_t @surface: +<!-- ##### FUNCTION cairo_surface_status ##### --> +<para> + +</para> + +@surface: +@Returns: + + <!-- ##### FUNCTION cairo_surface_finish ##### --> <para> |