summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:10:11 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:10:11 -0500
commit76447c3512f083a11e716d10ade774ade929b2dd (patch)
tree9c922704e2f46615d10eaee21d5a2bf9b59f6810 /gtk
parenta3bad427c7b63357db3d02aa39a291d47af63f6f (diff)
downloadgtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gtk')
-rw-r--r--gtk/deprecated/gtkhandlebox.c8
-rw-r--r--gtk/deprecated/gtkrc.c8
-rw-r--r--gtk/gtkaccelgroup.c4
-rw-r--r--gtk/gtkbuilder.c4
-rw-r--r--gtk/gtkcellrenderer.c4
-rw-r--r--gtk/gtkicontheme.c2
-rw-r--r--gtk/gtklabel.c2
-rw-r--r--gtk/gtkmain.c6
-rw-r--r--gtk/gtkoverlay.c2
-rw-r--r--gtk/gtktextmark.c6
-rw-r--r--gtk/gtkwidget.c6
11 files changed, 26 insertions, 26 deletions
diff --git a/gtk/deprecated/gtkhandlebox.c b/gtk/deprecated/gtkhandlebox.c
index 521bb8e0f4..cb7d3c2674 100644
--- a/gtk/deprecated/gtkhandlebox.c
+++ b/gtk/deprecated/gtkhandlebox.c
@@ -46,14 +46,14 @@
*
* The #GtkHandleBox widget allows a portion of a window to be "torn
* off". It is a bin widget which displays its child and a handle that
- * the user can drag to tear off a separate window (the <firstterm>float
- * window</firstterm>) containing the child widget. A thin
- * <firstterm>ghost</firstterm> is drawn in the original location of the
+ * the user can drag to tear off a separate window (the “float
+ * window”) containing the child widget. A thin
+ * “ghost” is drawn in the original location of the
* handlebox. By dragging the separate window back to its original
* location, it can be reattached.
*
* When reattaching, the ghost and float window, must be aligned
- * along one of the edges, the <firstterm>snap edge</firstterm>.
+ * along one of the edges, the “snap edge”.
* This either can be specified by the application programmer
* explicitly, or GTK+ will pick a reasonable default based
* on the handle position.
diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c
index d7eb201ea1..67c6c47156 100644
--- a/gtk/deprecated/gtkrc.c
+++ b/gtk/deprecated/gtkrc.c
@@ -89,7 +89,7 @@
* `--prefix` or `--sysconfdir` options when
* configuring GTK+.)
*
- * The set of these <firstterm>default</firstterm> files
+ * The set of these “default” files
* can be retrieved with gtk_rc_get_default_files()
* and modified with gtk_rc_add_default_file() and
* gtk_rc_set_default_files().
@@ -118,8 +118,8 @@
* ]|
*
* attaches the style <literal>"my-entry-class"</literal> to all
- * widgets whose <firstterm>widget path</firstterm> matches the
- * <firstterm>pattern</firstterm> <literal>"mywindow.*.GtkEntry"</literal>.
+ * widgets whose “widget path” matches the
+ * “pattern” <literal>"mywindow.*.GtkEntry"</literal>.
* That is, all #GtkEntry widgets which are part of a #GtkWindow named
* <literal>"mywindow"</literal>.
*
@@ -127,7 +127,7 @@
* The <literal>"?"</literal> wildcard matches any character, while
* <literal>"*"</literal> matches zero or more of any character.
* The three types of matching are against the widget path, the
- * <firstterm>class path</firstterm> and the class hierarchy. Both the
+ * “class path” and the class hierarchy. Both the
* widget path and the class path consist of a <literal>"."</literal>
* separated list of all the parents of the widget and the widget itself
* from outermost to innermost. The difference is that in the widget path,
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c
index 0d11d30136..0745349a92 100644
--- a/gtk/gtkaccelgroup.c
+++ b/gtk/gtkaccelgroup.c
@@ -49,8 +49,8 @@
* automatically sets up the accelerators for your menus in the ui
* manager's #GtkAccelGroup.
*
- * Note that <firstterm>accelerators</firstterm> are different from
- * <firstterm>mnemonics</firstterm>. Accelerators are shortcuts for
+ * Note that “accelerators” are different from
+ * “mnemonics”. Accelerators are shortcuts for
* activating a menu item; they appear alongside the menu item they're a
* shortcut for. For example "Ctrl+Q" might appear alongside the "Quit"
* menu item. Mnemonics are shortcuts for GUI elements such as text
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 3e07cbf6bc..a140b0da1a 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -61,8 +61,8 @@
* GtkBuilder parses textual descriptions of user interfaces which are
* specified in an XML format which can be roughly described by the
* RELAX NG schema below. We refer to these descriptions as
- * <firstterm>GtkBuilder UI definitions</firstterm> or just
- * <firstterm>UI definitions</firstterm> if the context is clear.
+ * “GtkBuilder UI definitions” or just
+ * “UI definitions” if the context is clear.
* Do not confuse GtkBuilder UI Definitions with
* <link linkend="XML-UI">GtkUIManager UI Definitions</link>, which
* are more limited in scope. It is common to use `.ui`
diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c
index 5275a2e683..f7d623377f 100644
--- a/gtk/gtkcellrenderer.c
+++ b/gtk/gtkcellrenderer.c
@@ -53,9 +53,9 @@
*
* Beyond merely rendering a cell, cell renderers can optionally
* provide active user interface elements. A cell renderer can be
- * <firstterm>activatable</firstterm> like #GtkCellRendererToggle,
+ * “activatable” like #GtkCellRendererToggle,
* which toggles when it gets activated by a mouse click, or it can be
- * <firstterm>editable</firstterm> like #GtkCellRendererText, which
+ * “editable” like #GtkCellRendererText, which
* allows the user to edit the text using a #GtkEntry.
* To make a cell renderer activatable or editable, you have to
* implement the #GtkCellRendererClass.activate or
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 685cc02e1c..fd19e2ac8d 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -68,7 +68,7 @@
* #GtkIconTheme provides a facility for looking up icons by name
* and size. The main reason for using a name rather than simply
* providing a filename is to allow different icons to be used
- * depending on what <firstterm>icon theme</firstterm> is selected
+ * depending on what “icon theme” is selected
* by the user. The operation of icon themes on Linux and Unix
* follows the <ulink
* url="http://www.freedesktop.org/Standards/icon-theme-spec">Icon
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 6ca271c5e2..b9fda264b4 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -92,7 +92,7 @@
*
* ## Mnemonics
*
- * Labels may contain <firstterm>mnemonics</firstterm>. Mnemonics are
+ * Labels may contain “mnemonics”. Mnemonics are
* underlined characters in the label, used for keyboard navigation.
* Mnemonics are created by providing a string with an underscore before
* the mnemonic character, such as <literal>"_File"</literal>, to the
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 44c2fa1140..91966634d4 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -37,16 +37,16 @@
* application in text mode instead.
*
* Like all GUI toolkits, GTK+ uses an event-driven programming model. When the
- * user is doing nothing, GTK+ sits in the <firstterm>main loop</firstterm> and
+ * user is doing nothing, GTK+ sits in the “main loop” and
* waits for input. If the user performs some action - say, a mouse click - then
* the main loop "wakes up" and delivers an event to GTK+. GTK+ forwards the
* event to one or more widgets.
*
* When widgets receive an event, they frequently emit one or more
- * <firstterm>signals</firstterm>. Signals notify your program that "something
+ * “signals”. Signals notify your program that "something
* interesting happened" by invoking functions you've connected to the signal
* with g_signal_connect(). Functions connected to a signal are often termed
- * <firstterm>callbacks</firstterm>.
+ * “callbacks”.
*
* When your callbacks are invoked, you would typically take some action - for
* example, when an Open button is clicked you might display a
diff --git a/gtk/gtkoverlay.c b/gtk/gtkoverlay.c
index 084db86f67..eea5ac25f6 100644
--- a/gtk/gtkoverlay.c
+++ b/gtk/gtkoverlay.c
@@ -34,7 +34,7 @@
* @title: GtkOverlay
*
* GtkOverlay is a container which contains a single main child, on top
- * of which it can place <firstterm>overlay</firstterm> widgets. The
+ * of which it can place “overlay” widgets. The
* position of each overlay widget is determined by its #GtkWidget:halign
* and #GtkWidget:valign properties. E.g. a widget with both alignments
* set to %GTK_ALIGN_START will be placed at the top left corner of the
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c
index e8fa205ca6..0c58498696 100644
--- a/gtk/gtktextmark.c
+++ b/gtk/gtktextmark.c
@@ -69,9 +69,9 @@
* buffer mutations, because their behavior is defined when text is inserted or
* deleted. When text containing a mark is deleted, the mark remains in the
* position originally occupied by the deleted text. When text is inserted at a
- * mark, a mark with <firstterm>left gravity</firstterm> will be moved to the
- * beginning of the newly-inserted text, and a mark with <firstterm>right
- * gravity</firstterm> will be moved to the end.
+ * mark, a mark with “left gravity” will be moved to the
+ * beginning of the newly-inserted text, and a mark with “right
+ * gravity” will be moved to the end.
*
* Note that "left" and "right" here refer to logical direction (left
* is the toward the start of the buffer); in some languages such as
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index cff67a1903..0f2dca5900 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -238,8 +238,8 @@
*
* ## Style Properties
*
- * #GtkWidget introduces <firstterm>style
- * properties</firstterm> - these are basically object properties that are stored
+ * #GtkWidget introduces “style
+ * properties” - these are basically object properties that are stored
* not on the object, but in the style object associated to the widget. Style
* properties are set in <link linkend="gtk3-Resource-Files">resource files</link>.
* This mechanism is used for configuring such things as the location of the
@@ -1843,7 +1843,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
*
* The ::hierarchy-changed signal is emitted when the
* anchored state of a widget changes. A widget is
- * <firstterm>anchored</firstterm> when its toplevel
+ * “anchored” when its toplevel
* ancestor is a #GtkWindow. This signal is emitted when
* a widget changes from un-anchored to anchored or vice-versa.
*/