Lines Matching full:consumer
39 A GEOM consumer is the backdoor through which a geom connects to
44 function creates a new consumer on geom
46 Before using the new consumer, it has to be attached to a provider with
53 function destroys the given consumer and cancels all related pending events.
54 This function is the last stage of killing an unwanted consumer.
71 The consumer must not be attached to a provider.
81 returns a pointer to the newly created consumer.
83 Create consumer, attach it to given provider, gain read access and clean up.
92 /* Create new consumer on 'mygeom' geom. */
94 /* Attach newly created consumer to given provider. */
99 /* Open provider for reading through our consumer. */
116 /* Destroy consumer. */