diff options
author | Robert Staudinger <robsta@gnome.org> | 2008-11-07 14:26:13 +0100 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2008-11-07 14:26:13 +0100 |
commit | 5f16b74890d6267566757efe36d103e0e1f6adc7 (patch) | |
tree | f7e8596547c62d8d15c6cdb1eded75cb4589cd55 /doc | |
parent | eebeb554e6a4cf579a2375c8541954fab3c6b35e (diff) |
* ccss-gtk/Makefile.am:
* ccss-gtk/ccss-gtk.sym:
* ccss-gtk/ccss-gtk.sym.in:
Also export the base libraries' symbols.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tmpl/ccss-unused.sgml | 26 | ||||
-rw-r--r-- | doc/tmpl/ccss_gtk_style_functions.sgml | 28 |
2 files changed, 26 insertions, 28 deletions
diff --git a/doc/tmpl/ccss-unused.sgml b/doc/tmpl/ccss-unused.sgml index 60c8de9..786f0b2 100644 --- a/doc/tmpl/ccss-unused.sgml +++ b/doc/tmpl/ccss-unused.sgml @@ -88,6 +88,32 @@ ccss_selector_group_t </para> +<!-- ##### FUNCTION ccss_style_draw_gap ##### --> +<para> + +</para> + +@self: +@cr: +@x: +@y: +@width: +@height: +@gap_side: +@gap_x: +@gap_width: + +<!-- ##### FUNCTION ccss_style_draw_polygon ##### --> +<para> + +</para> + +@self: +@cr: +@points: +@n_points: +@fill: + <!-- ##### FUNCTION ccss_style_init ##### --> <para> diff --git a/doc/tmpl/ccss_gtk_style_functions.sgml b/doc/tmpl/ccss_gtk_style_functions.sgml index ff9acd5..3ab18f4 100644 --- a/doc/tmpl/ccss_gtk_style_functions.sgml +++ b/doc/tmpl/ccss_gtk_style_functions.sgml @@ -17,31 +17,3 @@ ccss_style_t Gtk+ Support <!-- ##### SECTION Stability_Level ##### --> -<!-- ##### FUNCTION ccss_style_draw_gap ##### --> -<para> - -</para> - -@self: -@cr: -@x: -@y: -@width: -@height: -@gap_side: -@gap_x: -@gap_width: - - -<!-- ##### FUNCTION ccss_style_draw_polygon ##### --> -<para> - -</para> - -@self: -@cr: -@points: -@n_points: -@fill: - - |