summaryrefslogtreecommitdiff
path: root/src/nm-dbus-manager.h
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2007-10-10 14:36:31 +0000
committerTambet Ingo <tambet@gmail.com>2007-10-10 14:36:31 +0000
commit18d372272cdcdda8136a7a5602b28d612e392a5e (patch)
tree43c39b541dbd42e77680539da09b6d00c05040fb /src/nm-dbus-manager.h
parent8b85192207bed871974cc4d082b82254ec1f4e9e (diff)
2007-10-10 Tambet Ingo <tambet@gmail.com>
Move ppp-manager over to dbus-glib. The big deal is that it was the last piece of code that used NM's own version of dbus signal handling and custom dictionary marshalling/unmarshalling. With this change, all that obsolete code can disappear and we get to maintain over 2000 lines less code. * libnm-util/dbus-dict-helpers.c: * libnm-util/dbus-dict-helpers.h: Remove. * src/ppp-manager/nm-pppd-plugin.c: Convert it to use dbus-glib. * src/ppp-manager/nm-pppd-plugin.xml: Implement. * src/ppp-manager/nm-ppp-manager.c: Use dbus-glib instead of * home-brewed dbus signal handlers. * src/nm-dbus-manager.c: Remove all the manual dbus signal * handling. * configure.in: Remove test/libnm-util/Makefile creation. * test/Makefile.am: Remove libnm-util from SUBDIRS. * test/libnm-util/: Remove the whole directory. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2965 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'src/nm-dbus-manager.h')
-rw-r--r--src/nm-dbus-manager.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nm-dbus-manager.h b/src/nm-dbus-manager.h
index 415275c854..c190e4b33f 100644
--- a/src/nm-dbus-manager.h
+++ b/src/nm-dbus-manager.h
@@ -69,15 +69,6 @@ gboolean nm_dbus_manager_start_service (NMDBusManager *self);
gboolean nm_dbus_manager_name_has_owner (NMDBusManager *self,
const char *name);
-guint32 nm_dbus_manager_register_signal_handler (NMDBusManager *self,
- const char *interface,
- const char *sender,
- NMDBusSignalHandlerFunc callback,
- gpointer user_data);
-
-void nm_dbus_manager_remove_signal_handler (NMDBusManager *self,
- guint32 id);
-
DBusConnection * nm_dbus_manager_get_dbus_connection (NMDBusManager *self);
DBusGConnection * nm_dbus_manager_get_connection (NMDBusManager *self);