summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-private.h
diff options
context:
space:
mode:
authorTambet Ingo <tambet@ximian.com>2007-02-12 09:23:43 +0000
committerTambet Ingo <tambet@gmail.com>2007-02-12 09:23:43 +0000
commit8a4c57f63186bac717e3d0d547a3b5931fb19b13 (patch)
tree9c6a2873c32a5a75454edc945b0747e863f626e8 /libnm-glib/nm-device-private.h
parent13af56e67d54e3b9b99b8ca4e7aae5046aafd336 (diff)
downloadNetworkManager-8a4c57f63186bac717e3d0d547a3b5931fb19b13.tar.gz
2007-02-12 Tambet Ingo <tambet@ximian.com>
Totally break NetworkManager. Please use 0.6 branch until futher notice. * src/: - Remove old low-level dbus interface implementations and replace them with dbus-glib one. * configure.in: - Require dbus-glib >= 0.72. - Plug in new sources to build. * libnm-glib/: - Implement GObject wrappers on top of DBUS glib auto-generated bindings to make it more convenient to use from GObject based programs. * introspection/: - Implement DBUS XML introspection files, used by both NM and libnm-glib. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2309 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-glib/nm-device-private.h')
-rw-r--r--libnm-glib/nm-device-private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libnm-glib/nm-device-private.h b/libnm-glib/nm-device-private.h
new file mode 100644
index 0000000000..973077b4c5
--- /dev/null
+++ b/libnm-glib/nm-device-private.h
@@ -0,0 +1,8 @@
+#ifndef NM_DEVICE_PRIVATE_H
+#define NM_DEVICE_PRIVATE_H
+
+/* static methods */
+NMDeviceType nm_device_type_for_path (DBusGConnection *connection,
+ const char *path);
+
+#endif /* NM_DEVICE_PRIVATE_H */