From fb97bd1f0a0ad74137654ccc43f12a18d8a9e322 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 9 Nov 2010 21:48:49 +0100 Subject: [PATCH] GtkThemingEngine: Document missing class vmethods. --- gtk/gtkthemingengine.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h index bc830b37f2..3b45fb0abb 100644 --- a/gtk/gtkthemingengine.h +++ b/gtk/gtkthemingengine.h @@ -62,6 +62,9 @@ struct _GtkThemingEngine * @render_layout: Renders a #PangoLayout * @render_slider: Renders a slider control, as in #GtkScale. * @render_handle: Renders a handle to drag UI elements, as in #GtkPaned. + * @render_activity: Renders an area displaying activity, such as in #GtkSpinner, + * or #GtkProgressBar. + * @render_icon_pixbuf: Renders an icon as a #GdkPixbuf. * * Base class for theming engines. */