Ubuntu Platform API  2.1.0
A library helping with tight integration into the Ubuntu platform
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
status.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef UbuntuStatus UStatus
 

Enumerations

enum  UbuntuStatus {
  U_STATUS_SUCCESS,
  U_STATUS_ERROR
}
 Indicates the status of an operation. More...
 

Typedef Documentation

Definition at line 32 of file status.h.

Enumeration Type Documentation

Indicates the status of an operation.

Enumerator
U_STATUS_SUCCESS 

Operation finished successfully.

U_STATUS_ERROR 

Operation finished with an error.

Definition at line 26 of file status.h.