Skip to content
  • Jens Georg's avatar
    Add Signal attribute for signal declarations · ef604756
    Jens Georg authored and Jürg Billeter's avatar Jürg Billeter committed
    This supports the following arguments:
      - detailed (bool) -> G_SIGNAL_DETAILED
      - run (string) ["first", "last", "cleanup"] -> G_SIGNAL_RUN_*
      - no_recurse (bool) -> G_SIGNAL_NO_RECURSE
      - action (bool) -> G_SIGNAL_ACTION
      - no_hooks (bool) -> G_SIGNAL_NO_HOOKS
    
    The default is unchanged (G_SIGNAL_RUN_LAST and nothing else).
    
    Fixes bug 577623.
    ef604756