~townsend/unity/fix-dash-page-up-down

« back to all changes in this revision

Viewing changes to src/BamfLauncherIcon.h

  • Committer: Neil Jagdish Patel
  • Date: 2010-11-09 18:26:09 UTC
  • mfrom: (572.1.33 unity)
  • mto: (572.1.56 unity-3.0)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: neil.patel@canonical.com-20101109182609-dqu51lkgrn6ifd02
[merge] trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    static void OnUserVisibleChanged (BamfView *view, gboolean visible, gpointer data);
31
31
    static void OnActiveChanged (BamfView *view, gboolean active, gpointer data);
32
32
    static void OnRunningChanged (BamfView *view, gboolean running, gpointer data);
 
33
    static void OnUrgentChanged (BamfView *view, gboolean urgent, gpointer data);
33
34
};
34
35
 
35
36
#endif // BAMFLAUNCHERICON_H