diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-08-13 22:14:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-13 22:14:49 +0000 |
commit | 18088aa0fbe3d0fc2278ce6d8d3d750d5e345e7a (patch) | |
tree | 8ccda9c2f6f5e23a42b3a917930cf1464707572a /gdk-pixbuf | |
parent | a64911990628b17d55c71e346c7af8f2752e01f3 (diff) | |
download | gdk-pixbuf-18088aa0fbe3d0fc2278ce6d8d3d750d5e345e7a.tar.gz |
Improve doc comment wording. (#119754, Doug Quale)
2003-08-14 Matthias Clasen <maclas@gmx.de>
* gdk-pixdata.c (gdk_pixdata_to_csource): Improve doc comment
wording. (#119754, Doug Quale)
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 5 | ||||
-rw-r--r-- | gdk-pixbuf/gdk-pixdata.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 7247b929a..3c3a723b1 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2003-08-14 Matthias Clasen <maclas@gmx.de> + + * gdk-pixdata.c (gdk_pixdata_to_csource): Improve doc comment + wording. (#119754, Doug Quale) + 2003-08-03 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf.c (gdk_pixbuf_get_rowstride): diff --git a/gdk-pixbuf/gdk-pixdata.c b/gdk-pixbuf/gdk-pixdata.c index 21660484e..f8730c301 100644 --- a/gdk-pixbuf/gdk-pixdata.c +++ b/gdk-pixbuf/gdk-pixdata.c @@ -578,7 +578,7 @@ save_rle_decoder (GString *gstring, * into programs. * * GTK+ ships with a program called <command>gdk-pixbuf-csource</command> - * which offers a cmdline interface to this functions. + * which offers a command line interface to this function. * * Returns: a newly-allocated string containing the C source form * of @pixdata. |