Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e08435a8
Commit
e08435a8
authored
Sep 08, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Sep 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IPackage2 definition in windows.applicationmodel.idl.
Required for GNOME/glib project.
parent
763dc064
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
windows.applicationmodel.idl
include/windows.applicationmodel.idl
+17
-0
No files found.
include/windows.applicationmodel.idl
View file @
e08435a8
...
...
@@ -36,6 +36,7 @@ namespace Windows.ApplicationModel {
interface
IAppDisplayInfo
;
interface
IPackage
;
interface
IPackage2
;
interface
IPackage3
;
interface
IPackageStatus
;
interface
IPackageId
;
...
...
@@ -93,6 +94,22 @@ namespace Windows.ApplicationModel {
}
[
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
exclusiveto
(
Windows
.
ApplicationModel.Package)
,
uuid
(
a6612fb6
-
7688
-
4
ace
-
95
fb
-
359538
e7aa01
)
]
interface
IPackage2
:
IInspectable
{
[
propget
]
HRESULT
DisplayName
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
propget
]
HRESULT
PublisherDisplayName
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
propget
]
HRESULT
Description
(
[
out
,
retval
]
HSTRING
*
value
)
;
[
propget
]
HRESULT
Logo
(
[
out
,
retval
]
Windows
.
Foundation.Uri
**
value
)
;
[
propget
]
HRESULT
IsResourcePackage
(
[
out
,
retval
]
boolean
*
value
)
;
[
propget
]
HRESULT
IsBundle
(
[
out
,
retval
]
boolean
*
value
)
;
[
propget
]
HRESULT
IsDevelopmentMode
(
[
out
,
retval
]
boolean
*
value
)
;
}
[
exclusiveto
(
Windows
.
ApplicationModel.Package)
,
uuid
(
5
f738b61
-
f86a
-
4917
-
93
d1
-
f1ee9d3b35d9
),
version
(
0
x0a000000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment