AppIndicator.Indicator.prototype.set_title

function set_title(title:String):void {
    // Gjs wrapper for app_indicator_set_title()
}

Sets the title of the application indicator, or how it should be referred in a human readable form. This string should be UTF-8 and localized as it expected that users will set it.

In the Unity desktop the most prominent place that this is show will be in the HUD. HUD listings for this application indicator will start with the title as the first part of the line for the menu items.

Setting title to null removes the title.

Since 0.5

title

Title of the app indicator