[network-manager-applet] trivial: fix signal prototype
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] trivial: fix signal prototype
- Date: Tue, 7 Dec 2010 19:54:43 +0000 (UTC)
commit 028a445b1a6387b5606c7d7aba3a8b26c5790ccb
Author: Dan Williams <dcbw redhat com>
Date: Tue Dec 7 13:11:04 2010 -0600
trivial: fix signal prototype
src/connection-editor/nm-connection-editor.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.h b/src/connection-editor/nm-connection-editor.h
index 22e1ed2..561f2a3 100644
--- a/src/connection-editor/nm-connection-editor.h
+++ b/src/connection-editor/nm-connection-editor.h
@@ -65,7 +65,7 @@ typedef struct {
GObjectClass parent_class;
/* Signals */
- void (*done) (NMConnectionEditor *editor, gint result);
+ void (*done) (NMConnectionEditor *editor, gint result, GError *error);
} NMConnectionEditorClass;
GType nm_connection_editor_get_type (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]