[gtk+/combo-refactor: 37/42] Aligned prototypes in gtkcellview.h
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/combo-refactor: 37/42] Aligned prototypes in gtkcellview.h
- Date: Fri, 26 Nov 2010 14:54:16 +0000 (UTC)
commit 7d3e2fd6c0b0b9719f82d68d789e54e8bc10fefa
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Fri Nov 26 13:20:43 2010 +0900
Aligned prototypes in gtkcellview.h
gtk/gtkcellview.h | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkcellview.h b/gtk/gtkcellview.h
index ce8e267..0e7fd9a 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]