summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-11 10:03:08 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-11 10:03:08 +0000
commit89cdebf68ec4bab9829d8e0fb3296d3170fc3516 (patch)
tree8f3de54c9ba12dcb8c3a8478c8b4f90ea386553f /pango/pango-context.c
parent6316f1a5c6e868f9e82fceebbb954346e2ba8839 (diff)
downloadpango-89cdebf68ec4bab9829d8e0fb3296d3170fc3516.tar.gz
Added recent API changes. Doc comment fixes
Thu Feb 10 23:45:49 2000 Owen Taylor <otaylor@redhat.com> * docs/**: Added recent API changes. * libpango/pango-context.c: Doc comment fixes * configure.in: Add in directories from unicode-config when running AC_CHECK_LIB on libunicode.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index d9e15c3f..2e8c6700 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -116,12 +116,15 @@ pango_context_add_font_map (PangoContext *context,
/**
* pango_context_list_fonts:
* @context: a #PangoContext
+ * @family: the family for which to list the fonts, or %NULL
+ * to list fonts in all families.
* @descs: location to store a pointer to an array of pointers to
* #PangoFontDescription. This array should be freed
* with pango_font_descriptions_free()
* @n_descs: location to store the number of elements in @descs
*
- * Lists all fonts in all fontmaps for this context.
+ * Lists all fonts in all fontmaps for this context, or all
+ * fonts in a particular family.
**/
void
pango_context_list_fonts (PangoContext *context,
@@ -214,7 +217,7 @@ list_families_foreach (gpointer key, gpointer value, gpointer user_data)
/**
* pango_context_list_families:
- * @fontmap: a #PangoContext
+ * @context: a #PangoContext
* @families: location to store a pointer to an array of strings.
* This array should be freed with pango_font_map_free_families().
* @n_families: location to store the number of elements in @descs