Method
IdeRunContextpush_at_base
Declaration
void
ide_run_context_push_at_base (
IdeRunContext* self,
IdeRunContextHandler handler,
gpointer handler_data,
GDestroyNotify handler_data_destroy
)
Parameters
handler-
Type:
IdeRunContextHandlerNo description available.
handler_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method. handler_data_destroy-
Type:
GDestroyNotifyNo description available.