Method

CMPusherset_app_display_name

since: 0.0.1

Declaration [src]

void
cm_pusher_set_app_display_name (
  CmPusher* self,
  const char* app_display_name
)

Description [src]

Set the display name of the application this pusher belongs to. This should be a user friendly name that applications can show when listing pushers.

Available since: 0.0.1

Parameters

app_display_name

Type: const char*

The application’s display name.

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