~ken-vandine/ido/lp_866039

« back to all changes in this revision

Viewing changes to src/idorange.h

  • Committer: Ken VanDine
  • Date: 2011-10-05 17:41:37 UTC
  • Revision ID: ken.vandine@canonical.com-20111005174137-50lkhinriz0u62az
Fixed FTBFS on armel (LP: #866039)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
GType      ido_range_get_type (void) G_GNUC_CONST;
66
66
 
67
 
GtkWidget* ido_range_new       (GtkAdjustment *adj,
 
67
GtkWidget* ido_range_new       (GObject *adj,
68
68
                                IdoRangeStyle  style);
69
69
 
70
70
G_END_DECLS