[docs] Add missing "Deprecated: 2.x" to the api doc comments

This commit is contained in:
Javier Jardón
2010-01-11 06:25:59 +01:00
parent 1d2900bb27
commit ccf17a828b
7 changed files with 12 additions and 12 deletions

View File

@ -1099,7 +1099,7 @@ gdk_io_invoke (GIOChannel *source,
* Returns: a tag that can later be used as an argument to
* gdk_input_remove().
*
* Deprecated: Use g_io_add_watch_full() on a #GIOChannel
* Deprecated: 2.14: Use g_io_add_watch_full() on a #GIOChannel
*/
gint
gdk_input_add_full (gint source,
@ -1147,7 +1147,7 @@ gdk_input_add_full (gint source,
* Returns: a tag that can later be used as an argument to
* gdk_input_remove().
*
* Deprecated: Use g_io_add_watch() on a #GIOChannel
* Deprecated: 2.14: Use g_io_add_watch() on a #GIOChannel
*/
gint
gdk_input_add (gint source,