X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgthemedicon.c;h=3d72bc25ffce9acea65323a0fc1b3ee3173bf6a1;hb=7e5e3e142f856ac80e83a9a5110b51aa4b5b0821;hp=499076658248290dfbe62f75e0b6e154808890b7;hpb=c575d24dfb78d956e66a522524c7b1d82d0adde7;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index 4990766..3d72bc2 100644 --- a/gio/gthemedicon.c +++ b/gio/gthemedicon.c @@ -257,7 +257,7 @@ g_themed_icon_class_init (GThemedIconClass *klass) * * For example, if the icon name was "gnome-dev-cdrom-audio", the array * would become - * |[ + * |[ * { * "gnome-dev-cdrom-audio", * "gnome-dev-cdrom", @@ -345,7 +345,7 @@ g_themed_icon_new_from_names (char **iconnames, * that can be created by shortening @iconname at '-' characters. * * In the following example, @icon1 and @icon2 are equivalent: - * |[ + * |[ * const char *names[] = { * "gnome-dev-cdrom-audio", * "gnome-dev-cdrom",