diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-20 03:19:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-20 03:19:59 +0800 |
commit | f52461471f1ef86adda1f9a311483f57e4d51dbd (patch) | |
tree | c3422e0526c7b173497cf0c3d1bc452b66d78612 /embed/mozilla | |
parent | b59fc10752cd7d6e7c0affb262d441081dd9b587 (diff) | |
download | gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.tar gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.tar.gz gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.tar.bz2 gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.tar.lz gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.tar.xz gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.tar.zst gsoc2013-epiphany-f52461471f1ef86adda1f9a311483f57e4d51dbd.zip |
Complete docs base implementation. Should work more or less.
2003-11-19 Marco Pesenti Gritti <marco@gnome.org>
* doc/reference/.cvsignore:
* doc/reference/Makefile.am:
* doc/reference/epiphany-docs.sgml:
* doc/reference/epiphany.types:
* doc/reference/tmpl/config.sgml:
* doc/reference/tmpl/ephy-session.sgml:
* doc/reference/tmpl/ephy-shell.sgml:
Complete docs base implementation. Should work
more or less.
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
Cleanup a bit libs build and use a static lib
also for the src/ code so that we can use it
for documents.
* src/ephy-nautilus-view.c:
Bad chpe forgot to modify func signature.
2003-11-19 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.h:
* embed/ephy-download.h:
* embed/ephy-embed-dialog.h:
* embed/ephy-embed-event.h:
* embed/ephy-embed-persist.h:
* embed/ephy-embed-popup-control.h:
* embed/ephy-embed-shell.h:
* embed/ephy-embed-single.h:
* embed/ephy-encodings.h:
* embed/ephy-favicon-cache.h:
* embed/ephy-history.h:
* embed/find-dialog.h:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/mozilla-download.h:
* embed/mozilla/mozilla-embed-persist.h:
* embed/mozilla/mozilla-embed-single.h:
* embed/print-dialog.h:
* lib/egg/egg-editable-toolbar.h:
* lib/egg/egg-toolbar-editor.h:
* lib/egg/egg-toolbars-model.h:
* lib/ephy-debug.h:
* lib/ephy-dialog.h:
* lib/ephy-dnd.h:
* lib/ephy-file-chooser.h:
* lib/ephy-node-db.h:
* lib/ephy-node-filter.h:
* lib/ephy-node.h:
* lib/ephy-prefs.h:
* lib/ephy-state.h:
* lib/ephy-string.h:
* lib/ephy-zoom.h:
* lib/widgets/ephy-arrow-toolbutton.h:
* lib/widgets/ephy-cell-renderer-progress.h:
* lib/widgets/ephy-ellipsizing-label.h:
* lib/widgets/ephy-location-entry.h:
* lib/widgets/ephy-node-view.h:
* lib/widgets/ephy-search-entry.h:
* lib/widgets/ephy-spinner.h:
* lib/widgets/ephy-tree-model-node.h:
* lib/widgets/ephy-tree-model-sort.h:
* lib/widgets/ephy-zoom-action.h:
* lib/widgets/ephy-zoom-control.h:
* src/bookmarks/ephy-bookmark-action.h:
* src/bookmarks/ephy-bookmark-properties.h:
* src/bookmarks/ephy-bookmarks-editor.h:
* src/bookmarks/ephy-bookmarks-menu.h:
* src/bookmarks/ephy-bookmarks.h:
* src/bookmarks/ephy-new-bookmark.h:
* src/bookmarks/ephy-topic-action.h:
* src/bookmarks/ephy-topics-selector.h:
* src/ephy-automation.h:
* src/ephy-completion-model.h:
* src/ephy-encoding-dialog.h:
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; }; |