Searched defs:App (Results 1 – 7 of 7) sorted by relevance
222 struct App { struct223 std::string bundleName;224 bool debug = false;225 std::string icon;226 int32_t iconId = 0;227 std::string label;228 int32_t labelId = 0;229 std::string description;231 std::string vendor;238 bool keepAlive = false;[all …]
214 struct App { struct215 std::string bundleName;216 bool debug = false;217 std::string icon;218 uint32_t iconId = 0;219 std::string label;220 uint32_t labelId = 0;221 std::string description;223 std::string vendor;230 bool keepAlive = false;[all …]
117 struct App { struct118 std::string bundleName;119 std::string originalName;120 std::string vendor;124 Version version;125 ApiVersion apiVersion;126 bool singleton = false;127 uint32_t iconId = 0;128 uint32_t labelId = 0;129 bool userDataClearable = true;[all …]
45 struct App { struct46 std::string bundleName;47 uint32_t versionCode = 0;48 std::string versionName;49 uint32_t patchVersionCode = 0;50 std::string patchVersionName;
15 ## App section
83 pub(crate) struct App { struct88 impl App { argument123 impl Deref for App { implementation