Method

PhocViewremove_bling

Declaration [src]

void
phoc_view_remove_bling (
  PhocView* self,
  PhocBling* bling
)

Description [src]

Removes the given bling from the view.

Parameters

bling

Type: PhocBling

The bling to remove.

The data is owned by the caller of the method.