Fix a doc typo

See bug #620244
This commit is contained in:
Matthias Clasen 2010-06-02 19:56:47 -04:00
parent 2b89d46a9a
commit ee0d695a91

View File

@ -10918,7 +10918,7 @@ gtk_widget_get_clipboard (GtkWidget *widget, GdkAtom selection)
{ {
g_return_val_if_fail (GTK_IS_WIDGET (widget), NULL); g_return_val_if_fail (GTK_IS_WIDGET (widget), NULL);
g_return_val_if_fail (gtk_widget_has_screen (widget), NULL); g_return_val_if_fail (gtk_widget_has_screen (widget), NULL);
return gtk_clipboard_get_for_display (gtk_widget_get_display (widget), return gtk_clipboard_get_for_display (gtk_widget_get_display (widget),
selection); selection);
} }
@ -10926,9 +10926,9 @@ gtk_widget_get_clipboard (GtkWidget *widget, GdkAtom selection)
/** /**
* gtk_widget_list_mnemonic_labels: * gtk_widget_list_mnemonic_labels:
* @widget: a #GtkWidget * @widget: a #GtkWidget
* *
* Returns a newly allocated list of the widgets, normally labels, for * Returns a newly allocated list of the widgets, normally labels, for
* which this widget is a the target of a mnemonic (see for example, * which this widget is the target of a mnemonic (see for example,
* gtk_label_set_mnemonic_widget()). * gtk_label_set_mnemonic_widget()).
* The widgets in the list are not individually referenced. If you * The widgets in the list are not individually referenced. If you