[Vala] connect_after



Is there a way to connect a signal in connect_after mode?

I have tried the Signal.connect_after and Signal.connect_object(..., ConnectFlags.AFTER) , but at runtime there is failed assertion, from within the callback, that self is the expected type (the type of the class containing the callback)

10x
MihailNaydenov



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]