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:
IdeRunContextHandler
No description available.
handler_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method. handler_data_destroy
-
Type:
GDestroyNotify
No description available.