diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-26 05:52:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-26 05:52:27 +0800 |
commit | dd06e70a33a386b716fedd68393885f45a343b68 (patch) | |
tree | 97e77dd243f3d714f0571a62b4db7c53cb17d2aa /src/ephy-shell.h | |
parent | 48828a1977fc21c6fc6d03fa6003a081bf14b017 (diff) | |
download | gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.tar gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.tar.gz gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.tar.bz2 gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.tar.lz gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.tar.xz gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.tar.zst gsoc2013-epiphany-dd06e70a33a386b716fedd68393885f45a343b68.zip |
libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the
2006-01-25 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/epiphany.schemas.in:
* embed/mozilla/Makefile.am:
* embed/mozilla/mozilla-embed-single.cpp:
* lib/ephy-prefs.h:
* src/Makefile.am:
* src/ephy-net-monitor.c:
* src/ephy-net-monitor.h:
* src/ephy-shell.c: (ephy_shell_sync_network_status),
(impl_get_embed_single), (ephy_shell_dispose),
(ephy_shell_get_net_monitor), (_ephy_shell_create_instance),
(_ephy_shell_startup):
* src/ephy-shell.h:
libnm-glib be-gone! Use NetworkManager directly via DBUS, by
importing the excellent net-monitor extension directly into
Epiphany. Code by Jean-François Rameau.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 2581e48bb..76e661c0f 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2000-2004 Marco Pesenti Gritti - * Copyright (C) 2003, 2004 Christian Persch + * Copyright (C) 2003, 2004, 2006 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 @@ -100,6 +100,8 @@ EphyTab *ephy_shell_new_tab_full (EphyShell *shell, GObject *ephy_shell_get_session (EphyShell *shell); +GObject *ephy_shell_get_net_monitor (EphyShell *shell); + EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *shell); GObject *ephy_shell_get_toolbars_model (EphyShell *shell, @@ -117,10 +119,7 @@ GObject *ephy_shell_get_prefs_dialog (EphyShell *shell); GObject *ephy_shell_get_print_setup_dialog (EphyShell *shell); -GObject *ephy_shell_get_dbus_service (EphyShell *shell); - /* private API */ - void _ephy_shell_create_instance (void); G_END_DECLS |