[network-manager-applet] trivial: fix header signal prototype



commit ac9c435d42b79cb8d04f9bd6f870d274624d6066
Author: Dan Williams <dcbw redhat com>
Date:   Thu Jan 28 11:41:16 2010 -0800

    trivial: fix header signal prototype
    
    Cleanup; the prototype isn't used in real code anyway.

 src/gconf-helpers/nma-gconf-connection.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gconf-helpers/nma-gconf-connection.h b/src/gconf-helpers/nma-gconf-connection.h
index 296ca58..224eb7e 100644
--- a/src/gconf-helpers/nma-gconf-connection.h
+++ b/src/gconf-helpers/nma-gconf-connection.h
@@ -57,7 +57,8 @@ typedef struct {
 	                                const char *setting_name,
 	                                const char **hints,
 	                                gboolean ask_user,
-	                                DBusGMethodInvocation *context);
+	                                NMANewSecretsRequestedFunc callback,
+	                                gpointer callback_data);
 } NMAGConfConnectionClass;
 
 GType nma_gconf_connection_get_type (void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]