~jbicha/ubuntu/oneiric/gnome-shell/oneiric-3.2.2.1

« back to all changes in this revision

Viewing changes to src/st/st-adjustment.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-07 09:09:05 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: package-import@ubuntu.com-20110907090905-kbo4fewcg12zt99u
Tags: 3.1.90.1-0ubuntu1
* New upstream release.
* debian/control: Bump build-depends on new mutter
* debian/patches/01_favorite_apps.patch: Updated
* debian/patches/03_remove-glx-dependency-on-armel.patch: Refreshed
* debian/patches/04_build-without-caribou.patch
  - Build without caribou since Ubuntu uses onboard and our System 
    Settings doesn't support choosing a different screen keyboard yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                                         gdouble      *step_increment,
100
100
                                         gdouble      *page_increment,
101
101
                                         gdouble      *page_size);
102
 
 
103
 
void          st_adjustment_interpolate (StAdjustment *adjustment,
104
 
                                         gdouble       value,
105
 
                                         guint         duration);
106
 
 
107
 
gboolean      st_adjustment_get_elastic (StAdjustment *adjustment);
108
 
void          st_adjustment_set_elastic (StAdjustment *adjustment,
109
 
                                         gboolean      elastic);
110
 
 
111
 
gboolean      st_adjustment_clamp       (StAdjustment *adjustment,
112
 
                                         gboolean      interpolate,
113
 
                                         guint         duration);
114
 
 
115
102
G_END_DECLS
116
103
 
117
104
#endif /* __ST_ADJUSTMENT_H__ */