This file will be in your $XDG_DATA_DIR/gtg folder.
Function | get_name | Return the name of the backend as it should be displayed in the UI. |
Function | get_description | Return a description of the backend. |
Function | get_parameters | Return a dictionary of parameters supported by this backend. |
Function | get_features | Return the features of this backend. |
Function | get_type | Return the type of the backend. |
Class | Backend | An instance of this backend. |