]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfontchooserdialog.h
Change FSF Address
[~andy/gtk] / gtk / gtkfontchooserdialog.h
index 48c879c98d7af16e88510a7c995e04a99f0da8b2..ad8d7c73c344cb44bd6ab118512fca50681c4478 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
@@ -58,18 +56,11 @@ struct _GtkFontChooserDialogClass
   void (*_gtk_reserved4) (void);
 };
 
+GDK_AVAILABLE_IN_3_2
 GType      gtk_font_chooser_dialog_get_type         (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_3_2
 GtkWidget* gtk_font_chooser_dialog_new              (const gchar          *title,
-                                                     GtkWindow            *window);
-
-GtkWidget* gtk_font_chooser_dialog_get_font_chooser (GtkFontChooserDialog *fcd);
-gchar*     gtk_font_chooser_dialog_get_font_name    (GtkFontChooserDialog *fcd);
-gboolean   gtk_font_chooser_dialog_set_font_name    (GtkFontChooserDialog *fcd,
-                                                     const gchar          *fontname);
-const gchar*
-          gtk_font_chooser_dialog_get_preview_text  (GtkFontChooserDialog *fcd);
-void      gtk_font_chooser_dialog_set_preview_text  (GtkFontChooserDialog *fcd,
-                                                     const gchar          *text);
+                                                     GtkWindow            *parent);
 
 G_END_DECLS