Simplify MidoriBrowser, remove Private

This commit is contained in:
Christian Dywan 2008-06-19 20:39:00 +02:00
parent dd03a8cbe5
commit a7ebd75387
2 changed files with 310 additions and 443 deletions

File diff suppressed because it is too large Load diff

View file

@ -32,16 +32,8 @@ G_BEGIN_DECLS
(G_TYPE_INSTANCE_GET_CLASS ((obj), MIDORI_TYPE_BROWSER, MidoriBrowserClass)) (G_TYPE_INSTANCE_GET_CLASS ((obj), MIDORI_TYPE_BROWSER, MidoriBrowserClass))
typedef struct _MidoriBrowser MidoriBrowser; typedef struct _MidoriBrowser MidoriBrowser;
typedef struct _MidoriBrowserPrivate MidoriBrowserPrivate;
typedef struct _MidoriBrowserClass MidoriBrowserClass; typedef struct _MidoriBrowserClass MidoriBrowserClass;
struct _MidoriBrowser
{
GtkWindow parent_instance;
MidoriBrowserPrivate* priv;
};
struct _MidoriBrowserClass struct _MidoriBrowserClass
{ {
GtkWindowClass parent_class; GtkWindowClass parent_class;