[gtk+/gtk-2-90: 81/200] Remove deprecated code: GtkFileChooserButton
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-90: 81/200] Remove deprecated code: GtkFileChooserButton
- Date: Mon, 3 May 2010 00:03:25 +0000 (UTC)
commit b5917e7a6f20b90db2241796f2f807ddcb54acf5
Author: Javier Jardón <javierjc1982 gmail com>
Date: Fri Oct 9 19:53:19 2009 +0200
Remove deprecated code: GtkFileChooserButton
docs/reference/gtk/gtk-sections.txt | 1 -
docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml | 11 -----------
gtk/gtkfilechooserbutton.h | 7 -------
3 files changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index c0c484e..11c7283 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -1584,7 +1584,6 @@ GtkFileChooserWidgetPrivate
<TITLE>GtkFileChooserButton</TITLE>
GtkFileChooserButton
gtk_file_chooser_button_new
-gtk_file_chooser_button_new_with_backend
gtk_file_chooser_button_new_with_dialog
gtk_file_chooser_button_get_title
gtk_file_chooser_button_set_title
diff --git a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
index e8ab8c9..2f13100 100644
--- a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
@@ -94,17 +94,6 @@ This should not be accessed directly. Use the accessor functions below.
@Returns:
-<!-- ##### FUNCTION gtk_file_chooser_button_new_with_backend ##### -->
-<para>
-
-</para>
-
- title:
- action:
- backend:
- Returns:
-
-
<!-- ##### FUNCTION gtk_file_chooser_button_new_with_dialog ##### -->
<para>
diff --git a/gtk/gtkfilechooserbutton.h b/gtk/gtkfilechooserbutton.h
index b57209c..76de49a 100644
--- a/gtk/gtkfilechooserbutton.h
+++ b/gtk/gtkfilechooserbutton.h
@@ -69,13 +69,6 @@ struct _GtkFileChooserButtonClass
GType gtk_file_chooser_button_get_type (void) G_GNUC_CONST;
GtkWidget * gtk_file_chooser_button_new (const gchar *title,
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);
G_CONST_RETURN gchar *gtk_file_chooser_button_get_title (GtkFileChooserButton *button);
void gtk_file_chooser_button_set_title (GtkFileChooserButton *button,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]