]> Pileus Git - ~andy/gtk/commitdiff
Fix a reference. (#303403, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 May 2005 03:25:46 +0000 (03:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 8 May 2005 03:25:46 +0000 (03:25 +0000)
2005-05-07  Matthias Clasen  <mclasen@redhat.com>

* gdk/tmpl/pango_interaction.sgml: Fix a reference.
(#303403, Masao Mutoh)

docs/reference/ChangeLog
docs/reference/gdk/tmpl/pango_interaction.sgml

index 3ef10ddab096c4751886d8f37b7fe04996d305ce..9bc1eb5c2b7fd563694f83eb4c78d4d9026fce5f 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/tmpl/pango_interaction.sgml: Fix a reference.
+       (#303403, Masao Mutoh)
+
 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new icon view API.
index 16ee04a5f7d886d34c03642c37f65bf61bdd5e0e..c787742ef81604b8281c378a57675b5974756228 100644 (file)
@@ -14,7 +14,7 @@ stippling and embossing.
 <para>
 Creating a #PangoLayout object is the first step in rendering text,
 and requires getting a handle to a #PangoContext. For GTK+ programs,
-you'll usually want to use gtk_widget_get_context(), or
+you'll usually want to use gtk_widget_get_pango_context(), or
 gtk_widget_create_pango_layout(), rather than using the lowlevel
 gdk_pango_context_get_for_screen(). Once you have a #PangoLayout, you
 can set the text and attributes of it with Pango functions like