aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2002-09-10 20:53:26 +0000
committerOlivier Abad <oabad@noos.fr>2002-09-10 20:53:26 +0000
commitbc9c7d7fe77ca148165b2abc1bf531fc1448ab56 (patch)
treedbdebabefd87a4e75b5fba24e4ab6c4d6a908dce /gtk2
parent9a69e5c6c833c47152b08b37dee75d70f47b486b (diff)
Add a reference to gtk2 docs which recommends replacing gtk_signal_xxx
functions with their g_signal_xxx equivalent. svn path=/trunk/; revision=6260
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.