diff options
author | Sven Neumann <sven@gimp.org> | 2002-03-25 20:15:09 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2002-03-25 20:15:09 +0000 |
commit | 991bd0cc7f1d7d28e2a10219793dd6a383c49ae8 (patch) | |
tree | 01722178dbd58edc30a370757f4f3bbb9f25c393 | |
parent | 4c0b4f2f0e5804ea247eca7a6cf902f7f35a42f4 (diff) | |
download | pango-991bd0cc7f1d7d28e2a10219793dd6a383c49ae8.tar.gz |
this function may never return NULL, so we shouldn't say so in the
2002-03-25 Sven Neumann <sven@gimp.org>
* pango/fonts.c (pango_font_description_from_string): this function
may never return NULL, so we shouldn't say so in the comment.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | pango/fonts.c | 3 |
7 files changed, 31 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-03-25 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_from_string): this function + may never return NULL, so we shouldn't say so in the comment. + Wed Mar 20 18:40:34 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (build_map): Add an informative diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index bf2e8124..0f4dda7b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +2002-03-25 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_from_string): this function + may never return NULL, so we shouldn't say so in the comment. + Wed Mar 20 18:40:34 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (build_map): Add an informative diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index bf2e8124..0f4dda7b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,8 @@ +2002-03-25 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_from_string): this function + may never return NULL, so we shouldn't say so in the comment. + Wed Mar 20 18:40:34 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (build_map): Add an informative diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index bf2e8124..0f4dda7b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +2002-03-25 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_from_string): this function + may never return NULL, so we shouldn't say so in the comment. + Wed Mar 20 18:40:34 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (build_map): Add an informative diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index bf2e8124..0f4dda7b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +2002-03-25 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_from_string): this function + may never return NULL, so we shouldn't say so in the comment. + Wed Mar 20 18:40:34 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (build_map): Add an informative diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index bf2e8124..0f4dda7b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +2002-03-25 Sven Neumann <sven@gimp.org> + + * pango/fonts.c (pango_font_description_from_string): this function + may never return NULL, so we shouldn't say so in the comment. + Wed Mar 20 18:40:34 2002 Owen Taylor <otaylor@redhat.com> * pango/modules.c (build_map): Add an informative diff --git a/pango/fonts.c b/pango/fonts.c index 1098ae0f..8b0c4e1a 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -793,8 +793,7 @@ getword (const char *str, const char *last, size_t *wordlen) * default values. If SIZE is missing, the size in the resulting font * description will be set to 0. * - * Return value: a new #PangoFontDescription, or %NULL if the - * string could not be parsed. + * Return value: a new #PangoFontDescription. **/ PangoFontDescription * pango_font_description_from_string (const char *str) |