~dylanmccall/unity/full-width-dash

« back to all changes in this revision

Viewing changes to src/PlacesSearchBar.h

  • Committer: Jay Taoko
  • Date: 2011-03-31 20:38:49 UTC
  • mfrom: (1037.2.9 fixes-2011-03-28)
  • Revision ID: jay.taoko@canonical.com-20110331203849-xrni7w59w6b4mw55
On behalf of Neil Patel

bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
  static bool OnLiveSearchTimeout (PlacesSearchBar *self);
86
86
  static void OnFontChanged (GObject *object, GParamSpec *pspec, PlacesSearchBar *self);
 
87
  static void OnPlacesClosed (GVariant *variant, PlacesSearchBar *self); 
87
88
 
88
89
private:
89
90
  nux::AbstractPaintLayer *_bg_layer;