Skip to content

The documentation advises to use methods instead of properties #4852

@npoltorapavlo

Description

@npoltorapavlo

The documentation says "API getters should start with get. For instance getDefaultInterface. Setters should start with set. For instance setDefaultInterface". Please remove this because it is misleading. For getters and setters the framework provides properties:

Property<CookieJarParamsData>(_T("cookiejar"), &WebKitBrowser::get_cookiejar, &WebKitBrowser::set_cookiejar, this);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions