summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkselection.sgml
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-13 19:51:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-13 19:51:24 +0000
commitfc4a6b955d619897d50d4b5cfbf0695674e5bb01 (patch)
treebf6158836dd370843e9a815d07ceb96f33149327 /docs/reference/gtk/tmpl/gtkselection.sgml
parentfe655f39192886bc52d7c123fb2b8206105e429c (diff)
downloadgtk+-fc4a6b955d619897d50d4b5cfbf0695674e5bb01.tar.gz
Markup fixes.
* gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes. * gdk-pixbuf-io.c: Markup fixes. * gdk-pixbuf/tmpl/scaling.sgml, gdk/tmpl/fonts.sgml, gdk/tmpl/general.sgml, gdk/tmpl/rgb.sgml, gdk/tmpl/visuals.sgml, gdk/tmpl/windows.sgml, gtk/gtk-docs.sgml, gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkdialog.sgml, gtk/tmpl/gtkdrawingarea.sgml, gtk/tmpl/gtkeditable.sgml, gtk/tmpl/gtkfilesel.sgml, gtk/tmpl/gtkfontseldlg.sgml, gtk/tmpl/gtkimage.sgml, gtk/tmpl/gtkmain.sgml, gtk/tmpl/gtkmenu.sgml, gtk/tmpl/gtkmessagedialog.sgml, gtk/tmpl/gtkobject.sgml, gtk/tmpl/gtkpaned.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkrc.sgml, gtk/tmpl/gtkscale.sgml, gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtktogglebutton.sgml, gtk/tmpl/gtksignal.sgml, gtk/tmpl/gtktooltips.sgml, gtk/tmpl/gtkwindow.sgml, gdk/tmpl/regions.sgml, gtk/tmpl/gtkfontsel.sgml, gtk/tmpl/gtkpixmap.sgml, gtk/tmpl/gtkprogress.sgml, gtk/tmpl/gtkselection.sgml, gtk/tmpl/gtktable.sgml, gtk/tmpl/gtktipsquery.sgml: Markup fixes (mainly examples).
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkselection.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkselection.sgml36
1 files changed, 18 insertions, 18 deletions
diff --git a/docs/reference/gtk/tmpl/gtkselection.sgml b/docs/reference/gtk/tmpl/gtkselection.sgml
index 0074a40d10..bae849c4b6 100644
--- a/docs/reference/gtk/tmpl/gtkselection.sgml
+++ b/docs/reference/gtk/tmpl/gtkselection.sgml
@@ -82,7 +82,7 @@ selection handling code.
<!-- ##### FUNCTION gtk_target_list_new ##### -->
<para>
-Create a new #GtkTargetList from an array of #GtkTargetEntry.
+Creates a new #GtkTargetList from an array of #GtkTargetEntry.
</para>
@targets: Pointer to an array of #GtkTargetEntry
@@ -92,7 +92,7 @@ Create a new #GtkTargetList from an array of #GtkTargetEntry.
<!-- ##### FUNCTION gtk_target_list_ref ##### -->
<para>
-Increase the reference count of a #GtkTargetList by one.
+Increases the reference count of a #GtkTargetList by one.
</para>
@list: a #GtkTargetList
@@ -100,7 +100,7 @@ Increase the reference count of a #GtkTargetList by one.
<!-- ##### FUNCTION gtk_target_list_unref ##### -->
<para>
-Decrease the reference count of a #GtkTargetList by one.
+Decreases the reference count of a #GtkTargetList by one.
If the resulting reference count is zero, free the list.
</para>
@@ -109,7 +109,7 @@ If the resulting reference count is zero, free the list.
<!-- ##### FUNCTION gtk_target_list_add ##### -->
<para>
-Add another target to a #GtkTargetList
+Adds another target to a #GtkTargetList.
</para>
@list: a #GtkTargetList
@@ -120,7 +120,7 @@ Add another target to a #GtkTargetList
<!-- ##### FUNCTION gtk_target_list_add_table ##### -->
<para>
-Add a table of #GtkTargetEntry into a target list
+Adds a table of #GtkTargetEntry into a target list.
</para>
@list: a #GtkTargetList
@@ -130,7 +130,7 @@ Add a table of #GtkTargetEntry into a target list
<!-- ##### FUNCTION gtk_target_list_remove ##### -->
<para>
-Remove a target from a target list
+Removes a target from a target list.
</para>
@list: a #GtkTargetList
@@ -139,7 +139,7 @@ Remove a target from a target list
<!-- ##### FUNCTION gtk_target_list_find ##### -->
<para>
-Look up a given target in a #GtkTargetList
+Looks up a given target in a #GtkTargetList.
</para>
@list: a #GtkTargetList
@@ -150,7 +150,7 @@ Look up a given target in a #GtkTargetList
<!-- ##### FUNCTION gtk_selection_owner_set ##### -->
<para>
-Claim ownership of a given selection for a particular widget,
+Claims ownership of a given selection for a particular widget,
or, if @widget is %NULL, release ownership of the selection.
</para>
@@ -162,7 +162,7 @@ or, if @widget is %NULL, release ownership of the selection.
<!-- ##### FUNCTION gtk_selection_add_target ##### -->
<para>
-Add specified target to the list of supported targets for a
+Adds specified target to the list of supported targets for a
given widget and selection.
</para>
@@ -174,7 +174,7 @@ given widget and selection.
<!-- ##### FUNCTION gtk_selection_add_targets ##### -->
<para>
-Add a table of targets to the list of supported targets
+Adds a table of targets to the list of supported targets
for a given widget and selection.
</para>
@@ -195,7 +195,7 @@ for a given widget and selection.
<!-- ##### FUNCTION gtk_selection_convert ##### -->
<para>
-Request the contents of a selection. When received,
+Requests the contents of a selection. When received,
a "selection_received" signal will be generated.
</para>
@@ -203,17 +203,17 @@ a "selection_received" signal will be generated.
@selection: Which selection to get
@target: Form of information desired (e.g., STRING)
@time: Time of request (usually of triggering event)
- In emergency, you could use GDK_CURRENT_TIME
-@Returns: TRUE if requested succeeded. FALSE if we could not process
+ In emergency, you could use #GDK_CURRENT_TIME
+@Returns: %TRUE if requested succeeded. %FALSE if we could not process
request. (e.g., there was already a request in process for
this widget).
<!-- ##### FUNCTION gtk_selection_data_set ##### -->
<para>
-Store new data into a GtkSelectionData object. Should
-_only_ by called from a selection handler callback.
-Null terminates the stored data.
+Stores new data into a GtkSelectionData object. Should
+<emphasis>only</emphasis> by called from a selection handler callback.
+zero-terminates the stored data.
</para>
@selection_data:
@@ -276,7 +276,7 @@ called by applications.
<!-- ##### FUNCTION gtk_selection_data_copy ##### -->
<para>
-Make a copy of a #GtkSelection data structure and its
+Makes a copy of a #GtkSelection data structure and its
data.
</para>
@@ -286,7 +286,7 @@ data.
<!-- ##### FUNCTION gtk_selection_data_free ##### -->
<para>
-Free a #GtkSelectionData structure returned from
+Frees a #GtkSelectionData structure returned from
gtk_selection_data_copy().
</para>