diff options
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/EphyBrowser.h | 4 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSKeyPairDialogs.cpp | 2 | ||||
-rw-r--r-- | embed/mozilla/mozilla-download.h | 10 | ||||
-rw-r--r-- | embed/mozilla/mozilla-embed-persist.h | 18 | ||||
-rw-r--r-- | embed/mozilla/mozilla-embed-single.h | 6 |
5 files changed, 25 insertions, 15 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index a57736092..b2de36ff2 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -18,8 +18,8 @@ * $Id$ */ -#ifndef EPHY_WRAPPER_H -#define EPHY_WRAPPER_H +#ifndef EPHY_BROWSER_H +#define EPHY_BROWSER_H #include "ephy-encodings.h" diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.cpp b/embed/mozilla/GtkNSSKeyPairDialogs.cpp index 941bcebe3..f43f8aacd 100644 --- a/embed/mozilla/GtkNSSKeyPairDialogs.cpp +++ b/embed/mozilla/GtkNSSKeyPairDialogs.cpp @@ -583,7 +583,7 @@ NS_IMETHODIMP KeyPairHelperWindow::UpdateCommands(const nsAString & action) MOZ_NOT_IMPLEMENTED } -#if MOZILLA_SNAPSHOT <= 12 +#if MOZILLA_SNAPSHOT <= 13 /* DOMString escape (in DOMString str); */ NS_IMETHODIMP KeyPairHelperWindow::Escape(const nsAString & str, nsAString & _retval) { diff --git a/embed/mozilla/mozilla-download.h b/embed/mozilla/mozilla-download.h index 3d92cc24d..fd92d204b 100644 --- a/embed/mozilla/mozilla-download.h +++ b/embed/mozilla/mozilla-download.h @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef MOZILLA_DOWNLOAD_H @@ -39,18 +41,18 @@ typedef struct MozillaDownloadPrivate MozillaDownloadPrivate; struct MozillaDownload { - EphyDownload parent; + EphyDownload parent; MozDownload *moz_download; }; struct MozillaDownloadClass { - EphyDownloadClass parent_class; + EphyDownloadClass parent_class; }; -GType mozilla_download_get_type (void); +GType mozilla_download_get_type (void); -EphyDownload *mozilla_download_new (void); +EphyDownload *mozilla_download_new (void); G_END_DECLS diff --git a/embed/mozilla/mozilla-embed-persist.h b/embed/mozilla/mozilla-embed-persist.h index 7eab5de9a..1832b8d19 100644 --- a/embed/mozilla/mozilla-embed-persist.h +++ b/embed/mozilla/mozilla-embed-persist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002 Marco Pesenti Gritti + * Copyright (C) 2000-2003 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef MOZILLA_EMBED_PERSIST_H @@ -39,20 +41,22 @@ typedef struct MozillaEmbedPersistPrivate MozillaEmbedPersistPrivate; struct MozillaEmbedPersist { - EphyEmbedPersist parent; - MozillaEmbedPersistPrivate *priv; + EphyEmbedPersist parent; + + /*< private >*/ + MozillaEmbedPersistPrivate *priv; }; struct MozillaEmbedPersistClass { - EphyEmbedPersistClass parent_class; + EphyEmbedPersistClass parent_class; }; -GType mozilla_embed_persist_get_type (void); +GType mozilla_embed_persist_get_type (void); -void mozilla_embed_persist_completed (MozillaEmbedPersist *persist); +void mozilla_embed_persist_completed (MozillaEmbedPersist *persist); -void mozilla_embed_persist_cancelled (MozillaEmbedPersist *persist); +void mozilla_embed_persist_cancelled (MozillaEmbedPersist *persist); G_END_DECLS diff --git a/embed/mozilla/mozilla-embed-single.h b/embed/mozilla/mozilla-embed-single.h index dfefd0a5a..63ce78267 100644 --- a/embed/mozilla/mozilla-embed-single.h +++ b/embed/mozilla/mozilla-embed-single.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002 Marco Pesenti Gritti + * Copyright (C) 2000-2003 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +14,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef MOZILLA_EMBED_SINGLE_H @@ -38,6 +40,8 @@ typedef struct MozillaEmbedSinglePrivate MozillaEmbedSinglePrivate; struct MozillaEmbedSingle { EphyEmbedSingle parent; + + /*< private >*/ MozillaEmbedSinglePrivate *priv; }; |