~ted/ubuntu-app-launch/snappy-backend-no-snap

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/application-info-desktop.h

Updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    {
52
52
        return _iconPath;
53
53
    }
 
54
    const Application::Info::DefaultDepartment& defaultDepartment() override
 
55
    {
 
56
        return _defaultDepartment;
 
57
    }
 
58
    const Application::Info::IconPath& screenshotPath() override
 
59
    {
 
60
        return _screenshotPath;
 
61
    }
 
62
    const Application::Info::Keywords& keywords() override
 
63
    {
 
64
        return _keywords;
 
65
    }
54
66
 
55
67
    Application::Info::Splash splash() override
56
68
    {
93
105
    Application::Info::Name _name;
94
106
    Application::Info::Description _description;
95
107
    Application::Info::IconPath _iconPath;
 
108
    Application::Info::DefaultDepartment _defaultDepartment;
 
109
    Application::Info::IconPath _screenshotPath;
 
110
    Application::Info::Keywords _keywords;
96
111
 
97
112
    Application::Info::Splash _splashInfo;
98
113
    Application::Info::Orientations _supportedOrientations;