Searched refs:notifyResToParent (Results 1 – 4 of 4) sorted by relevance
49 if (content->notifyResToParent != NULL) { in NotifyResToParent()50 content->notifyResToParent(content, client, result); in NotifyResToParent()
72 void (*notifyResToParent)(struct AppSpawnContent_ *content, AppSpawnClient *client, int result); member
192 content->notifyResToParent = NULL; in SetContentFunction()
582 content->notifyResToParent = NotifyResToParent; in AppSpawnInit()