[gtk+] Fix a doc typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a doc typo
- Date: Wed, 2 Jun 2010 23:58:27 +0000 (UTC)
commit ee0d695a91fee5c8c2260d85750ce2328d4b8007
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 2 19:56:47 2010 -0400
Fix a doc typo
See bug #620244
gtk/gtkwidget.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 57ffdd6..f7d9804 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -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_widget_has_screen (widget), NULL);
-
+
return gtk_clipboard_get_for_display (gtk_widget_get_display (widget),
selection);
}
@@ -10926,9 +10926,9 @@ gtk_widget_get_clipboard (GtkWidget *widget, GdkAtom selection)
/**
* gtk_widget_list_mnemonic_labels:
* @widget: a #GtkWidget
- *
- * Returns a newly allocated list of the widgets, normally labels, for
- * which this widget is a the target of a mnemonic (see for example,
+ *
+ * Returns a newly allocated list of the widgets, normally labels, for
+ * which this widget is the target of a mnemonic (see for example,
* gtk_label_set_mnemonic_widget()).
* The widgets in the list are not individually referenced. If you
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]