summaryrefslogtreecommitdiff
path: root/gtk/deprecated
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/deprecated')
-rw-r--r--gtk/deprecated/gtkaction.c6
-rw-r--r--gtk/deprecated/gtkactiongroup.c6
-rw-r--r--gtk/deprecated/gtkactivatable.c2
-rw-r--r--gtk/deprecated/gtkcolorseldialog.c4
-rw-r--r--gtk/deprecated/gtkfontsel.c16
-rw-r--r--gtk/deprecated/gtkhandlebox.c4
-rw-r--r--gtk/deprecated/gtkiconfactory.c10
-rw-r--r--gtk/deprecated/gtkrc.c10
-rw-r--r--gtk/deprecated/gtkrc.h4
-rw-r--r--gtk/deprecated/gtkstock.c2
-rw-r--r--gtk/deprecated/gtkstock.h210
-rw-r--r--gtk/deprecated/gtkstyle.c14
-rw-r--r--gtk/deprecated/gtktoggleaction.c4
-rw-r--r--gtk/deprecated/gtkuimanager.c16
14 files changed, 154 insertions, 154 deletions
diff --git a/gtk/deprecated/gtkaction.c b/gtk/deprecated/gtkaction.c
index 5fe0946675..d87b8acc41 100644
--- a/gtk/deprecated/gtkaction.c
+++ b/gtk/deprecated/gtkaction.c
@@ -68,7 +68,7 @@
* Apart from regular actions, there are <link linkend="GtkToggleAction">toggle
* actions</link>, which can be toggled between two states and <link
* linkend="GtkRadioAction">radio actions</link>, of which only one in a group
- * can be in the "active" state. Other actions can be implemented as #GtkAction
+ * can be in the “active” state. Other actions can be implemented as #GtkAction
* subclasses.
*
* Each action can have one or more proxy widgets. To act as an action proxy,
@@ -862,7 +862,7 @@ disconnect_proxy (GtkAction *action,
* - if @action is invisible, @proxy is too
*
- * - if @empty is %TRUE, hide @proxy unless the "hide-if-empty"
+ * - if @empty is %TRUE, hide @proxy unless the “hide-if-empty”
* property of @action indicates otherwise
*
* This function is used in the implementation of #GtkUIManager.
@@ -922,7 +922,7 @@ _gtk_action_emit_activate (GtkAction *action)
* gtk_action_activate:
* @action: the action object
*
- * Emits the "activate" signal on the specified action, if it isn't
+ * Emits the “activate” signal on the specified action, if it isn't
* insensitive. This gets called by the proxy widgets when they get
* activated.
*
diff --git a/gtk/deprecated/gtkactiongroup.c b/gtk/deprecated/gtkactiongroup.c
index 0664ea66ec..a2bde7bfb6 100644
--- a/gtk/deprecated/gtkactiongroup.c
+++ b/gtk/deprecated/gtkactiongroup.c
@@ -1108,7 +1108,7 @@ gtk_action_group_list_actions (GtkActionGroup *action_group)
* This is a convenience function to create a number of actions and add them
* to the action group.
*
- * The "activate" signals of the actions are connected to the callbacks and
+ * The “activate” signals of the actions are connected to the callbacks and
* their accel paths are set to
* `&lt;Actions&gt;/group-name/action-name`.
*
@@ -1243,7 +1243,7 @@ gtk_action_group_add_actions_full (GtkActionGroup *action_group,
* This is a convenience function to create a number of toggle actions and add them
* to the action group.
*
- * The "activate" signals of the actions are connected to the callbacks and
+ * The “activate” signals of the actions are connected to the callbacks and
* their accel paths are set to
* `&lt;Actions&gt;/group-name/action-name`.
*
@@ -1363,7 +1363,7 @@ gtk_action_group_add_toggle_actions_full (GtkActionGroup *action_gro
* This is a convenience routine to create a group of radio actions and
* add them to the action group.
*
- * The "changed" signal of the first radio action is connected to the
+ * The “changed” signal of the first radio action is connected to the
* @on_change callback and the accel paths of the actions are set to
* `&lt;Actions&gt;/group-name/action-name`.
*
diff --git a/gtk/deprecated/gtkactivatable.c b/gtk/deprecated/gtkactivatable.c
index 3a0b8cbd39..f9916019e5 100644
--- a/gtk/deprecated/gtkactivatable.c
+++ b/gtk/deprecated/gtkactivatable.c
@@ -107,7 +107,7 @@
* G_OBJECT_CLASS (foo_bar_parent_class)->dispose (object);
* }
*
- * ... Handle the "related-action" and "use-action-appearance" properties ...
+ * ... Handle the “related-action” and “use-action-appearance” properties ...
*
* static void
* foo_bar_set_property (GObject *object,
diff --git a/gtk/deprecated/gtkcolorseldialog.c b/gtk/deprecated/gtkcolorseldialog.c
index b5cd48d6cb..18c651a125 100644
--- a/gtk/deprecated/gtkcolorseldialog.c
+++ b/gtk/deprecated/gtkcolorseldialog.c
@@ -55,8 +55,8 @@
*
* The GtkColorSelectionDialog implementation of the GtkBuildable interface
* exposes the embedded #GtkColorSelection as internal child with the
- * name "color_selection". It also exposes the buttons with the names
- * "ok_button", "cancel_button" and "help_button".
+ * name “color_selection”. It also exposes the buttons with the names
+ * “ok_button”, “cancel_button” and “help_button”.
*/
diff --git a/gtk/deprecated/gtkfontsel.c b/gtk/deprecated/gtkfontsel.c
index 0ac6561836..1553bd73ce 100644
--- a/gtk/deprecated/gtkfontsel.c
+++ b/gtk/deprecated/gtkfontsel.c
@@ -1380,8 +1380,8 @@ gtk_font_selection_get_size (GtkFontSelection *fontsel)
* Note that this can be a different string than what you set with
* gtk_font_selection_set_font_name(), as the font selection widget may
* normalize font names and thus return a string with a different structure.
- * For example, "Helvetica Italic Bold 12" could be normalized to
- * "Helvetica Bold Italic 12". Use pango_font_description_equal()
+ * For example, “Helvetica Italic Bold 12” could be normalized to
+ * “Helvetica Bold Italic 12”. Use pango_font_description_equal()
* if you want to compare two font descriptions.
*
* Return value: A string with the name of the current font, or %NULL if
@@ -1510,7 +1510,7 @@ gtk_font_selection_select_font_desc (GtkFontSelection *fontsel,
/**
* gtk_font_selection_set_font_name:
* @fontsel: a #GtkFontSelection
- * @fontname: a font name like "Helvetica 12" or "Times Bold 18"
+ * @fontname: a font name like “Helvetica 12” or “Times Bold 18”
*
* Sets the currently-selected font.
*
@@ -1630,8 +1630,8 @@ gtk_font_selection_set_preview_text (GtkFontSelection *fontsel,
*
* The GtkFontSelectionDialog implementation of the GtkBuildable interface
* exposes the embedded #GtkFontSelection as internal child with the
- * name "font_selection". It also exposes the buttons with the names
- * "ok_button", "cancel_button" and "apply_button".
+ * name “font_selection”. It also exposes the buttons with the names
+ * “ok_button”, “cancel_button” and “apply_button”.
*/
static void gtk_font_selection_dialog_buildable_interface_init (GtkBuildableIface *iface);
@@ -1834,8 +1834,8 @@ gtk_font_selection_dialog_buildable_get_internal_child (GtkBuildable *buildable,
* Note that this can be a different string than what you set with
* gtk_font_selection_dialog_set_font_name(), as the font selection widget
* may normalize font names and thus return a string with a different
- * structure. For example, "Helvetica Italic Bold 12" could be normalized
- * to "Helvetica Bold Italic 12". Use pango_font_description_equal()
+ * structure. For example, “Helvetica Italic Bold 12” could be normalized
+ * to “Helvetica Bold Italic 12”. Use pango_font_description_equal()
* if you want to compare two font descriptions.
*
* Return value: A string with the name of the current font, or %NULL if no
@@ -1858,7 +1858,7 @@ gtk_font_selection_dialog_get_font_name (GtkFontSelectionDialog *fsd)
/**
* gtk_font_selection_dialog_set_font_name:
* @fsd: a #GtkFontSelectionDialog
- * @fontname: a font name like "Helvetica 12" or "Times Bold 18"
+ * @fontname: a font name like “Helvetica 12” or “Times Bold 18”
*
* Sets the currently selected font.
*
diff --git a/gtk/deprecated/gtkhandlebox.c b/gtk/deprecated/gtkhandlebox.c
index cb7d3c2674..30b20486ed 100644
--- a/gtk/deprecated/gtkhandlebox.c
+++ b/gtk/deprecated/gtkhandlebox.c
@@ -145,7 +145,7 @@ enum {
* of the drag offset by the distance that the cursor
* has moved.
*
- * 2) These rectangles must have one edge, the "snap_edge"
+ * 2) These rectangles must have one edge, the “snap_edge”
* of the handlebox, aligned within TOLERANCE.
*
* 3) On the other dimension, the extents of one rectangle
@@ -999,7 +999,7 @@ gtk_handle_box_get_handle_position (GtkHandleBox *handle_box)
*
* Sets the snap edge of a handlebox. The snap edge is
* the edge of the detached child that must be aligned
- * with the corresponding edge of the "ghost" left
+ * with the corresponding edge of the “ghost” left
* behind when the child was detached to reattach
* the torn-off window. Usually, the snap edge should
* be chosen so that it stays in the same place on
diff --git a/gtk/deprecated/gtkiconfactory.c b/gtk/deprecated/gtkiconfactory.c
index dc0f4a674d..b77c649ecd 100644
--- a/gtk/deprecated/gtkiconfactory.c
+++ b/gtk/deprecated/gtkiconfactory.c
@@ -284,7 +284,7 @@ gtk_icon_factory_new (void)
*
* Adds the given @icon_set to the icon factory, under the name
* @stock_id. @stock_id should be namespaced for your application,
- * e.g. "myapp-whatever-icon". Normally applications create a
+ * e.g. “myapp-whatever-icon”. Normally applications create a
* #GtkIconFactory, then add it to the list of default factories with
* gtk_icon_factory_add_default(). Then they pass the @stock_id to
* widgets such as #GtkImage to display the icon. Themes can provide
@@ -1695,7 +1695,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS;
}
/* Order sources by their "wildness", so that "wilder" sources are
- * greater than "specific" sources; for determining ordering,
+ * greater than “specific” sources; for determining ordering,
* direction beats state beats size.
*/
@@ -1743,7 +1743,7 @@ icon_source_compare (gconstpointer ap, gconstpointer bp)
* icons). So a single icon set would contain all those variants of
* the icon, and you might add a separate source for each one.
*
- * You should nearly always add a "default" icon source with all
+ * You should nearly always add a “default” icon source with all
* fields wildcarded, which will be used as a fallback if no more
* specific source matches. #GtkIconSet always prefers more specific
* icon sources to more generic icon sources. The order in which you
@@ -1861,10 +1861,10 @@ gtk_icon_set_get_sizes (GtkIconSet *icon_set,
* image filename) that serves as the base image for one or more of the
* icons in a #GtkIconSet, along with a specification for which icons in the
* icon set will be based on that pixbuf or image file. An icon set contains
- * a set of icons that represent "the same" logical concept in different states,
+ * a set of icons that represent “the same” logical concept in different states,
* different global text directions, and different sizes.
*
- * So for example a web browser's "Back to Previous Page" icon might
+ * So for example a web browser's “Back to Previous Page” icon might
* point in a different direction in Hebrew and in English; it might
* look different when insensitive; and it might change size depending
* on toolbar mode (small/large icons). So a single icon set would
diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c
index 5cf123f654..60214f0cb4 100644
--- a/gtk/deprecated/gtkrc.c
+++ b/gtk/deprecated/gtkrc.c
@@ -382,18 +382,18 @@
* * `font = font`
*
- * Starting with GTK+ 2.0, the "font" and "fontset"
- * declarations are ignored; use "font_name" declarations instead.
+ * Starting with GTK+ 2.0, the “font” and “fontset”
+ * declarations are ignored; use “font_name” declarations instead.
*
* * `fontset = font`
*
- * Starting with GTK+ 2.0, the "font" and "fontset"
- * declarations are ignored; use "font_name" declarations instead.
+ * Starting with GTK+ 2.0, the “font” and “fontset”
+ * declarations are ignored; use “font_name” declarations instead.
*
* * `font_name = font`
*
* Sets the font for a widget. font must be
- * a Pango font name, e.g. `"Sans Italic 10"`.
+ * a Pango font name, e.g. “Sans Italic 10” .
* For details about Pango font names, see
* pango_font_description_from_string().
*
diff --git a/gtk/deprecated/gtkrc.h b/gtk/deprecated/gtkrc.h
index 5c171285a5..011cbc8ca3 100644
--- a/gtk/deprecated/gtkrc.h
+++ b/gtk/deprecated/gtkrc.h
@@ -332,7 +332,7 @@ guint gtk_rc_parse_priority (GScanner *scanner,
* GtkRcProperty:
* @type_name: quark-ified type identifier
* @property_name: quark-ified property identifier like
- * "GtkScrollbar::spacing"
+ * “GtkScrollbar::spacing”
* @origin: field similar to one found in #GtkSettingsValue
* @value:field similar to one found in #GtkSettingsValue
*
@@ -340,7 +340,7 @@ guint gtk_rc_parse_priority (GScanner *scanner,
*/
struct _GtkRcProperty
{
- /* quark-ified property identifier like "GtkScrollbar::spacing" */
+ /* quark-ified property identifier like “GtkScrollbar::spacing” */
GQuark type_name;
GQuark property_name;
diff --git a/gtk/deprecated/gtkstock.c b/gtk/deprecated/gtkstock.c
index 65c609c59d..78befcb1b0 100644
--- a/gtk/deprecated/gtkstock.c
+++ b/gtk/deprecated/gtkstock.c
@@ -40,7 +40,7 @@ Prebuilt common menu/toolbar items and corresponding icons
* @Title: Stock Items
*
* Stock items represent commonly-used menu or toolbar items such as
- * "Open" or "Exit". Each stock item is identified by a stock ID;
+ * “Open” or “Exit”. Each stock item is identified by a stock ID;
* stock IDs are just strings, but macros such as #GTK_STOCK_OPEN are
* provided to avoid typing mistakes in the strings.
* Applications can register their own stock items in addition to those
diff --git a/gtk/deprecated/gtkstock.h b/gtk/deprecated/gtkstock.h
index 3f75f574b1..1ef97e7380 100644
--- a/gtk/deprecated/gtkstock.h
+++ b/gtk/deprecated/gtkstock.h
@@ -112,7 +112,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ABOUT:
*
- * The "About" item.
+ * The “About” item.
* ![](help-about.png)
*
* Since: 2.6
@@ -124,7 +124,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ADD:
*
- * The "Add" item.
+ * The “Add” item.
* ![](list-add.png)
*
* Deprecated: 3.10: Use named icon &quot;list-add&quot; or the label &quot;_Add&quot;.
@@ -134,7 +134,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_APPLY:
*
- * The "Apply" item.
+ * The “Apply” item.
* ![](gtk-apply.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;_Apply&quot;.
@@ -144,7 +144,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_BOLD:
*
- * The "Bold" item.
+ * The “Bold” item.
* ![](format-text-bold.png)
*
* Deprecated: 3.10: Use named icon &quot;format-text-bold&quot;.
@@ -154,7 +154,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CANCEL:
*
- * The "Cancel" item.
+ * The “Cancel” item.
* ![](gtk-cancel.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;_Cancel&quot;.
@@ -164,7 +164,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CAPS_LOCK_WARNING:
*
- * The "Caps Lock Warning" icon.
+ * The “Caps Lock Warning” icon.
* ![](gtk-caps-lock-warning.png)
*
* Since: 2.16
@@ -176,7 +176,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CDROM:
*
- * The "CD-Rom" item.
+ * The “CD-Rom” item.
* ![](media-optical.png)
*
* Deprecated: 3.10: Use named icon &quot;media-optical&quot;.
@@ -186,7 +186,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CLEAR:
*
- * The "Clear" item.
+ * The “Clear” item.
* ![](edit-clear.png)
*
* Deprecated: 3.10: Use named icon &quot;edit-clear&quot;.
@@ -196,7 +196,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CLOSE:
*
- * The "Close" item.
+ * The “Close” item.
* ![](window-close.png)
*
* Deprecated: 3.10: Use named icon &quot;window-close&quot; or the label &quot;_Close&quot;.
@@ -206,7 +206,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_COLOR_PICKER:
*
- * The "Color Picker" item.
+ * The “Color Picker” item.
* ![](gtk-color-picker.png)
*
* Since: 2.2
@@ -218,7 +218,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CONNECT:
*
- * The "Connect" icon.
+ * The “Connect” icon.
* ![](gtk-connect.png)
*
* Since: 2.6
@@ -230,7 +230,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CONVERT:
*
- * The "Convert" item.
+ * The “Convert” item.
* ![](gtk-convert.png)
*
* Deprecated: 3.10
@@ -240,7 +240,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_COPY:
*
- * The "Copy" item.
+ * The “Copy” item.
* ![](edit-copy.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;_Copy&quot;.
@@ -250,7 +250,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_CUT:
*
- * The "Cut" item.
+ * The “Cut” item.
* ![](edit-cut.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;Cu_t&quot;.
@@ -260,7 +260,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DELETE:
*
- * The "Delete" item.
+ * The “Delete” item.
* ![](edit-delete.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;_Delete&quot;.
@@ -270,7 +270,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DIALOG_AUTHENTICATION:
*
- * The "Authentication" item.
+ * The “Authentication” item.
* ![](dialog-password.png)
*
* Since: 2.4
@@ -282,7 +282,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DIALOG_INFO:
*
- * The "Information" item.
+ * The “Information” item.
* ![](dialog-information.png)
*
* Deprecated: 3.10: Use named icon &quot;dialog-information&quot;.
@@ -292,7 +292,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DIALOG_WARNING:
*
- * The "Warning" item.
+ * The “Warning” item.
* ![](dialog-warning.png)
*
* Deprecated: 3.10: Use named icon &quot;dialog-warning&quot;.
@@ -302,7 +302,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DIALOG_ERROR:
*
- * The "Error" item.
+ * The “Error” item.
* ![](dialog-error.png)
*
* Deprecated: 3.10: Use named icon &quot;dialog-error&quot;.
@@ -312,7 +312,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DIALOG_QUESTION:
*
- * The "Question" item.
+ * The “Question” item.
* ![](dialog-question.png)
*
* Deprecated: 3.10: Use named icon &quot;dialog-question&quot;.
@@ -322,7 +322,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DIRECTORY:
*
- * The "Directory" icon.
+ * The “Directory” icon.
* ![](folder.png)
*
* Since: 2.6
@@ -334,7 +334,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DISCARD:
*
- * The "Discard" item.
+ * The “Discard” item.
*
* Since: 2.12
*
@@ -345,7 +345,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DISCONNECT:
*
- * The "Disconnect" icon.
+ * The “Disconnect” icon.
* ![](gtk-disconnect.png)
*
* Since: 2.6
@@ -357,7 +357,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DND:
*
- * The "Drag-And-Drop" icon.
+ * The “Drag-And-Drop” icon.
* ![](gtk-dnd.png)
*
* Deprecated: 3.10
@@ -367,7 +367,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_DND_MULTIPLE:
*
- * The "Drag-And-Drop multiple" icon.
+ * The “Drag-And-Drop multiple” icon.
* ![](gtk-dnd-multiple.png)
*
* Deprecated: 3.10
@@ -377,7 +377,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_EDIT:
*
- * The "Edit" item.
+ * The “Edit” item.
* ![](gtk-edit.png)
*
* Since: 2.6
@@ -389,7 +389,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_EXECUTE:
*
- * The "Execute" item.
+ * The “Execute” item.
* ![](system-run.png)
*
* Deprecated: 3.10: Use named icon &quot;system-run&quot;.
@@ -399,7 +399,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_FILE:
*
- * The "File" item.
+ * The “File” item.
* ![](text-x-generic.png)
*
* Since 3.0, this item has a label, before it only had an icon.
@@ -413,7 +413,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_FIND:
*
- * The "Find" item.
+ * The “Find” item.
* ![](edit-find.png)
*
* Deprecated: 3.10: Use named icon &quot;edit-find&quot;.
@@ -423,7 +423,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_FIND_AND_REPLACE:
*
- * The "Find and Replace" item.
+ * The “Find and Replace” item.
* ![](edit-find-replace.png)
*
* Deprecated: 3.10: Use named icon &quot;edit-find-replace&quot;.
@@ -433,7 +433,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_FLOPPY:
*
- * The "Floppy" item.
+ * The “Floppy” item.
* ![](media-floppy.png)
*
* Deprecated: 3.10
@@ -443,7 +443,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_FULLSCREEN:
*
- * The "Fullscreen" item.
+ * The “Fullscreen” item.
* ![](view-fullscreen.png)
*
* Since: 2.8
@@ -455,7 +455,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GOTO_BOTTOM:
*
- * The "Bottom" item.
+ * The “Bottom” item.
* ![](go-bottom.png)
*
* Deprecated: 3.10: Use named icon &quot;go-bottom&quot;.
@@ -465,7 +465,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GOTO_FIRST:
*
- * The "First" item.
+ * The “First” item.
* ![](go-first-ltr.png)
* RTL variant
* ![](go-first-rtl.png)
@@ -477,7 +477,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GOTO_LAST:
*
- * The "Last" item.
+ * The “Last” item.
* ![](go-last-ltr.png)
* RTL variant
* ![](go-last-rtl.png)
@@ -489,7 +489,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GOTO_TOP:
*
- * The "Top" item.
+ * The “Top” item.
* ![](go-top.png)
*
* Deprecated: 3.10: Use named icon &quot;go-top&quot;.
@@ -499,7 +499,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GO_BACK:
*
- * The "Back" item.
+ * The “Back” item.
* ![](go-previous-ltr.png)
* RTL variant
* ![](go-previous-rtl.png)
@@ -511,7 +511,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GO_DOWN:
*
- * The "Down" item.
+ * The “Down” item.
* ![](go-down.png)
*
* Deprecated: 3.10: Use named icon &quot;go-down&quot;.
@@ -521,7 +521,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GO_FORWARD:
*
- * The "Forward" item.
+ * The “Forward” item.
* ![](go-next-ltr.png)
* RTL variant
* ![](go-next-rtl.png)
@@ -533,7 +533,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_GO_UP:
*
- * The "Up" item.
+ * The “Up” item.
* ![](go-up.png)
*
* Deprecated: 3.10: Use named icon &quot;go-up&quot;.
@@ -543,7 +543,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_HARDDISK:
*
- * The "Harddisk" item.
+ * The “Harddisk” item.
* ![](drive-harddisk.png)
*
* Since: 2.4
@@ -555,7 +555,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_HELP:
*
- * The "Help" item.
+ * The “Help” item.
* ![](help-contents.png)
*
* Deprecated: 3.10: Use named icon &quot;help-browser&quot;.
@@ -565,7 +565,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_HOME:
*
- * The "Home" item.
+ * The “Home” item.
* ![](go-home.png)
*
* Deprecated: 3.10: Use named icon &quot;go-home&quot;.
@@ -575,7 +575,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_INDEX:
*
- * The "Index" item.
+ * The “Index” item.
* ![](gtk-index.png)
*
* Deprecated: 3.10
@@ -585,7 +585,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_INDENT:
*
- * The "Indent" item.
+ * The “Indent” item.
* ![](format-indent-more-ltr.png)
* RTL variant
* ![](format-indent-more-rtl.png)
@@ -599,7 +599,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_INFO:
*
- * The "Info" item.
+ * The “Info” item.
* ![](dialog-information.png)
*
* Since: 2.8
@@ -611,7 +611,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ITALIC:
*
- * The "Italic" item.
+ * The “Italic” item.
* ![](format-text-italic.png)
*
* Deprecated: 3.10: Use named icon &quot;format-text-italic&quot;.
@@ -621,7 +621,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_JUMP_TO:
*
- * The "Jump to" item.
+ * The “Jump to” item.
* ![](go-jump-ltr.png)
* RTL-variant
* ![](go-jump-rtl.png)
@@ -633,7 +633,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_JUSTIFY_CENTER:
*
- * The "Center" item.
+ * The “Center” item.
* ![](format-justify-center.png)
*
* Deprecated: 3.10: Use named icon &quot;format-justify-center&quot;.
@@ -643,7 +643,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_JUSTIFY_FILL:
*
- * The "Fill" item.
+ * The “Fill” item.
* ![](format-justify-fill.png)
*
* Deprecated: 3.10: Use named icon &quot;format-justify-fill&quot;.
@@ -653,7 +653,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_JUSTIFY_LEFT:
*
- * The "Left" item.
+ * The “Left” item.
* ![](format-justify-left.png)
*
* Deprecated: 3.10: Use named icon &quot;format-justify-left&quot;.
@@ -663,7 +663,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_JUSTIFY_RIGHT:
*
- * The "Right" item.
+ * The “Right” item.
* ![](format-justify-right.png)
*
* Deprecated: 3.10: Use named icon &quot;format-justify-right&quot;.
@@ -673,7 +673,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_LEAVE_FULLSCREEN:
*
- * The "Leave Fullscreen" item.
+ * The “Leave Fullscreen” item.
* ![](view-restore.png)
*
* Since: 2.8
@@ -685,7 +685,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MISSING_IMAGE:
*
- * The "Missing image" icon.
+ * The “Missing image” icon.
* ![](image-missing.png)
*
* Deprecated: 3.10: Use named icon &quot;image-missing&quot;.
@@ -695,7 +695,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_FORWARD:
*
- * The "Media Forward" item.
+ * The “Media Forward” item.
* ![](media-seek-forward-ltr.png)
* RTL variant
* ![](media-seek-forward-rtl.png)
@@ -709,7 +709,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_NEXT:
*
- * The "Media Next" item.
+ * The “Media Next” item.
* ![](media-skip-forward-ltr.png)
* RTL variant
* ![](media-skip-forward-rtl.png)
@@ -723,7 +723,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_PAUSE:
*
- * The "Media Pause" item.
+ * The “Media Pause” item.
* ![](media-playback-pause.png)
*
* Since: 2.6
@@ -735,7 +735,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_PLAY:
*
- * The "Media Play" item.
+ * The “Media Play” item.
* ![](media-playback-start-ltr.png)
* RTL variant
* ![](media-playback-start-rtl.png)
@@ -749,7 +749,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_PREVIOUS:
*
- * The "Media Previous" item.
+ * The “Media Previous” item.
* ![](media-skip-backward-ltr.png)
* RTL variant
* ![](media-skip-backward-rtl.png)
@@ -763,7 +763,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_RECORD:
*
- * The "Media Record" item.
+ * The “Media Record” item.
* ![](media-record.png)
*
* Since: 2.6
@@ -775,7 +775,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_REWIND:
*
- * The "Media Rewind" item.
+ * The “Media Rewind” item.
* ![](media-seek-backward-ltr.png)
* RTL variant
* ![](media-seek-backward-rtl.png)
@@ -789,7 +789,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_MEDIA_STOP:
*
- * The "Media Stop" item.
+ * The “Media Stop” item.
* ![](media-playback-stop.png)
*
* Since: 2.6
@@ -801,7 +801,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_NETWORK:
*
- * The "Network" item.
+ * The “Network” item.
* ![](network-idle.png)
*
* Since: 2.4
@@ -813,7 +813,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_NEW:
*
- * The "New" item.
+ * The “New” item.
* ![](document-new.png)
*
* Deprecated: 3.10: Use named icon &quot;document-new&quot; or the label &quot;_New&quot;.
@@ -823,7 +823,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_NO:
*
- * The "No" item.
+ * The “No” item.
* ![](gtk-no.png)
*
* Deprecated: 3.10
@@ -833,7 +833,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_OK:
*
- * The "OK" item.
+ * The “OK” item.
* ![](gtk-ok.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;_OK&quot;.
@@ -843,7 +843,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_OPEN:
*
- * The "Open" item.
+ * The “Open” item.
* ![](document-open.png)
*
* Deprecated: 3.10: Use named icon &quot;document-open&quot; or the label &quot;_Open&quot;.
@@ -853,7 +853,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ORIENTATION_PORTRAIT:
*
- * The "Portrait Orientation" item.
+ * The “Portrait Orientation” item.
* ![](gtk-orientation-portrait.png)
*
* Since: 2.10
@@ -865,7 +865,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ORIENTATION_LANDSCAPE:
*
- * The "Landscape Orientation" item.
+ * The “Landscape Orientation” item.
* ![](gtk-orientation-landscape.png)
*
* Since: 2.10
@@ -877,7 +877,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE:
*
- * The "Reverse Landscape Orientation" item.
+ * The “Reverse Landscape Orientation” item.
* ![](gtk-orientation-reverse-landscape.png)
*
* Since: 2.10
@@ -889,7 +889,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT:
*
- * The "Reverse Portrait Orientation" item.
+ * The “Reverse Portrait Orientation” item.
* ![](gtk-orientation-reverse-portrait.png)
*
* Since: 2.10
@@ -901,7 +901,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PAGE_SETUP:
*
- * The "Page Setup" item.
+ * The “Page Setup” item.
* ![](gtk-page-setup.png)
*
* Since: 2.14
@@ -913,7 +913,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PASTE:
*
- * The "Paste" item.
+ * The “Paste” item.
* ![](edit-paste.png)
*
* Deprecated: 3.10: Do not use an icon. Use label &quot;_Paste&quot;.
@@ -923,7 +923,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PREFERENCES:
*
- * The "Preferences" item.
+ * The “Preferences” item.
* ![](gtk-preferences.png)
*
* Deprecated: 3.10: Use named icon &quot;preferences-system&quot; or the label &quot;_Preferences&quot;.
@@ -933,7 +933,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PRINT:
*
- * The "Print" item.
+ * The “Print” item.
* ![](document-print.png)
*
* Deprecated: 3.10: Use named icon &quot;document-print&quot; or the label &quot;_Print&quot;.
@@ -943,7 +943,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PRINT_ERROR:
*
- * The "Print Error" icon.
+ * The “Print Error” icon.
* ![](printer-error.png)
*
* Since: 2.14
@@ -955,7 +955,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PRINT_PAUSED:
*
- * The "Print Paused" icon.
+ * The “Print Paused” icon.
* ![](printer-paused.png)
*
* Since: 2.14
@@ -967,7 +967,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PRINT_PREVIEW:
*
- * The "Print Preview" item.
+ * The “Print Preview” item.
* ![](document-print-preview.png)
*
* Deprecated: 3.10: Use label &quot;Pre_view&quot;.
@@ -977,7 +977,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PRINT_REPORT:
*
- * The "Print Report" icon.
+ * The “Print Report” icon.
* ![](printer-info.png)
*
* Since: 2.14
@@ -990,7 +990,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PRINT_WARNING:
*
- * The "Print Warning" icon.
+ * The “Print Warning” icon.
* ![](printer-warning.png)
*
* Since: 2.14
@@ -1002,7 +1002,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_PROPERTIES:
*
- * The "Properties" item.
+ * The “Properties” item.
* ![](document-properties.png)
*
* Deprecated: 3.10: Use named icon &quot;document-properties&quot; or the label &quot;_Properties&quot;.
@@ -1012,7 +1012,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_QUIT:
*
- * The "Quit" item.
+ * The “Quit” item.
* ![](application-exit.png)
*
* Deprecated: 3.10: Use named icon &quot;application-exit&quot; or the label &quot;_Quit&quot;.
@@ -1022,7 +1022,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_REDO:
*
- * The "Redo" item.
+ * The “Redo” item.
* ![](edit-redo-ltr.png)
* RTL variant
* ![](edit-redo-rtl.png)
@@ -1034,7 +1034,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_REFRESH:
*
- * The "Refresh" item.
+ * The “Refresh” item.
* ![](view-refresh.png)
*
* Deprecated: 3.10: Use named icon &quot;view-refresh&quot; or the label &quot;_Refresh&quot;.
@@ -1044,7 +1044,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_REMOVE:
*
- * The "Remove" item.
+ * The “Remove” item.
* ![](list-remove.png)
*
* Deprecated: 3.10: Use named icon &quot;list-remove&quot; or the label &quot;_Remove&quot;.
@@ -1054,7 +1054,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_REVERT_TO_SAVED:
*
- * The "Revert" item.
+ * The “Revert” item.
* ![](document-revert-ltr.png)
* RTL variant
* ![](document-revert-rtl.png)
@@ -1066,7 +1066,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SAVE:
*
- * The "Save" item.
+ * The “Save” item.
* ![](document-save.png)
*
* Deprecated: 3.10: Use named icon &quot;document-save&quot; or the label &quot;_Save&quot;.
@@ -1076,7 +1076,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SAVE_AS:
*
- * The "Save As" item.
+ * The “Save As” item.
* ![](document-save-as.png)
*
* Deprecated: 3.10: Use named icon &quot;document-save-as&quot; or the label &quot;Save _As&quot;.
@@ -1086,7 +1086,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SELECT_ALL:
*
- * The "Select All" item.
+ * The “Select All” item.
* ![](edit-select-all.png)
*
* Since: 2.10
@@ -1098,7 +1098,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SELECT_COLOR:
*
- * The "Color" item.
+ * The “Color” item.
* ![](gtk-select-color.png)
*
* Deprecated: 3.10
@@ -1108,7 +1108,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SELECT_FONT:
*
- * The "Font" item.
+ * The “Font” item.
* ![](gtk-font.png)
*
* Deprecated: 3.10
@@ -1118,7 +1118,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SORT_ASCENDING:
*
- * The "Ascending" item.
+ * The “Ascending” item.
* ![](view-sort-ascending.png)
*
* Deprecated: 3.10: Use named icon &quot;view-sort-ascending&quot;.
@@ -1128,7 +1128,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SORT_DESCENDING:
*
- * The "Descending" item.
+ * The “Descending” item.
* ![](view-sort-descending.png)
*
* Deprecated: 3.10: Use named icon &quot;view-sort-descending&quot;.
@@ -1138,7 +1138,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_SPELL_CHECK:
*
- * The "Spell Check" item.
+ * The “Spell Check” item.
* ![](tools-check-spelling.png)
*
* Deprecated: 3.10: Use named icon &quot;tools-check-spelling&quot;.
@@ -1148,7 +1148,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_STOP:
*
- * The "Stop" item.
+ * The “Stop” item.
* ![](process-stop.png)
*
* Deprecated: 3.10: Use named icon &quot;process-stop&quot; or the label &quot;_Stop&quot;.
@@ -1158,7 +1158,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_STRIKETHROUGH:
*
- * The "Strikethrough" item.
+ * The “Strikethrough” item.
* ![](format-text-strikethrough.png)
*
* Deprecated: 3.10: Use named icon &quot;format-text-strikethrough&quot; or the label &quot;_Strikethrough&quot;.
@@ -1168,7 +1168,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_UNDELETE:
*
- * The "Undelete" item.
+ * The “Undelete” item.
* ![](gtk-undelete-ltr.png)
* RTL variant
* ![](gtk-undelete-rtl.png)
@@ -1180,7 +1180,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_UNDERLINE:
*
- * The "Underline" item.
+ * The “Underline” item.
* ![](format-text-underline.png)
*
* Deprecated: 3.10: Use named icon &quot;format-text-underline&quot; or the label &quot;_Underline&quot;.
@@ -1190,7 +1190,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_UNDO:
*
- * The "Undo" item.
+ * The “Undo” item.
* ![](edit-undo-ltr.png)
* RTL variant
* ![](edit-undo-rtl.png)
@@ -1202,7 +1202,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_UNINDENT:
*
- * The "Unindent" item.
+ * The “Unindent” item.
* ![](format-indent-less-ltr.png)
* RTL variant
* ![](format-indent-less-rtl.png)
@@ -1216,7 +1216,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_YES:
*
- * The "Yes" item.
+ * The “Yes” item.
* ![](gtk-yes.png)
*
* Deprecated: 3.10
@@ -1226,7 +1226,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ZOOM_100:
*
- * The "Zoom 100%" item.
+ * The “Zoom 100%” item.
* ![](zoom-original.png)
*
* Deprecated: 3.10: Use named icon &quot;zoom-original&quot; or the label &quot;_Normal Size&quot;.
@@ -1236,7 +1236,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ZOOM_FIT:
*
- * The "Zoom to Fit" item.
+ * The “Zoom to Fit” item.
* ![](zoom-fit-best.png)
*
* Deprecated: 3.10: Use named icon &quot;zoom-fit-best&quot; or the label &quot;Best _Fit&quot;.
@@ -1246,7 +1246,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ZOOM_IN:
*
- * The "Zoom In" item.
+ * The “Zoom In” item.
* ![](zoom-in.png)
*
* Deprecated: 3.10: Use named icon &quot;zoom-in&quot; or the label &quot;Zoom _In&quot;.
@@ -1256,7 +1256,7 @@ typedef char * GtkStock;
/**
* GTK_STOCK_ZOOM_OUT:
*
- * The "Zoom Out" item.
+ * The “Zoom Out” item.
* ![](zoom-out.png)
*
* Deprecated: 3.10: Use named icon &quot;zoom-out&quot; or the label &quot;Zoom _Out&quot;.
diff --git a/gtk/deprecated/gtkstyle.c b/gtk/deprecated/gtkstyle.c
index 802d4cef11..0bfd9f49e3 100644
--- a/gtk/deprecated/gtkstyle.c
+++ b/gtk/deprecated/gtkstyle.c
@@ -3853,8 +3853,8 @@ gtk_paint_handle (GtkStyle *style,
*
* Draws an expander as used in #GtkTreeView. @x and @y specify the
* center the expander. The size of the expander is determined by the
- * "expander-size" style property of @widget. (If widget is not
- * specified or doesn't have an "expander-size" property, an
+ * “expander-size” style property of @widget. (If widget is not
+ * specified or doesn't have an “expander-size” property, an
* unspecified default size will be used, since the caller doesn't
* have sufficient information to position the expander, this is
* likely not useful.) The expander is expander_size pixels tall
@@ -4071,9 +4071,9 @@ gtk_widget_get_default_style (void)
* widget->style = gtk_style_attach (widget->style, widget->window);
* ]|
*
- * and should only ever be called in a derived widget's "realize"
+ * and should only ever be called in a derived widget's “realize”
* implementation which does not chain up to its parent class'
- * "realize" implementation, because one of the parent classes
+ * “realize” implementation, because one of the parent classes
* (finally #GtkWidget) would attach the style itself.
*
* Since: 2.20
@@ -4376,7 +4376,7 @@ gtk_widget_modify_fg (GtkWidget *widget,
* See also gtk_widget_modify_style().
*
* <note><para>
- * Note that "no window" widgets (which have the %GTK_NO_WINDOW
+ * Note that “no window” widgets (which have the %GTK_NO_WINDOW
* flag set) draw on their parent container's window and thus may
* not draw any background themselves. This is the case for e.g.
* #GtkLabel.
@@ -4476,7 +4476,7 @@ gtk_widget_modify_text (GtkWidget *widget,
* and #GtkTextView. See also gtk_widget_modify_style().
*
* <note><para>
- * Note that "no window" widgets (which have the %GTK_NO_WINDOW
+ * Note that “no window” widgets (which have the %GTK_NO_WINDOW
* flag set) draw on their parent container's window and thus may
* not draw any background themselves. This is the case for e.g.
* #GtkLabel.
@@ -4600,7 +4600,7 @@ gtk_widget_reset_rc_styles (GtkWidget *widget)
* periods. The name of a widget comes from
* gtk_widget_get_name(). Paths are used to apply styles to a widget
* in gtkrc configuration files. Widget names are the type of the
- * widget by default (e.g. "GtkButton") or can be set to an
+ * widget by default (e.g. “GtkButton”) or can be set to an
* application-specific value with gtk_widget_set_name(). By setting
* the name of a widget, you allow users or theme authors to apply
* styles to that specific widget in their gtkrc
diff --git a/gtk/deprecated/gtktoggleaction.c b/gtk/deprecated/gtktoggleaction.c
index a39e4d57c0..82ebc91ba1 100644
--- a/gtk/deprecated/gtktoggleaction.c
+++ b/gtk/deprecated/gtktoggleaction.c
@@ -44,7 +44,7 @@
* @Title: GtkToggleAction
*
* A #GtkToggleAction corresponds roughly to a #GtkCheckMenuItem. It has an
- * "active" state specifying whether the action has been checked or not.
+ * “active” state specifying whether the action has been checked or not.
*/
struct _GtkToggleActionPrivate
@@ -264,7 +264,7 @@ gtk_toggle_action_activate (GtkAction *action)
* gtk_toggle_action_toggled:
* @action: the action object
*
- * Emits the "toggled" signal on the toggle action.
+ * Emits the “toggled” signal on the toggle action.
*
* Since: 2.4
*
diff --git a/gtk/deprecated/gtkuimanager.c b/gtk/deprecated/gtkuimanager.c
index 7400213880..109aab5745 100644
--- a/gtk/deprecated/gtkuimanager.c
+++ b/gtk/deprecated/gtkuimanager.c
@@ -190,9 +190,9 @@
*
* a keyboard accelerator
*
- * The "position" attribute determines where a constructed widget is positioned
+ * The “position” attribute determines where a constructed widget is positioned
* wrt. to its siblings in the partially constructed tree. If it is
- * "top", the widget is prepended, otherwise it is appended.
+ * “top”, the widget is prepended, otherwise it is appended.
*
* # UI Merging # {#UI-Merging}
*
@@ -201,7 +201,7 @@
*
* Merging is done based on the names of the XML elements. Each element is
* identified by a path which consists of the names of its anchestors, separated
- * by slashes. For example, the menuitem named "Left" in the example above
+ * by slashes. For example, the menuitem named “Left” in the example above
* has the path `/ui/menubar/JustifyMenu/Left` and the
* toolitem with the same name has path
* `/ui/toolbar1/JustifyToolItems/Left`.
@@ -215,7 +215,7 @@
*
* # Smart Separators # {#Smart-Separators}
*
- * The separators created by #GtkUIManager are "smart", i.e. they do not show up
+ * The separators created by #GtkUIManager are “smart”, i.e. they do not show up
* in the UI unless they end up between two visible menu or tool items. Separators
* which are located at the very beginning or end of the menu or toolbar
* containing them, or multiple separators next to each other, are hidden. This
@@ -235,9 +235,9 @@
*
* - make them disappear by hiding the menu item they're attached to
*
- * - add an insensitive "Empty" item
+ * - add an insensitive “Empty” item
*
- * The behaviour is chosen based on the "hide_if_empty" property of the action
+ * The behaviour is chosen based on the “hide_if_empty” property of the action
* to which the submenu is associated.
*
* # GtkUIManager as GtkBuildable # {#GtkUIManager-BUILDER-UI}
@@ -250,7 +250,7 @@
*
* The widgets that are constructed by a GtkUIManager can be embedded in
* other parts of the constructed user interface with the help of the
- * "constructor" attribute. See the example below.
+ * “constructor” attribute. See the example below.
*
* ## An embedded GtkUIManager UI definition
*
@@ -873,7 +873,7 @@ gtk_ui_manager_get_add_tearoffs (GtkUIManager *manager)
* @manager: a #GtkUIManager
* @add_tearoffs: whether tearoff menu items are added
*
- * Sets the "add_tearoffs" property, which controls whether menus
+ * Sets the “add_tearoffs” property, which controls whether menus
* generated by this #GtkUIManager will have tearoff menu items.
*
* Note that this only affects regular menus. Generated popup