Method
RBShellPlayeradd_play_order
Declaration [src]
void
rb_shell_player_add_play_order (
RBShellPlayer* player,
const char* name,
const char* description,
GType order_type,
gboolean hidden
)
Parameters
name-
Type:
const char*Name of the new play order.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. description-
Type:
const char*Description of the new play order.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. order_type-
Type:
GTypeThe
GTypeof the play order class. hidden-
Type:
gbooleanIf
TRUE, don’t display the play order in the UI.