~ubuntu-branches/ubuntu/saucy/gtk+3.0/saucy

« back to all changes in this revision

Viewing changes to gtk/gtkfontchooser.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-28 15:31:27 UTC
  • mfrom: (40.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20120628153127-mmtkaenv2qsentuj
Tags: 3.5.6-0ubuntu2
* debian/control:
  - libgtk-3-dev depends on libatk-bridge2.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  GTypeInterface base_iface;
58
58
 
59
59
  /* Methods */
60
 
  PangoFontFamily * (* get_font_family)         (GtkFontChooser  *chooser);
61
 
  PangoFontFace *   (* get_font_face)           (GtkFontChooser  *chooser);
62
 
  gint              (* get_font_size)           (GtkFontChooser  *chooser);
 
60
  PangoFontFamily * (* get_font_family)         (GtkFontChooser  *fontchooser);
 
61
  PangoFontFace *   (* get_font_face)           (GtkFontChooser  *fontchooser);
 
62
  gint              (* get_font_size)           (GtkFontChooser  *fontchooser);
63
63
 
64
 
  void              (* set_filter_func)         (GtkFontChooser   *chooser,
 
64
  void              (* set_filter_func)         (GtkFontChooser   *fontchooser,
65
65
                                                 GtkFontFilterFunc filter,
66
 
                                                 gpointer          data,
 
66
                                                 gpointer          user_data,
67
67
                                                 GDestroyNotify    destroy);
68
68
 
69
69
  /* Signals */