Remove deprecated code: GtkFileChooserButton
This commit is contained in:
committed by
Javier Jardón
parent
bf49830f07
commit
b5917e7a6f
@ -1584,7 +1584,6 @@ GtkFileChooserWidgetPrivate
|
|||||||
<TITLE>GtkFileChooserButton</TITLE>
|
<TITLE>GtkFileChooserButton</TITLE>
|
||||||
GtkFileChooserButton
|
GtkFileChooserButton
|
||||||
gtk_file_chooser_button_new
|
gtk_file_chooser_button_new
|
||||||
gtk_file_chooser_button_new_with_backend
|
|
||||||
gtk_file_chooser_button_new_with_dialog
|
gtk_file_chooser_button_new_with_dialog
|
||||||
gtk_file_chooser_button_get_title
|
gtk_file_chooser_button_get_title
|
||||||
gtk_file_chooser_button_set_title
|
gtk_file_chooser_button_set_title
|
||||||
|
|||||||
@ -94,17 +94,6 @@ This should not be accessed directly. Use the accessor functions below.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_file_chooser_button_new_with_backend ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@title:
|
|
||||||
@action:
|
|
||||||
@backend:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_file_chooser_button_new_with_dialog ##### -->
|
<!-- ##### FUNCTION gtk_file_chooser_button_new_with_dialog ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|||||||
@ -69,13 +69,6 @@ struct _GtkFileChooserButtonClass
|
|||||||
GType gtk_file_chooser_button_get_type (void) G_GNUC_CONST;
|
GType gtk_file_chooser_button_get_type (void) G_GNUC_CONST;
|
||||||
GtkWidget * gtk_file_chooser_button_new (const gchar *title,
|
GtkWidget * gtk_file_chooser_button_new (const gchar *title,
|
||||||
GtkFileChooserAction action);
|
GtkFileChooserAction action);
|
||||||
|
|
||||||
#ifndef GTK_DISABLE_DEPRECATED
|
|
||||||
GtkWidget * gtk_file_chooser_button_new_with_backend (const gchar *title,
|
|
||||||
GtkFileChooserAction action,
|
|
||||||
const gchar *backend);
|
|
||||||
#endif /* GTK_DISABLE_DEPRECATED */
|
|
||||||
|
|
||||||
GtkWidget * gtk_file_chooser_button_new_with_dialog (GtkWidget *dialog);
|
GtkWidget * gtk_file_chooser_button_new_with_dialog (GtkWidget *dialog);
|
||||||
G_CONST_RETURN gchar *gtk_file_chooser_button_get_title (GtkFileChooserButton *button);
|
G_CONST_RETURN gchar *gtk_file_chooser_button_get_title (GtkFileChooserButton *button);
|
||||||
void gtk_file_chooser_button_set_title (GtkFileChooserButton *button,
|
void gtk_file_chooser_button_set_title (GtkFileChooserButton *button,
|
||||||
|
|||||||
Reference in New Issue
Block a user