Fix BRoster::Launch documentation const mismatch
This commit is contained in:
@@ -683,8 +683,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn status_t BRoster::Launch(const char* mimeType, int argc, char** args,
|
\fn status_t BRoster::Launch(const char* mimeType, int argc,
|
||||||
team_id* appTeam) const
|
const char* const* args, team_id* appTeam) const
|
||||||
\brief Launches the application associated with the supplied MIME type.
|
\brief Launches the application associated with the supplied MIME type.
|
||||||
|
|
||||||
The application to be started is searched the same way FindApp() does it.
|
The application to be started is searched the same way FindApp() does it.
|
||||||
|
|||||||
Reference in New Issue
Block a user