~indicator-applet-developers/ubuntu-app-launch/trunk.touch-vivid

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/application-impl-base.h

  • Committer: Bileto Bot
  • Author(s): Ted Gould
  • Date: 2016-10-03 23:54:20 UTC
  • mfrom: (255.4.11 lp1626028-legacy-stop)
  • Revision ID: ci-train-bot@canonical.com-20161003235420-uo70z5hbpupxjdkv
Make use of the instance parameter consistent through all the backends (LP: #1626028)

Approved by: Marcus Tomlinson, unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    void oomValueToPid(pid_t pid, const oom::Score oomvalue);
115
115
    void oomValueToPidHelper(pid_t pid, const oom::Score oomvalue);
116
116
    void pidListToDbus(const std::vector<pid_t>& pids, const std::string& signal);
 
117
    std::string upstartJobPath();
117
118
 
118
119
    static std::shared_ptr<gchar*> urlsToStrv(const std::vector<Application::URL>& urls);
119
120
    static void application_start_cb(GObject* obj, GAsyncResult* res, gpointer user_data);