Aligned prototypes in gtkcellview.h
This commit is contained in:
@ -69,7 +69,6 @@ GtkWidget *gtk_cell_view_new_with_context (GtkCellArea *area
|
|||||||
GtkWidget *gtk_cell_view_new_with_text (const gchar *text);
|
GtkWidget *gtk_cell_view_new_with_text (const gchar *text);
|
||||||
GtkWidget *gtk_cell_view_new_with_markup (const gchar *markup);
|
GtkWidget *gtk_cell_view_new_with_markup (const gchar *markup);
|
||||||
GtkWidget *gtk_cell_view_new_with_pixbuf (GdkPixbuf *pixbuf);
|
GtkWidget *gtk_cell_view_new_with_pixbuf (GdkPixbuf *pixbuf);
|
||||||
|
|
||||||
void gtk_cell_view_set_model (GtkCellView *cell_view,
|
void gtk_cell_view_set_model (GtkCellView *cell_view,
|
||||||
GtkTreeModel *model);
|
GtkTreeModel *model);
|
||||||
GtkTreeModel *gtk_cell_view_get_model (GtkCellView *cell_view);
|
GtkTreeModel *gtk_cell_view_get_model (GtkCellView *cell_view);
|
||||||
|
Reference in New Issue
Block a user