~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-yakkety-landing-070

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/connection.h

  • Committer: Ted Gould
  • Date: 2015-12-10 21:01:26 UTC
  • mto: (144.6.2 find-theme-icons-ted)
  • mto: This revision was merged to the branch mainline in revision 213.
  • Revision ID: ted@gould.cx-20151210210126-f8h3iscw2bwar2ye
Adding in click support to the connection object

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
namespace Ubuntu {
9
9
namespace AppLaunch {
10
10
 
 
11
/* Forward declarations */
11
12
class Application;
12
13
class ObserverHandle;
13
14
 
37
38
        ObserverHandle observeAppResumed (appObserver callback);
38
39
 
39
40
        static std::shared_ptr<Connection> getDefault();
 
41
 
 
42
        class Impl;
 
43
        std::unique_ptr<Impl> impl;
40
44
};
41
45
 
42
46
}; // namespace AppLaunch