Method

PhocOutputadd_bling

Declaration [src]

void
phoc_output_add_bling (
  PhocOutput* self,
  PhocBling* bling
)

Description [src]

By adding a PhocBling to an output you ensure that it gets rendered just before the output if the output is active and the bling is mapped.

The output will take a reference on the PhocBling that will be dropped when the bling is removed or the output is destroyed.

Parameters

bling

Type: PhocBling

The bling to add.

The data is owned by the caller of the method.