diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-09 17:24:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-09 17:58:07 -0500 |
commit | 7f6a964c47ad2f9dcf6a00044d938840ce8f01f2 (patch) | |
tree | 89fdaf3a0f7ee34d49449c9ac241460b6a06616e /gtk/gtktreeselection.c | |
parent | ab0574a88bc0105f6d7374a0f305fe5f0aaeb027 (diff) | |
download | gtk+-7f6a964c47ad2f9dcf6a00044d938840ce8f01f2.tar.gz |
Docs: Remove all entities and turn off sgml mode
With all element markup gone, it is time to turn off
sgml mode, and get rid of entities as well.
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r-- | gtk/gtktreeselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 3a5bb987a5..99c982396c 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -538,7 +538,7 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection, * * Creates a list of path of all selected rows. Additionally, if you are * planning on modifying the model after calling this function, you may - * want to convert the returned list into a list of #GtkTreeRowReference<!-- -->s. + * want to convert the returned list into a list of #GtkTreeRowReferences. * To do this, you can use gtk_tree_row_reference_new(). * * To free the return value, use: |