diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-01-16 02:24:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-01-16 02:24:47 +0000 |
commit | 65cdbb25a80ace47ca1108f0caea9c5cc4e34849 (patch) | |
tree | 2705535d0f34d13109c3f71876c1234d45c10205 /docs | |
parent | 8243e3d4152193addb53c2b9cffc1b48e144efc8 (diff) | |
download | gtk+-65cdbb25a80ace47ca1108f0caea9c5cc4e34849.tar.gz |
Add stream i/o functions for gdk-pixbuf
svn path=/trunk/; revision=19373
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 21 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt | 3 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf.sgml | 3 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-docs.sgml | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 79e8fed598..f84a3e6d81 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-01-14 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtk-docs.sgml: + * gdk-pixbuf/gdk-pixbuf.sgml: Add indices for 2.16 + + * gdk-pixbuf/gdk-pixbuf-sections.txt: Add stream i/o functions. + 2008-01-10 Sven Neumann <sven@gimp.org> * gtk/tmpl/gtkeditable.sgml: corrected documentation for @@ -10,6 +17,20 @@ 2007-12-27 Mathias Hasselmann <mathias@openismus.com> + * gtk/tmpl/gtkcalendar.sgml: Move documentation for + GtkCalendarDisplayOptions to gtk/gtkcalendar.c. + +2007-12-27 Mathias Hasselmann <mathias@openismus.com> + + * docs/reference/gtk/gtk-sections.txt: Add new GtkCalendar symbols. + +2007-12-27 Mathias Hasselmann <mathias@openismus.com> + + * gtk/tmpl/gtkcalendar.sgml: Move documentation for + GtkCalendarDisplayOptions to gtk/gtkcalendar.c. + +2007-12-27 Mathias Hasselmann <mathias@openismus.com> + * reference/gtk/gtk-sections.txt: Add new GtkCalendar symbols. 2007-12-27 Xan Lopez <xan@gnome.org> diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index f441f65d09..be208fdeb3 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -65,6 +65,8 @@ gdk_pixbuf_new_from_file gdk_pixbuf_new_from_file_at_size gdk_pixbuf_new_from_file_at_scale gdk_pixbuf_get_file_info +gdk_pixbuf_new_from_stream +gdk_pixbuf_new_from_stream_at_scale </SECTION> <SECTION> @@ -76,6 +78,7 @@ gdk_pixbuf_save_to_callback gdk_pixbuf_save_to_callbackv gdk_pixbuf_save_to_buffer gdk_pixbuf_save_to_bufferv +gdk_pixbuf_save_to_stream </SECTION> <SECTION> diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml index 55bfbdec78..c962fd305d 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml @@ -148,6 +148,9 @@ <index role="2.8"> <title>Index of new symbols in 2.8</title> </index> + <index role="2.16"> + <title>Index of new symbols in 2.16</title> + </index> &Porting-From-Imlib; diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 3eb8843c6f..9aa3874bde 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -686,4 +686,7 @@ that is, GUI components such as #GtkButton or #GtkTextView. <index role="2.12"> <title>Index of new symbols in 2.12</title> </index> + <index role="2.16"> + <title>Index of new symbols in 2.16</title> + </index> </book> |