Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export some interface methods using GI, define GErrorException #46

Merged
merged 5 commits into from
Nov 25, 2023

Commits on Nov 13, 2023

  1. define interface methods that take objects that implement the interfa…

    …ce as instance argument
    
    Saves having to type the interface name. Mainly useful in the getter/setter methods.
    jwahlstrand committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2161792 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. define GErrorException, throw it instead of a generic error

    it's nice to be able to distinguish GError throws, which tend to be recoverable,
    from things like MethodError
    jwahlstrand committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    83d1b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    7affeeb View commit details
    Browse the repository at this point in the history
  2. tweak examples

    jwahlstrand committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    1e51124 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. add a few methods

    jwahlstrand committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    239db6e View commit details
    Browse the repository at this point in the history