]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfontchooserdialog.h
Change FSF Address
[~andy/gtk] / gtk / gtkfontchooserdialog.h
index b4f8041e46eb3d1c8fb7971acc85ca3bcfaabadd..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,20 +56,11 @@ struct _GtkFontChooserDialogClass
   void (*_gtk_reserved4) (void);
 };
 
-GType       gtk_font_chooser_dialog_get_type           (void) G_GNUC_CONST;
-GtkWidget* gtk_font_chooser_dialog_new               (const gchar            *title);
-
-GtkWidget* gtk_font_chooser_dialog_get_font_selection (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);
+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            *parent);
 
 G_END_DECLS