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

glib: Rework signal class handlers and accumulators #611

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    fb88bea View commit details
    Browse the repository at this point in the history
  2. glib: Automatically unbox/box values in SignalBuilder::accumulator

    And keep the old one as accumulator_with_values.
    jf2048 committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    b655e7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41a5819 View commit details
    Browse the repository at this point in the history
  4. glib: Rework SignalClassHandlerToken into SignalClassOverrideToken

    Puts chain methods on the token and has the token consumed upon
    chaining.
    jf2048 committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    114c2c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ba8dc3 View commit details
    Browse the repository at this point in the history