diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-04-12 22:25:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-04-12 22:25:21 +0000 |
commit | 913e6e9ea9c1f92fc3dff71d0395542c7f5a3618 (patch) | |
tree | ada9120ba57e96c6e193013a17f88205f2855a6a /gtk/gtktextbuffer.c | |
parent | e2abcc2dea4aa42dcc057f531acfc2208d489685 (diff) | |
download | gtk+-913e6e9ea9c1f92fc3dff71d0395542c7f5a3618.tar.gz |
Document.
2003-04-13 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeviewcolumn.c
(gtk_tree_view_column_cell_get_position): Document.
* gtk/gtktextbuffer.c (gtk_text_buffer_select_range):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand):
* gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
these as 2.4 additions.
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r-- | gtk/gtktextbuffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index ec50c419cf..9f0b127383 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -2026,6 +2026,8 @@ gtk_text_buffer_place_cursor (GtkTextBuffer *buffer, * inefficient since the temporarily-selected region will force stuff * to be recalculated. This function moves them as a unit, which can * be optimized. + * + * Since: 2.4 **/ void gtk_text_buffer_select_range (GtkTextBuffer *buffer, |