forked from AuroraMiddleware/gtk
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated --
2008-12-10 Matthias Clasen <mclasen@redhat.com> Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated -- but what should be used instead? * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation. svn path=/trunk/; revision=21868
This commit is contained in:
parent
2856cd214a
commit
8a11a01ae9
@ -1,3 +1,10 @@
|
||||
2008-12-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
|
||||
-- but what should be used instead?
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
|
||||
|
||||
2008-12-10 Daniel Elstner <danielk@openismus.com>
|
||||
|
||||
Maintenance of Multipress input method by Openismus GmbH:
|
||||
|
@ -2737,7 +2737,7 @@ gtk_file_chooser_button_new (const gchar *title,
|
||||
* Returns: a new button widget.
|
||||
*
|
||||
* Since: 2.6
|
||||
* Deprecated: 2.14
|
||||
* Deprecated: 2.14: Use gtk_file_chooser_button_new() instead.
|
||||
**/
|
||||
GtkWidget *
|
||||
gtk_file_chooser_button_new_with_backend (const gchar *title,
|
||||
|
Loading…
Reference in New Issue
Block a user