~bzoltan/ubuntu-ui-toolkit/add_default_tools

« back to all changes in this revision

Viewing changes to components.api

Added URI handler support.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
735
735
    Method {
736
736
    name: "gu"
737
737
    Parameter { name: "value"; type: "float" }
 
738
    name: "UCUriHandler"
 
739
    prototype: "QObject"
 
740
    exports: ["UriHandler 0.1"]
 
741
    Signal {
 
742
    name: "opened"
 
743
    Parameter { name: "uris"; type: "QStringList" }
738
744
    name: "UbuntuI18n"
739
745
    prototype: "QObject"
740
746
    exports: ["i18n 0.1"]