Use "Deprecated:" gtk-doc symbol corrently
Also, added some suggestion about replacements for deprecated functions
This commit is contained in:
@ -306,7 +306,7 @@ graphics_expose_predicate (Display *display,
|
|||||||
* Return value: a #GdkEventExpose if a GraphicsExpose was received, or %NULL if a
|
* Return value: a #GdkEventExpose if a GraphicsExpose was received, or %NULL if a
|
||||||
* NoExpose event was received.
|
* NoExpose event was received.
|
||||||
*
|
*
|
||||||
* Deprecated:2.18
|
* Deprecated: 2.18:
|
||||||
**/
|
**/
|
||||||
GdkEvent*
|
GdkEvent*
|
||||||
gdk_event_get_graphics_expose (GdkWindow *window)
|
gdk_event_get_graphics_expose (GdkWindow *window)
|
||||||
|
|||||||
@ -485,7 +485,7 @@ gtk_file_chooser_dialog_new (const gchar *title,
|
|||||||
* Return value: a new #GtkFileChooserDialog
|
* Return value: a new #GtkFileChooserDialog
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
* Deprecated: 2.14
|
* Deprecated: 2.14: Use gtk_file_chooser_dialog_new() instead.
|
||||||
**/
|
**/
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
gtk_file_chooser_dialog_new_with_backend (const gchar *title,
|
gtk_file_chooser_dialog_new_with_backend (const gchar *title,
|
||||||
|
|||||||
@ -181,7 +181,7 @@ gtk_file_chooser_widget_new (GtkFileChooserAction action)
|
|||||||
* Return value: a new #GtkFileChooserWidget
|
* Return value: a new #GtkFileChooserWidget
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
* Deprecated: 2.14
|
* Deprecated: 2.14: Use gtk_file_chooser_widget_new() instead.
|
||||||
**/
|
**/
|
||||||
GtkWidget *
|
GtkWidget *
|
||||||
gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction action,
|
gtk_file_chooser_widget_new_with_backend (GtkFileChooserAction action,
|
||||||
|
|||||||
Reference in New Issue
Block a user