Method
IdePipelineadd_log_observer
Declaration
guint
ide_pipeline_add_log_observer (
IdePipeline* self,
IdeBuildLogObserver observer,
gpointer observer_data,
GDestroyNotify observer_data_destroy
)
Parameters
observer
-
Type:
IdeBuildLogObserver
No description available.
observer_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method. observer_data_destroy
-
Type:
GDestroyNotify
No description available.