From 1040078ce60b4641e5a3cdad6a2cef14660e63a3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Feb 2010 18:02:51 -0500 Subject: Update API documentation. Also, start fixing some Gtk-Doc warnings. There's a lot. --- e-util/e-categories-config.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'e-util/e-categories-config.c') diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c index 1abef79983..fb2dc165b8 100644 --- a/e-util/e-categories-config.c +++ b/e-util/e-categories-config.c @@ -54,6 +54,8 @@ free_pixbuf_cb (gpointer ptr) * @pixbuf: A pointer to where the pixbuf will be returned. * * Returns the icon configured for the given category. + * + * Returns: the icon configured for the given category */ gboolean e_categories_config_get_icon_for (const gchar *category, GdkPixbuf **pixbuf) @@ -93,7 +95,7 @@ e_categories_config_get_icon_for (const gchar *category, GdkPixbuf **pixbuf) /** * e_categories_config_open_dialog_for_entry: - * entry: A GtkEntry on which to get/set the categories list. + * @entry: a #GtkEntry on which to get/set the categories list * * This is a self-contained function that lets you open a popup dialog for * the user to select a list of categories. -- cgit