Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
674d3a12
Commit
674d3a12
authored
Dec 24, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Removed no longer used nsIProfile declaration.
parent
6ebf7a37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
nsiface.idl
dlls/mshtml/nsiface.idl
+0
-21
No files found.
dlls/mshtml/nsiface.idl
View file @
674d3a12
...
...
@@ -3094,27 +3094,6 @@ interface nsITooltipTextProvider : nsISupports
[
object
,
uuid
(
02b0625
a
-
e7f3
-
11
d2
-
9
f5a
-
006008
a6efe9
),
local
]
interface
nsIProfile
:
nsISupports
{
nsresult
GetProfileCount
(
int32_t
*
aProfileCount
)
;
nsresult
GetProfileList
(
uint32_t
*
length
,
PRUnichar
***
profileNames
)
;
nsresult
ProfileExists
(
const
PRUnichar
*
profileName
,
bool
*
_retval
)
;
nsresult
GetCurrentProfile
(
PRUnichar
**
aCurrentProfile
)
;
nsresult
SetCurrentProfile
(
const
PRUnichar
*
aCurrentProfile
)
;
nsresult
ShutDownCurrentProfile
(
uint32_t
shutDownType
)
;
nsresult
CreateNewProfile
(
const
PRUnichar
*
profileName
,
const
PRUnichar
*
nativeProfileDir
,
const
PRUnichar
*
langcode
,
bool
useExistingDir
)
;
nsresult
RenameProfile
(
const
PRUnichar
*
oldName
,
const
PRUnichar
*
newName
)
;
nsresult
DeleteProfile
(
const
PRUnichar
*
name
,
bool
canDeleteFiles
)
;
nsresult
CloneProfile
(
const
PRUnichar
*
profileName
)
;
}
[
object
,
uuid
(
24
f3f4da
-
18
a4
-448d-876
d
-
7360
fefac029
),
local
]
...
...
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