Closed
Bug 3936
Opened 26 years ago
Closed 26 years ago
nsCommandLineService needs to provide a way to get argv[]
Categories
(Core Graveyard :: Viewer App, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
M4
People
(Reporter: stuartp, Assigned: radha)
Details
(Whiteboard: awaiting information from pavlov@pavlov.net)
this is a follow up to bug #2898
nsCommandLineService does not provide a way to get all of the arguments that are
in argv from main() (or argc). this is needed to properly init GTK with all
command line options.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Shall add methods in nsICommandLine Service for such a facility
Assignee | ||
Comment 4•26 years ago
|
||
Yeah. I would like to make this for M4 so that pavlov is not blocked
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Implemented methods GetArgc() and GetArgv() to nsICmdLineService. Please look at
the file for more info. Marking fixed. Please reopen if this doesn't satify the
gtk needs.
it looks ok, but i was having some stupid problems with it when i tried to
impliment it. my only concern was if this would work with viewer since the
code for this is in apprunner? i'll try and finish the stuff tonight.
Updated•26 years ago
|
QA Contact: 4193
Whiteboard: awaiting information from pavlov@pavlov.net
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•