Signal

RBEntryView::get-playing-icon

Declaration

gchar*
get_playing_icon (
  RBEntryView* self,
  RhythmDBEntry* entry,
  gchar* current,
  gpointer user_data
)

Description [src]

Returns the name of an icon to be used in the ‘playing’ column for a given entry. If the standard processing for this column produces an icon name to use, it will be provided as the ‘current’ value, so the handler can choose whether or not to override it.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

entry

Type: RhythmDBEntry

The RhythmDBEntry to get an icon for.

The data is owned by the caller of the function.
current

Type: gchar*

The current icon name, or NULL if none.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gchar*

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.