~ted/ubuntu-app-launch/user-tools

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/jobs-base.h

  • Committer: Bileto Bot
  • Author(s): Ken VanDine
  • Date: 2017-02-15 15:09:13 UTC
  • mfrom: (249.6.32 ual_focus_app)
  • Revision ID: ci-train-bot@canonical.com-20170215150913-s2nw6er5n94nsj9u
Adds Application::Instance::focus and Application::findInstance(pid_t) API

Approved by: Ted Gould

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    bool hasPid(pid_t pid) override;
50
50
    void pause() override;
51
51
    void resume() override;
 
52
    void focus() override;
52
53
 
53
54
    /* OOM Functions */
54
55
    void setOomAdjustment(const oom::Score score) override;