Class
PurpleUiInfo
Description [src]
final class Purple.UiInfo : GObject.Object {
/* No available fields */
}
PurpleUiInfo
keeps track of basic information about the user interface.
Constructors
purple_ui_info_new
Creates a new PurpleUiInfo
with the given values. If you only want to set
a few of these, you should use g_object_new()
directly.
Available since: 3.0.0
Instance methods
purple_ui_info_get_client_type
Gets the client type from info
. For example: ‘bot’, ‘console’, ‘mobile’,
‘pc’, ‘web’, etc.
Available since: 3.0.0
Properties
Purple.UiInfo:client-type
No description available.
Purple.UiInfo:id
No description available.
Purple.UiInfo:name
No description available.
Purple.UiInfo:support-website
No description available.
Purple.UiInfo:version
No description available.
Purple.UiInfo:website
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.