summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkselectiondata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/pygtk-gtkselectiondata.xml')
-rw-r--r--docs/reference/pygtk-gtkselectiondata.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/reference/pygtk-gtkselectiondata.xml b/docs/reference/pygtk-gtkselectiondata.xml
index afa6e4a3..dfe2f24c 100644
--- a/docs/reference/pygtk-gtkselectiondata.xml
+++ b/docs/reference/pygtk-gtkselectiondata.xml
@@ -178,11 +178,12 @@ data</simpara></listitem>
</variablelist>
<para>The <methodname>set</methodname>() method sets the data for a
-selection in the gtkSelectionData object. <parameter>data</parameter> is a
-string contaiining the data to be set; <parameter>format</parameter> is the
-number of bits in a unit of the data (e.g. integer data has a format of 32
-on most systems; string data format is 8); and, <parameter>type</parameter>
-is a <link
+selection in the <link
+linkend="class-gtkselectiondata"><classname>gtk.SelectionData</classname></link>
+object. <parameter>data</parameter> is a string containing the data to be
+set; <parameter>format</parameter> is the number of bits in a unit of the
+data (e.g. integer data has a format of 32 on most systems; string data
+format is 8); and, <parameter>type</parameter> is a <link
linkend="class-gdkatom"><classname>gtk.gdk.Atom</classname></link> or a
string that specifies a <link
linkend="class-gdkatom"><classname>gtk.gdk.Atom</classname></link>.</para>