mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Escape an ampersand in the documentation comment, and hack around an empty
2004-01-06 Federico Mena Quintero <federico@ximian.com> * gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the documentation comment, and hack around an empty line in the code example so that gtk-doc won't put a <para> due to it.
This commit is contained in:
parent
0ee78f89af
commit
b421cc4851
@ -1,5 +1,9 @@
|
||||
2004-01-06 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the
|
||||
documentation comment, and hack around an empty line in the code
|
||||
example so that gtk-doc won't put a <para> due to it.
|
||||
|
||||
* gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation
|
||||
section on image data.
|
||||
|
||||
|
@ -1273,10 +1273,10 @@ gdk_pixbuf_real_save_to_callback (GdkPixbuf *pixbuf,
|
||||
* if (gdk_pixbuf_format_is_writable (data))
|
||||
* *list = g_slist_prepend (*list, data);
|
||||
* }
|
||||
*
|
||||
* <!-- -->
|
||||
* GSList *formats = gdk_pixbuf_get_formats (<!-- -->);
|
||||
* GSList *writable_formats = NULL;
|
||||
* g_slist_foreach (formats, add_if_writable, &writable_formats);
|
||||
* g_slist_foreach (formats, add_if_writable, &writable_formats);
|
||||
* g_slist_free (formats);
|
||||
* </programlisting></informalexample>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user