From dd06e70a33a386b716fedd68393885f45a343b68 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 25 Jan 2006 21:52:27 +0000 Subject: libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-01-25 Christian Persch * 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. --- src/ephy-shell.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/ephy-shell.h') 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 -- cgit v1.2.3