Mir
Public Attributes | List of all members
MirModuleProperties Struct Reference

Retrieved information about a loadable module. More...

#include <client_types.h>

Public Attributes

const char * name
 
int major_version
 
int minor_version
 
int micro_version
 
const char * filename
 

Detailed Description

Retrieved information about a loadable module.

This allows clients to identify the underlying platform. E.g. whether the graphics are "mir:android" or "mir:mesa". Third party graphics platforms do not currently exist but should be named according to the vendor and platform. Vis: "<vendor>:<platform>"

Member Data Documentation

◆ filename

const char* MirModuleProperties::filename

◆ major_version

int MirModuleProperties::major_version

◆ micro_version

int MirModuleProperties::micro_version

◆ minor_version

int MirModuleProperties::minor_version

◆ name

const char* MirModuleProperties::name

The documentation for this struct was generated from the following file:

Copyright © 2012-2022 Canonical Ltd.
Generated on Fri Dec 9 06:40:35 UTC 2022
This documentation is licensed under the GPL version 2 or 3.