Constructor

ClapperGtkQueueSelectionnew

Declaration [src]

ClapperGtkQueueSelection*
clapper_gtk_queue_selection_new (
  ClapperQueue* queue
)

Description [src]

Creates a new ClapperGtkQueueSelection instance.

Parameters

queue

Type: ClapperQueue

A ClapperQueue.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: ClapperGtkQueueSelection

A new ClapperGtkQueueSelection.

The caller of the function takes ownership of the data, and is responsible for freeing it.