aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authoroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-10 20:53:26 +0000
committeroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-10 20:53:26 +0000
commitb2e9b31d2153a02ff1fbddbd658fbca79bd464e4 (patch)
treedbdebabefd87a4e75b5fba24e4ab6c4d6a908dce /gtk2
parent518e1037fa6f10bcb10d4ee6672e2b46e3238a43 (diff)
Add a reference to gtk2 docs which recommends replacing gtk_signal_xxx
functions with their g_signal_xxx equivalent. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6260 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/STATUS7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk2/STATUS b/gtk2/STATUS
index 39f302cd30..2237a3aa73 100644
--- a/gtk2/STATUS
+++ b/gtk2/STATUS
@@ -5,7 +5,7 @@ GtkList and GtkCList ==> GtkTreeView conversion :
- color_dlg.c
- column_prefs.c : done
- decode_as_dlg.c : done
-- dfilter_expr_dialog.c
+- dfilter_expr_dialog.c : done
- filter_prefs.c : done
- main.c
- plugins_dlg.c : done
@@ -69,3 +69,8 @@ Remaining problems :
- the spacing between lines in the tree view is too big ;
- merge gtk and gtk2 directories. Create a gtk12 directory if necessary.
+
+- replace gtk_signal_xxx function with g_signal_xxx equivalent. The GTK+
+ 2.0 documentation says :
+ The GTK+ 2.0 signal system merely proxies the GSignal system now. For
+ future usage, direct use of the GSignal API is recommended.