From a14343a4b98a7a40fe14344c1a9aa64f98442db9 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sat, 4 Jul 2009 15:11:28 +0200 Subject: [PATCH] [docs] Added new AdgPath APIs to adg docs Updated adg-sections.txt including the new adg_path_append_primitive() and adg_path_append_segment() APIs. Removed the deprecated adg_path_dup_cpml_segment() one. --- docs/adg/adg-sections.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/adg/adg-sections.txt b/docs/adg/adg-sections.txt index bd32ec96..c6dbc19f 100644 --- a/docs/adg/adg-sections.txt +++ b/docs/adg/adg-sections.txt @@ -340,13 +340,14 @@ adg_path_new adg_path_get_cairo_path adg_path_get_cpml_path -adg_path_dup_cpml_path adg_path_get_current_point adg_path_has_current_point adg_path_clear adg_path_append adg_path_append_valist +adg_path_append_primitive +adg_path_append_segment adg_path_append_cairo_path adg_path_move_to adg_path_line_to -- 2.11.4.GIT