Virtual Method
IdeCommandProviderget_command_by_id
Declaration
IdeCommand*
get_command_by_id (
IdeCommandProvider* self,
IdeWorkspace* workspace,
const gchar* command_id
)
Parameters
workspace |
IdeWorkspace |
An |
|
The data is owned by the caller of the function. | |
command_id |
const gchar* |
The identifier of the command. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | IdeCommand |
An |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |