summaryrefslogtreecommitdiff
path: root/gtk/gtkcellview.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-11-26 13:20:43 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-04 23:37:09 +0900
commit26a6965d268a5ef05adbe943be43d647f533cce8 (patch)
treec7f64773941757b3af7de8ca210430b1f16f8303 /gtk/gtkcellview.h
parentf101bf4a2de794abb805dd39f5556686fe601140 (diff)
downloadgtk+-26a6965d268a5ef05adbe943be43d647f533cce8.tar.gz
Aligned prototypes in gtkcellview.h
Diffstat (limited to 'gtk/gtkcellview.h')
-rw-r--r--gtk/gtkcellview.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/gtk/gtkcellview.h b/gtk/gtkcellview.h
index ce8e267a77..0e7fd9ac0a 100644
--- a/gtk/gtkcellview.h
+++ b/gtk/gtkcellview.h
@@ -62,14 +62,13 @@ struct _GtkCellViewClass
void (*_gtk_reserved4) (void);
};
-GType gtk_cell_view_get_type (void) G_GNUC_CONST;
-GtkWidget *gtk_cell_view_new (void);
-GtkWidget *gtk_cell_view_new_with_context (GtkCellArea *area,
- GtkCellAreaContext *context);
-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_pixbuf (GdkPixbuf *pixbuf);
-
+GType gtk_cell_view_get_type (void) G_GNUC_CONST;
+GtkWidget *gtk_cell_view_new (void);
+GtkWidget *gtk_cell_view_new_with_context (GtkCellArea *area,
+ GtkCellAreaContext *context);
+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_pixbuf (GdkPixbuf *pixbuf);
void gtk_cell_view_set_model (GtkCellView *cell_view,
GtkTreeModel *model);
GtkTreeModel *gtk_cell_view_get_model (GtkCellView *cell_view);