mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 08:20:36 +00:00
Drop one duplicated function header
This commit is contained in:
parent
02b50d71ce
commit
c9340c37a9
@ -66,9 +66,6 @@ GtkTreeModel *gtk_cell_view_get_model (GtkCellView *cell_v
|
|||||||
void gtk_cell_view_set_displayed_row (GtkCellView *cell_view,
|
void gtk_cell_view_set_displayed_row (GtkCellView *cell_view,
|
||||||
GtkTreePath *path);
|
GtkTreePath *path);
|
||||||
GtkTreePath *gtk_cell_view_get_displayed_row (GtkCellView *cell_view);
|
GtkTreePath *gtk_cell_view_get_displayed_row (GtkCellView *cell_view);
|
||||||
gboolean gtk_cell_view_get_size_of_row (GtkCellView *cell_view,
|
|
||||||
GtkTreePath *path,
|
|
||||||
GtkRequisition *requisition);
|
|
||||||
gboolean gtk_cell_view_get_size_of_row (GtkCellView *cell_view,
|
gboolean gtk_cell_view_get_size_of_row (GtkCellView *cell_view,
|
||||||
GtkTreePath *path,
|
GtkTreePath *path,
|
||||||
GtkRequisition *requisition);
|
GtkRequisition *requisition);
|
||||||
|
Loading…
Reference in New Issue
Block a user