~azzar1/bamf/fix-highdpi-actionmenu

« back to all changes in this revision

Viewing changes to src/bamf-matcher.h

  • Committer: CI Train Bot
  • Author(s): Andrea Azzarone
  • Date: 2016-03-21 15:35:36 UTC
  • mfrom: (624.2.10 bamf-sn)
  • Revision ID: ci-train-bot@canonical.com-20160321153536-j0hw7a7rxs2rdkmo
BamfView: add "starting" property which is true when an application has been launched Fixes: #676457
Approved by: Marco Trevisan (Treviño), PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                                                          const char *application,
75
75
                                                          guint64 pid);
76
76
 
 
77
void          bamf_matcher_set_starting_desktop_file     (BamfMatcher * self,
 
78
                                                          const char *desktop_file,
 
79
                                                          gboolean starting);
 
80
 
77
81
const char  * bamf_matcher_get_desktop_file_class        (BamfMatcher * self,
78
82
                                                          const char * desktop_file);
79
83