summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-vpn-connection.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-06-29 15:18:12 -0500
committerDan Williams <dcbw@redhat.com>2012-06-29 15:18:12 -0500
commit0b33b427713706ef7430c3f2033aed65cc9948f6 (patch)
treeedca7e279c9278a9b236de90130173b2fe1f30e1 /libnm-glib/nm-vpn-connection.h
parent37deed816ad01b70d6cce13072c30cdd8fd7db21 (diff)
downloadNetworkManager-0b33b427713706ef7430c3f2033aed65cc9948f6.tar.gz
Revert "libnm-glib: fix vpn-state-changed signal handling"
This reverts commit 4d635b23cb42f560b3f8aba5ce6345ce2bb4d36a. The original commit that changed this D-Bus signal signature was in error and we shouldn't change the D-Bus API here.
Diffstat (limited to 'libnm-glib/nm-vpn-connection.h')
-rw-r--r--libnm-glib/nm-vpn-connection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libnm-glib/nm-vpn-connection.h b/libnm-glib/nm-vpn-connection.h
index 05fce89632..8541e704aa 100644
--- a/libnm-glib/nm-vpn-connection.h
+++ b/libnm-glib/nm-vpn-connection.h
@@ -18,7 +18,7 @@
* Boston, MA 02110-1301 USA.
*
* Copyright (C) 2007 - 2008 Novell, Inc.
- * Copyright (C) 2007 - 2012 Red Hat, Inc.
+ * Copyright (C) 2007 - 2010 Red Hat, Inc.
*/
#ifndef NM_VPN_CONNECTION_H
@@ -51,8 +51,7 @@ typedef struct {
/* Signals */
void (*vpn_state_changed) (NMVPNConnection *connection,
- NMVPNConnectionState new_state,
- NMVPNConnectionState old_state,
+ NMVPNConnectionState state,
NMVPNConnectionStateReason reason);
/* Padding for future expansion */