Method
ShellAppSystemlookup_app
Declaration [src]
ShellApp*
shell_app_system_lookup_app (
  ShellAppSystem* system,
  const char* id
)
Parameters
- id
- 
            Type: const char*No description available. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
Return value
Type: ShellApp
The ShellApp for id, or NULL if none.
| The returned data is owned by the instance. |