Remove more leftover —es

These were leftover at various places in the documentation.
This commit is contained in:
Matthias Clasen
2014-09-08 16:48:53 -04:00
parent 57b353de33
commit 700e78d847
4 changed files with 7 additions and 7 deletions

View File

@@ -716,7 +716,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser)
* dialog for which you already have a file name to which
* the user may save. For example, when the user opens an existing file and
* then does Save As... to save a copy or
* a modified version. If you dont have a file name already — for
* a modified version. If you dont have a file name already for
* example, if the user just created a new file and is saving it for the first
* time, do not call this function. Instead, use something similar to this:
* |[<!-- language="C" -->
@@ -1068,7 +1068,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser)
* dialog for which you already have a file name to which
* the user may save. For example, when the user opens an existing file and then
* does Save As... to save a copy or a
* modified version. If you dont have a file name already &mdash; for example,
* modified version. If you dont have a file name already for example,
* if the user just created a new file and is saving it for the first time, do
* not call this function. Instead, use something similar to this:
* |[<!-- language="C" -->
@@ -1434,7 +1434,7 @@ gtk_file_chooser_get_files (GtkFileChooser *chooser)
* you should use this function if you already have a file name to which the
* user may save; for example, when the user opens an existing file and then
* does Save As... If you dont have
* a file name already &mdash; for example, if the user just created a new
* a file name already for example, if the user just created a new
* file and is saving it for the first time, do not call this function.
* Instead, use something similar to this:
* |[<!-- language="C" -->

View File

@@ -184,7 +184,7 @@
*
* This is because #GtkFileChooserDialog must intercept responses
* and switch to folders if appropriate, rather than letting the
* dialog terminate &mdash; the implementation uses these known
* dialog terminate the implementation uses these known
* response codes to know which responses can be blocked if
* appropriate.
*

View File

@@ -422,7 +422,7 @@ gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor)
* the buffer. Keep in mind that the child anchor will be
* unreferenced when removed from the buffer, so you need to
* hold your own reference (with g_object_ref()) if you plan
* to use this function &mdash; otherwise all deleted child anchors
* to use this function otherwise all deleted child anchors
* will also be finalized.
*
* Returns: %TRUE if the child anchor has been deleted from its buffer

View File

@@ -1,4 +1,4 @@
/* gtktreemodel.c
/* gtktreemodel.c
* Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford <jrb@redhat.com>
*
* This library is free software; you can redistribute it and/or
@@ -53,7 +53,7 @@
*
* In order to make life simpler for programmers who do not need to
* write their own specialized model, two generic models are provided
* &mdash; the #GtkTreeStore and the #GtkListStore. To use these, the
* the #GtkTreeStore and the #GtkListStore. To use these, the
* developer simply pushes data into these models as necessary. These
* models provide the data structure as well as all appropriate tree
* interfaces. As a result, implementing drag and drop, sorting, and