Top | ![]() |
![]() |
![]() |
![]() |
struct IdeServiceInterface { GTypeInterface parent_interface; void (*context_loaded) (IdeService *service); const gchar *(*get_name) (IdeService *service); void (*start) (IdeService *service); void (*stop) (IdeService *service); void (*set_context) (IdeService *service, IdeContext *context); };
“context-loaded”
signalvoid user_function (IdeService *ideservice, gpointer user_data)
Flags: Run Last