Method

GtkStatusbarget_context_id

Declaration [src]

guint
gtk_statusbar_get_context_id (
  GtkStatusbar* statusbar,
  const gchar* context_description
)

Description [src]

Returns a new context identifier, given a description of the actual context. Note that the description is not shown in the UI.

Parameters

context_description

Type: const gchar*

Textual description of what context the new message is being used in.

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

Return value

Type: guint

An integer id.