diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:10:11 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:10:11 -0500 |
commit | 76447c3512f083a11e716d10ade774ade929b2dd (patch) | |
tree | 9c922704e2f46615d10eaee21d5a2bf9b59f6810 /gdk/gdkselection.c | |
parent | a3bad427c7b63357db3d02aa39a291d47af63f6f (diff) | |
download | gtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz |
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gdk/gdkselection.c')
-rw-r--r-- | gdk/gdkselection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c index cfd88a1882..28f46f8d63 100644 --- a/gdk/gdkselection.c +++ b/gdk/gdkselection.c @@ -36,14 +36,14 @@ * @Title: Selections * * The X selection mechanism provides a way to transfer arbitrary chunks of - * data between programs. A <firstterm>selection</firstterm> is a essentially + * data between programs. A “selection” is a essentially * a named clipboard, identified by a string interned as a #GdkAtom. By * claiming ownership of a selection, an application indicates that it will * be responsible for supplying its contents. The most common selections are * <literal>PRIMARY</literal> and <literal>CLIPBOARD</literal>. * * The contents of a selection can be represented in a number of formats, - * called <firstterm>targets</firstterm>. Each target is identified by an atom. + * called “targets”. Each target is identified by an atom. * A list of all possible targets supported by the selection owner can be * retrieved by requesting the special target <literal>TARGETS</literal>. When * a selection is retrieved, the data is accompanied by a type (an atom), and |