forked from AuroraMiddleware/gtk
docs: fix typo in function name
This commit is contained in:
parent
c402c3343b
commit
255d6b9cd8
@ -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] =
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user