From c841a4c82601d795e75dfec0007eb9e0e3580f53 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 9 Jan 2005 23:11:36 +0000 Subject: A lib/ephy-dbus.c: A lib/ephy-dbus.h: 2005-01-10 Christian Persch * configure.ac: * lib/Makefile.am: A lib/ephy-dbus.c: A lib/ephy-dbus.h: * lib/ephy-marshal.list: * src/Makefile.am: * src/ephy-shell.c: (ephy_shell_finalize), (ephy_shell_get_dbus_service): * src/ephy-shell.h: Add experimental dbus service, disabled by default. Configure with --enable-dbus to enable. --- src/ephy-shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ephy-shell.h') diff --git a/src/ephy-shell.h b/src/ephy-shell.h index d807cd139..a9867fe97 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -139,6 +139,8 @@ 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); + G_END_DECLS #endif -- cgit v1.2.3