Fix link in deprecation note.

Thu Jan  8 00:14:02 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation
	note.
This commit is contained in:
Matthias Clasen 2004-01-07 23:12:32 +00:00 committed by Matthias Clasen
parent 5c919e50d3
commit 512b53765f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Jan 8 00:14:02 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation
note.
Wed Jan 7 22:25:45 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Add gtk_action_new, gtk_toggle_action_new,

View File

@ -562,7 +562,7 @@ on a file descriptor.
@destroy: callback function to call with @data when the input
handler is removed, or %NULL.
@Returns: A unique id for the event source; to be used with gtk_input_remove().
@Deprecated: Use g_io_watch_full() instead.
@Deprecated: Use g_io_add_watch_full() instead.
<!-- ##### FUNCTION gtk_input_remove ##### -->