[gtk+] Remove an overlooked instance of gdk drawing api



commit 92c8a3e0e174ef774abe8095436538b36d6b669e
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 13 23:42:12 2011 -0500

    Remove an overlooked instance of gdk drawing api

 docs/reference/gtk/question_index.sgml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml
index f807bdd..9da5c00 100644
--- a/docs/reference/gtk/question_index.sgml
+++ b/docs/reference/gtk/question_index.sgml
@@ -458,7 +458,7 @@ How do I draw text ?
 
 <answer>
 <para>
-To draw a piece of text, use a Pango layout and gdk_draw_layout().
+To draw a piece of text, use a Pango layout and pango_cairo_show_layout().
 <informalexample>
 <programlisting>
  layout = gtk_widget_create_pango_layout (widget, text);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]