Add a reference to gtk2 docs which recommends replacing gtk_signal_xxx

functions with their g_signal_xxx equivalent.

svn path=/trunk/; revision=6260
This commit is contained in:
Olivier Abad 2002-09-10 20:53:26 +00:00
parent 9a69e5c6c8
commit bc9c7d7fe7
1 changed files with 6 additions and 1 deletions

View File

@ -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.