[gtk+/treeview-refactor] Revert "Move the /*< private >*/ at the correct position"
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/treeview-refactor] Revert "Move the /*< private >*/ at the correct position"
- Date: Fri, 5 Nov 2010 13:15:30 +0000 (UTC)
commit 65e045f5f4a1b22e535962bfbf4d9444986cc0b0
Author: Javier Jardón <jjardon gnome org>
Date: Wed Nov 3 03:37:13 2010 +0100
Revert "Move the /*< private >*/ at the correct position"
All the object structures is opaque
This reverts commit c59ca4f6b9c144c59cac6288862e7a59eaa7a2cc.
gtk/gtkgrid.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkgrid.h b/gtk/gtkgrid.h
index 75be807..530ef0b 100644
--- a/gtk/gtkgrid.h
+++ b/gtk/gtkgrid.h
@@ -45,9 +45,9 @@ typedef struct _GtkGridClass GtkGridClass;
struct _GtkGrid
{
+ /*< private >*/
GtkContainer container;
- /*< private >*/
GtkGridPrivate *priv;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]