diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-02-10 07:02:51 +0800 |
commit | 1040078ce60b4641e5a3cdad6a2cef14660e63a3 (patch) | |
tree | 0c59410ca87afb492bfa60cf43668b7af6f72533 /e-util/e-categories-config.c | |
parent | 64984ad5b86bb5c97868107d462825cbfa301e30 (diff) | |
download | gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.gz gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.bz2 gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.lz gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.xz gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.tar.zst gsoc2013-evolution-1040078ce60b4641e5a3cdad6a2cef14660e63a3.zip |
Update API documentation.
Also, start fixing some Gtk-Doc warnings. There's a lot.
Diffstat (limited to 'e-util/e-categories-config.c')
-rw-r--r-- | e-util/e-categories-config.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. |