diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-05-18 13:02:11 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-18 13:07:43 +0200 |
commit | 6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a (patch) | |
tree | f8520496798bc4b99348baed0dcfbd4d4cbe9f95 /gio/gthemedicon.c | |
parent | e1afc6e79b9526d68eff0f218ac98a6f0e323513 (diff) | |
download | glib-6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a.tar.gz |
Update the docs for the new network APIs
This imports the network APIs into the gio reference docs, and cleans
up a bunch of gtk-doc warnings and documentation issues.
Diffstat (limited to 'gio/gthemedicon.c')
-rw-r--r-- | gio/gthemedicon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index ed78b8da7..8ce22e465 100644 --- a/gio/gthemedicon.c +++ b/gio/gthemedicon.c @@ -348,11 +348,11 @@ g_themed_icon_new_with_default_fallbacks (const char *iconname) /** * g_themed_icon_get_names: * @icon: a #GThemedIcon. - * + * * Gets the names of icons from within @icon. - * + * * Returns: a list of icon names. - **/ + */ const char * const * g_themed_icon_get_names (GThemedIcon *icon) { |