Method

ClapperGtkBillboardpost_message

Declaration [src]

void
clapper_gtk_billboard_post_message (
  ClapperGtkBillboard* billboard,
  const gchar* icon_name,
  const gchar* message
)

Description [src]

Posts a temporary message on the billboard.

Duration how long a message will stay is automatically calculated based on amount of text.

Parameters

icon_name

Type: const gchar*

An icon name.

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

Type: const gchar*

A message text.

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