summaryrefslogtreecommitdiff
path: root/gladeui/glade-signal-model.h
diff options
context:
space:
mode:
authorJohannes Schmid <jhs@gnome.org>2010-07-06 19:57:59 +0200
committerJohannes Schmid <jhs@gnome.org>2010-07-08 21:03:39 +0200
commitfc84a8989fac660e4aafc86ebb82eae7fde03424 (patch)
treefe8bca6e138de7777f8dbd7e65da1dc08963ea8d /gladeui/glade-signal-model.h
parentfbc3bed1a9289cfbd9b2856517c3b7df8cd38f5f (diff)
downloadglade-fc84a8989fac660e4aafc86ebb82eae7fde03424.tar.gz
signal-editor, signal-model: Added adding and changing of signal handlers
Also fixed the iter->stamp stuff to change correctly when an iterator becomes invalid.
Diffstat (limited to 'gladeui/glade-signal-model.h')
-rw-r--r--gladeui/glade-signal-model.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gladeui/glade-signal-model.h b/gladeui/glade-signal-model.h
index 3eb10ab7..3aa9c34c 100644
--- a/gladeui/glade-signal-model.h
+++ b/gladeui/glade-signal-model.h
@@ -5,7 +5,7 @@
*
* glade3 is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
+ * Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* glade3 is distributed in the hope that it will be useful, but
@@ -45,8 +45,9 @@ typedef enum
GLADE_SIGNAL_COLUMN_AFTER,
GLADE_SIGNAL_COLUMN_IS_HANDLER,
GLADE_SIGNAL_COLUMN_IS_LABEL,
- GLADE_SIGNAL_COLUMN_IS_DUMMY,
+ GLADE_SIGNAL_COLUMN_NOT_DUMMY,
GLADE_SIGNAL_COLUMN_VERSION_WARNING,
+ GLADE_SIGNAL_COLUMN_SIGNAL,
GLADE_SIGNAL_N_COLUMNS
} GladeSignalModelColumns;