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 /src | |
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 'src')
33 files changed, 83 insertions, 14 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.h b/src/bookmarks/ephy-bookmark-action.h index d17dfe104..ce834314b 100644 --- a/src/bookmarks/ephy-bookmark-action.h +++ b/src/bookmarks/ephy-bookmark-action.h @@ -36,6 +36,8 @@ typedef struct EphyBookmarkActionPrivate EphyBookmarkActionPrivate; struct _EphyBookmarkAction { GtkAction parent; + + /*< private >*/ EphyBookmarkActionPrivate *priv; }; diff --git a/src/bookmarks/ephy-bookmark-properties.h b/src/bookmarks/ephy-bookmark-properties.h index fad54df5b..542ab3538 100644 --- a/src/bookmarks/ephy-bookmark-properties.h +++ b/src/bookmarks/ephy-bookmark-properties.h @@ -40,6 +40,7 @@ typedef struct { GtkDialog parent; + /*< private >*/ EphyBookmarkPropertiesPrivate *priv; } EphyBookmarkProperties; diff --git a/src/bookmarks/ephy-bookmarks-editor.h b/src/bookmarks/ephy-bookmarks-editor.h index 3242b64ee..9fce6ad3c 100644 --- a/src/bookmarks/ephy-bookmarks-editor.h +++ b/src/bookmarks/ephy-bookmarks-editor.h @@ -41,6 +41,7 @@ typedef struct { GtkWindow parent; + /*< private >*/ EphyBookmarksEditorPrivate *priv; } EphyBookmarksEditor; diff --git a/src/bookmarks/ephy-bookmarks-menu.h b/src/bookmarks/ephy-bookmarks-menu.h index a00185331..2625a7f85 100644 --- a/src/bookmarks/ephy-bookmarks-menu.h +++ b/src/bookmarks/ephy-bookmarks-menu.h @@ -47,6 +47,7 @@ struct _EphyBookmarksMenu { GObject parent_object; + /*< private >*/ EphyBookmarksMenuPrivate *priv; }; diff --git a/src/bookmarks/ephy-bookmarks.h b/src/bookmarks/ephy-bookmarks.h index 8f9ae5986..a1d43eff0 100644 --- a/src/bookmarks/ephy-bookmarks.h +++ b/src/bookmarks/ephy-bookmarks.h @@ -49,6 +49,8 @@ enum struct EphyBookmarks { GObject parent; + + /*< private >*/ EphyBookmarksPrivate *priv; }; diff --git a/src/bookmarks/ephy-new-bookmark.h b/src/bookmarks/ephy-new-bookmark.h index 35ccc06e4..3891887a0 100644 --- a/src/bookmarks/ephy-new-bookmark.h +++ b/src/bookmarks/ephy-new-bookmark.h @@ -40,6 +40,7 @@ typedef struct { GtkDialog parent; + /*< private >*/ EphyNewBookmarkPrivate *priv; } EphyNewBookmark; diff --git a/src/bookmarks/ephy-topic-action.h b/src/bookmarks/ephy-topic-action.h index 51c3008ad..95b2bd450 100644 --- a/src/bookmarks/ephy-topic-action.h +++ b/src/bookmarks/ephy-topic-action.h @@ -36,6 +36,8 @@ typedef struct EphyTopicActionPrivate EphyTopicActionPrivate; struct _EphyTopicAction { GtkAction parent; + + /*< private >*/ EphyTopicActionPrivate *priv; }; diff --git a/src/bookmarks/ephy-topics-selector.h b/src/bookmarks/ephy-topics-selector.h index 06e35a355..c013b04e6 100644 --- a/src/bookmarks/ephy-topics-selector.h +++ b/src/bookmarks/ephy-topics-selector.h @@ -40,6 +40,7 @@ typedef struct { GtkTreeView parent; + /*< private >*/ EphyTopicsSelectorPrivate *priv; } EphyTopicsSelector; diff --git a/src/ephy-automation.h b/src/ephy-automation.h index 5422ce45e..1a290a3e4 100644 --- a/src/ephy-automation.h +++ b/src/ephy-automation.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 EPHY_AUTOMATION_H @@ -43,6 +45,7 @@ typedef struct { BonoboObjectClass parent_class; + /*< private >*/ POA_GNOME_EphyAutomation__epv epv; } EphyAutomationClass; diff --git a/src/ephy-completion-model.h b/src/ephy-completion-model.h index ee30f595c..4e65fde7e 100644 --- a/src/ephy-completion-model.h +++ b/src/ephy-completion-model.h @@ -15,6 +15,7 @@ * 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 EPHY_COMPLETION_MODEL_H @@ -46,6 +47,7 @@ typedef struct { GObject parent; + /*< private >*/ EphyCompletionModelPrivate *priv; } EphyCompletionModel; diff --git a/src/ephy-encoding-dialog.h b/src/ephy-encoding-dialog.h index b95b783a3..56d379d21 100644 --- a/src/ephy-encoding-dialog.h +++ b/src/ephy-encoding-dialog.h @@ -44,6 +44,8 @@ typedef struct EphyEncodingDialogPrivate EphyEncodingDialogPrivate; struct EphyEncodingDialog { EphyEmbedDialog parent; + + /*< private >*/ EphyEncodingDialogPrivate *priv; }; diff --git a/src/ephy-encoding-menu.h b/src/ephy-encoding-menu.h index b1ed37bc8..4224c6548 100644 --- a/src/ephy-encoding-menu.h +++ b/src/ephy-encoding-menu.h @@ -47,6 +47,7 @@ struct _EphyEncodingMenu { GObject parent_object; + /*< private >*/ EphyEncodingMenuPrivate *priv; }; diff --git a/src/ephy-extensions-manager.h b/src/ephy-extensions-manager.h index 84fda72ab..481b13ccf 100644 --- a/src/ephy-extensions-manager.h +++ b/src/ephy-extensions-manager.h @@ -49,6 +49,7 @@ struct EphyExtensionsManager { GObject parent_instance; + /*< private >*/ EphyExtensionsManagerPrivate *priv; }; diff --git a/src/ephy-favicon-action.h b/src/ephy-favicon-action.h index b77a9ca61..c51b3faf2 100644 --- a/src/ephy-favicon-action.h +++ b/src/ephy-favicon-action.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 EPHY_FAVICON_ACTION_H @@ -35,6 +37,8 @@ typedef struct EphyFaviconActionPrivate EphyFaviconActionPrivate; struct _EphyFaviconAction { GtkAction parent; + + /*< private >*/ EphyFaviconActionPrivate *priv; }; diff --git a/src/ephy-favorites-menu.h b/src/ephy-favorites-menu.h index c7d069283..48c6fbd27 100644 --- a/src/ephy-favorites-menu.h +++ b/src/ephy-favorites-menu.h @@ -15,6 +15,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 EPHY_FAVORITES_MENU_H @@ -44,6 +46,7 @@ struct _EphyFavoritesMenu { GObject parent_object; + /*< private >*/ EphyFavoritesMenuPrivate *priv; }; diff --git a/src/ephy-go-action.h b/src/ephy-go-action.h index 7cb04e79c..a3a74784c 100644 --- a/src/ephy-go-action.h +++ b/src/ephy-go-action.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 EPHY_GO_ACTION_H diff --git a/src/ephy-history-window.h b/src/ephy-history-window.h index bf2e3473e..2a8e09530 100644 --- a/src/ephy-history-window.h +++ b/src/ephy-history-window.h @@ -15,6 +15,7 @@ * 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 EPHY_HISTORY_WINDOW_H @@ -40,6 +41,7 @@ typedef struct { GtkWindow parent; + /*< private >*/ EphyHistoryWindowPrivate *priv; } EphyHistoryWindow; diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h index 74de3b175..987e9c75b 100644 --- a/src/ephy-location-action.h +++ b/src/ephy-location-action.h @@ -40,6 +40,7 @@ struct _EphyLocationAction { GtkAction parent; + /*< private >*/ EphyLocationActionPrivate *priv; }; diff --git a/src/ephy-nautilus-view.h b/src/ephy-nautilus-view.h index 12a2e7844..0a9fa5637 100644 --- a/src/ephy-nautilus-view.h +++ b/src/ephy-nautilus-view.h @@ -14,9 +14,10 @@ * 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 EPHY_NAUTILUS_VIEW_H #define EPHY_NAUTILUS_VIEW_H @@ -39,6 +40,8 @@ typedef struct EphyNautilusViewPrivate EphyNautilusViewPrivate; struct EphyNautilusView { NautilusView parent; + + /*< private >*/ EphyNautilusViewPrivate *priv; }; diff --git a/src/ephy-navigation-action.h b/src/ephy-navigation-action.h index 0eb169f5b..cfcda586b 100644 --- a/src/ephy-navigation-action.h +++ b/src/ephy-navigation-action.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 EPHY_NAVIGATION_ACTION_H @@ -42,7 +44,9 @@ typedef enum struct _EphyNavigationAction { GtkAction parent; - EphyNavigationActionPrivate *priv; + + /*< private >*/ + EphyNavigationActionPrivate *priv; }; struct _EphyNavigationActionClass diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index 9809fdfaf..ca93cdf55 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.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 EPHY_NOTEBOOK_H @@ -51,6 +53,8 @@ enum struct EphyNotebook { GtkNotebook parent; + + /*< private >*/ EphyNotebookPrivate *priv; }; diff --git a/src/ephy-session.h b/src/ephy-session.h index 8a2127f4a..18d97624c 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -46,6 +46,7 @@ struct EphySession { GObject parent; + /*< private >*/ EphySessionPrivate *priv; }; diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 9ca8dce2d..d086beb4d 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -92,6 +92,8 @@ typedef enum struct EphyShell { EphyEmbedShell parent; + + /*< private >*/ EphyShellPrivate *priv; }; diff --git a/src/ephy-tab.h b/src/ephy-tab.h index 022ac675b..958a4dd95 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2000, 2001, 2002 Marco Pesenti Gritti + * Copyright (C) 2000-2003 Marco Pesenti Gritti + * Copyright (C) 2003 Christian Persch * * 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 +15,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 EPHY_TAB_H @@ -41,7 +44,7 @@ typedef enum { TAB_NAV_UP = 1 << 0, TAB_NAV_BACK = 1 << 1, - TAB_NAV_FORWARD = 1 << 2, + TAB_NAV_FORWARD = 1 << 2 } TabNavigationFlags; typedef enum @@ -53,8 +56,10 @@ typedef enum struct EphyTab { - GObject parent; - EphyTabPrivate *priv; + GObject parent; + + /*< private >*/ + EphyTabPrivate *priv; }; struct EphyTabClass diff --git a/src/ephy-tabs-menu.h b/src/ephy-tabs-menu.h index 466da48b5..e43d899ce 100644 --- a/src/ephy-tabs-menu.h +++ b/src/ephy-tabs-menu.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 EPHY_TABS_MENU_H @@ -39,19 +41,19 @@ struct _EphyTabsMenuClass GObjectClass parent_class; }; -/* Remember: fields are public read-only */ struct _EphyTabsMenu { GObject parent_object; + /*< private >*/ EphyTabsMenuPrivate *priv; }; -GType ephy_tabs_menu_get_type (void); +GType ephy_tabs_menu_get_type (void); -EphyTabsMenu *ephy_tabs_menu_new (EphyWindow *window); +EphyTabsMenu *ephy_tabs_menu_new (EphyWindow *window); -void ephy_tabs_menu_update (EphyTabsMenu *menu); +void ephy_tabs_menu_update (EphyTabsMenu *menu); G_END_DECLS diff --git a/src/ephy-toolbars-model.h b/src/ephy-toolbars-model.h index 580a321fa..bc20da6f6 100755 --- a/src/ephy-toolbars-model.h +++ b/src/ephy-toolbars-model.h @@ -37,13 +37,15 @@ typedef struct EphyToolbarsModelPrivate EphyToolbarsModelPrivate; struct EphyToolbarsModel { - EggToolbarsModel parent_object; - EphyToolbarsModelPrivate *priv; + EggToolbarsModel parent_object; + + /*< private >*/ + EphyToolbarsModelPrivate *priv; }; struct EphyToolbarsModelClass { - EggToolbarsModelClass parent_class; + EggToolbarsModelClass parent_class; }; GType ephy_toolbars_model_get_type (void); diff --git a/src/ephy-window.h b/src/ephy-window.h index 598d72194..5865bbdd0 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -44,9 +44,11 @@ typedef struct Toolbar Toolbar; struct EphyWindow { GtkWindow parent; + /*< private >*/ EphyWindowPrivate *priv; /* Public to toolbar and statusbar, dont use outside */ + /*< public >*/ GObject *ui_merge; }; diff --git a/src/language-editor.h b/src/language-editor.h index 61e22347a..4a2cce30c 100644 --- a/src/language-editor.h +++ b/src/language-editor.h @@ -41,6 +41,8 @@ typedef struct LanguageEditorPrivate LanguageEditorPrivate; struct LanguageEditor { EphyDialog parent; + + /*< private >*/ LanguageEditorPrivate *priv; }; diff --git a/src/pdm-dialog.h b/src/pdm-dialog.h index b5878a6f6..1834f716e 100644 --- a/src/pdm-dialog.h +++ b/src/pdm-dialog.h @@ -38,6 +38,8 @@ typedef struct PdmDialogPrivate PdmDialogPrivate; struct PdmDialog { EphyDialog parent; + + /*< private >*/ PdmDialogPrivate *priv; }; diff --git a/src/ppview-toolbar.h b/src/ppview-toolbar.h index b71444ebb..fd5c2337b 100644 --- a/src/ppview-toolbar.h +++ b/src/ppview-toolbar.h @@ -40,6 +40,8 @@ typedef struct PPViewToolbarPrivate PPViewToolbarPrivate; struct PPViewToolbar { GObject parent; + + /*< private >*/ PPViewToolbarPrivate *priv; }; diff --git a/src/prefs-dialog.h b/src/prefs-dialog.h index f00535440..dad8dfc00 100644 --- a/src/prefs-dialog.h +++ b/src/prefs-dialog.h @@ -40,6 +40,8 @@ typedef struct PrefsDialogPrivate PrefsDialogPrivate; struct PrefsDialog { EphyDialog parent; + + /*< private >*/ PrefsDialogPrivate *priv; }; diff --git a/src/statusbar.h b/src/statusbar.h index 55a04b75f..ae89e4a34 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -37,6 +37,8 @@ typedef struct StatusbarPrivate StatusbarPrivate; struct Statusbar { GtkStatusbar parent; + + /*< private >*/ StatusbarPrivate *priv; }; diff --git a/src/toolbar.h b/src/toolbar.h index 6e4fecdf2..81fe99904 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -40,6 +40,8 @@ typedef struct ToolbarPrivate ToolbarPrivate; struct Toolbar { EggEditableToolbar parent_object; + + /*< private >*/ ToolbarPrivate *priv; }; |