Use "Deprecated:" gtk-doc symbol corrently

Also, added some suggestion about replacements for deprecated functions
This commit is contained in:
Javier Jardón 2009-10-30 19:34:36 +01:00
parent 1e1131c959
commit 8082aad271
3 changed files with 3 additions and 3 deletions

View File

@ -306,7 +306,7 @@ graphics_expose_predicate (Display *display,
* Return value: a #GdkEventExpose if a GraphicsExpose was received, or %NULL if a
* NoExpose event was received.
*
* Deprecated:2.18
* Deprecated: 2.18:
**/
GdkEvent*
gdk_event_get_graphics_expose (GdkWindow *window)

View File

@ -485,7 +485,7 @@ gtk_file_chooser_dialog_new (const gchar *title,
* Return value: a new #GtkFileChooserDialog
*
* Since: 2.4
* Deprecated: 2.14
* Deprecated: 2.14: Use gtk_file_chooser_dialog_new() instead.
**/
GtkWidget *
gtk_file_chooser_dialog_new_with_backend (const gchar *title,

View File

@ -181,7 +181,7 @@ gtk_file_chooser_widget_new (GtkFileChooserAction action)
* Return value: a new #GtkFileChooserWidget
*
* Since: 2.4
* Deprecated: 2.14
* Deprecated: 2.14: Use gtk_file_chooser_widget_new() instead.
**/
GtkWidget *
gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction action,