Interface BuilderClosureFlags


public interface BuilderClosureFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The closure should be created swapped.
  • Field Details

    • SWAPPED

      static final int SWAPPED
      The closure should be created swapped. See
      g_cclosure_new_swap() for details.
      See Also: