set_as_default_for_type
Description:
public abstract bool set_as_default_for_type (
string content_type)
throws Error
Sets the application as the default handler for a given type.
Parameters:
this |
a AppInfo.
|
content_type |
the content type.
|
Returns:
true on success, false on error.
|