summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:13:20 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:16:32 -0500
commit4c150d8eb518c35c484802e5cd7da572e4030f25 (patch)
tree8867f973fd6c9737b5d7f05d6945817f354a37e2 /gtk/gtkcellview.c
parent2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff)
downloadgtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz
The big versioning cleanup
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
Diffstat (limited to 'gtk/gtkcellview.c')
-rw-r--r--gtk/gtkcellview.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c
index 10b2c6df06..e29eee4164 100644
--- a/gtk/gtkcellview.c
+++ b/gtk/gtkcellview.c
@@ -803,8 +803,6 @@ row_changed_cb (GtkTreeModel *model,
* Creates a new #GtkCellView widget.
*
* Returns: A newly created #GtkCellView widget.
- *
- * Since: 2.6
*/
GtkWidget *
gtk_cell_view_new (void)
@@ -831,8 +829,6 @@ gtk_cell_view_new (void)
* possible.
*
* Returns: A newly created #GtkCellView widget.
- *
- * Since: 2.6
*/
GtkWidget *
gtk_cell_view_new_with_context (GtkCellArea *area,
@@ -855,8 +851,6 @@ gtk_cell_view_new_with_context (GtkCellArea *area,
* to it, and makes it show @text.
*
* Returns: A newly created #GtkCellView widget.
- *
- * Since: 2.6
*/
GtkWidget *
gtk_cell_view_new_with_text (const gchar *text)
@@ -888,8 +882,6 @@ gtk_cell_view_new_with_text (const gchar *text)
* marked up with the [Pango text markup language][PangoMarkupFormat].
*
* Returns: A newly created #GtkCellView widget.
- *
- * Since: 2.6
*/
GtkWidget *
gtk_cell_view_new_with_markup (const gchar *markup)
@@ -920,8 +912,6 @@ gtk_cell_view_new_with_markup (const gchar *markup)
* to it, and makes it show @texture.
*
* Returns: A newly created #GtkCellView widget.
- *
- * Since: 3.94
*/
GtkWidget *
gtk_cell_view_new_with_texture (GdkTexture *texture)
@@ -953,8 +943,6 @@ gtk_cell_view_new_with_texture (GdkTexture *texture)
*
* Sets a property of a cell renderer of @cell_view, and
* makes sure the display of @cell_view is updated.
- *
- * Since: 2.6
*/
static void
gtk_cell_view_set_value (GtkCellView *cell_view,
@@ -977,8 +965,6 @@ gtk_cell_view_set_value (GtkCellView *cell_view,
* Sets the model for @cell_view. If @cell_view already has a model
* set, it will remove it before setting the new model. If @model is
* %NULL, then it will unset the old model.
- *
- * Since: 2.6
*/
void
gtk_cell_view_set_model (GtkCellView *cell_view,
@@ -1020,8 +1006,6 @@ gtk_cell_view_set_model (GtkCellView *cell_view,
* returned.
*
* Returns: (nullable) (transfer none): a #GtkTreeModel used or %NULL
- *
- * Since: 2.16
**/
GtkTreeModel *
gtk_cell_view_get_model (GtkCellView *cell_view)
@@ -1042,8 +1026,6 @@ gtk_cell_view_get_model (GtkCellView *cell_view)
* this is not normally a desired result, but may be
* a needed intermediate state if say, the model for
* the #GtkCellView becomes temporarily empty.
- *
- * Since: 2.6
**/
void
gtk_cell_view_set_displayed_row (GtkCellView *cell_view,
@@ -1077,8 +1059,6 @@ gtk_cell_view_set_displayed_row (GtkCellView *cell_view,
* %NULL is returned.
*
* Returns: (nullable) (transfer full): the currently displayed row or %NULL
- *
- * Since: 2.6
*/
GtkTreePath *
gtk_cell_view_get_displayed_row (GtkCellView *cell_view)
@@ -1100,8 +1080,6 @@ gtk_cell_view_get_displayed_row (GtkCellView *cell_view)
*
* Returns: whether @cell_view draws all of its
* cells in a sensitive state
- *
- * Since: 3.0
*/
gboolean
gtk_cell_view_get_draw_sensitive (GtkCellView *cell_view)
@@ -1124,8 +1102,6 @@ gtk_cell_view_get_draw_sensitive (GtkCellView *cell_view)
* cells in a sensitive state, this is used by #GtkComboBox menus
* to ensure that rows with insensitive cells that contain
* children appear sensitive in the parent menu item.
- *
- * Since: 3.0
*/
void
gtk_cell_view_set_draw_sensitive (GtkCellView *cell_view,
@@ -1154,8 +1130,6 @@ gtk_cell_view_set_draw_sensitive (GtkCellView *cell_view,
*
* Returns: whether @cell_view requests space to fit
* the entire #GtkTreeModel.
- *
- * Since: 3.0
*/
gboolean
gtk_cell_view_get_fit_model (GtkCellView *cell_view)
@@ -1179,8 +1153,6 @@ gtk_cell_view_get_fit_model (GtkCellView *cell_view)
* This is used by #GtkComboBox to ensure that the cell view displayed on
* the combo box’s button always gets enough space and does not resize
* when selection changes.
- *
- * Since: 3.0
*/
void
gtk_cell_view_set_fit_model (GtkCellView *cell_view,