docs: fix typo in function name

This commit is contained in:
William Jon McCann 2014-01-21 16:00:31 -05:00
parent c402c3343b
commit 255d6b9cd8
2 changed files with 2 additions and 2 deletions

View File

@ -1763,7 +1763,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* @widget: the object which received the signal.
*
* The ::realize signal is emitted when @widget is associated with a
* #GdkWindow, which means that gtk_wiget_realize() has been called or the
* #GdkWindow, which means that gtk_widget_realize() has been called or the
* widget has been mapped (that is, it is going to be drawn).
*/
widget_signals[REALIZE] =

View File

@ -160,7 +160,7 @@ struct _GtkWidget
* means that either it or any of its parents up to the toplevel
* widget have been set as hidden.
* @realize: Signal emitted when widget is associated with a
* #GdkWindow, which means that gtk_wiget_realize() has been called or
* #GdkWindow, which means that gtk_widget_realize() has been called or
* the widget has been mapped (that is, it is going to be drawn).
* @unrealize: Signal emitted when the GdkWindow associated with
* widget is destroyed, which means that gtk_widget_unrealize() has