~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/IconLoader.h

  • Committer: Neil Jagdish Patel
  • Date: 2011-02-09 12:24:11 UTC
  • mto: (831.4.2 unity.fix-scrolling)
  • mto: This revision was merged to the branch mainline in revision 844.
  • Revision ID: neil.patel@canonical.com-20110209122411-5bk6xej9p7xlzs83
Lots of fixes in views

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
  static void LoadContentsReady (GObject *object, GAsyncResult *res, IconLoaderTask *task);
90
90
 
91
91
private:
 
92
  bool _no_load;
 
93
 
92
94
  std::map<std::string, GdkPixbuf *> _cache;
93
95
  GQueue       *_tasks;
94
96
  guint         _idle_id;