udisks.h | udisks.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
* | * | |||
* You should have received a copy of the GNU Lesser General | * You should have received a copy of the GNU Lesser General | |||
* Public License along with this library; if not, write to the | * Public License along with this library; if not, write to the | |||
* Free Software Foundation, Inc., 59 Temple Place, Suite 330, | * Free Software Foundation, Inc., 59 Temple Place, Suite 330, | |||
* Boston, MA 02111-1307, USA. | * Boston, MA 02111-1307, USA. | |||
*/ | */ | |||
#ifndef __UDISKS_H__ | #ifndef __UDISKS_H__ | |||
#define __UDISKS_H__ | #define __UDISKS_H__ | |||
#if !defined(UDISKS_API_IS_SUBJECT_TO_CHANGE) && !defined(UDISKS_COMPILATIO | ||||
N) | ||||
#error libudisks is unstable API. You must define UDISKS_API_IS_SUBJECT_TO | ||||
_CHANGE before including udisks/udisks.h | ||||
#endif | ||||
#define __UDISKS_INSIDE_UDISKS_H__ | #define __UDISKS_INSIDE_UDISKS_H__ | |||
#include <udisks/udiskstypes.h> | #include <udisks/udiskstypes.h> | |||
#include <udisks/udisksenums.h> | #include <udisks/udisksenums.h> | |||
#include <udisks/udisksenumtypes.h> | #include <udisks/udisksenumtypes.h> | |||
#include <udisks/udiskserror.h> | #include <udisks/udiskserror.h> | |||
#include <udisks/udisks-generated.h> | #include <udisks/udisks-generated.h> | |||
#include <udisks/udisksclient.h> | #include <udisks/udisksclient.h> | |||
#include <udisks/udisksversion.h> | #include <udisks/udisksversion.h> | |||
#undef __UDISKS_INSIDE_UDISKS_H__ | #undef __UDISKS_INSIDE_UDISKS_H__ | |||
End of changes. 1 change blocks. | ||||
6 lines changed or deleted | 0 lines changed or added | |||
udisksversion.h | udisksversion.h | |||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
#include <gio/gio.h> | #include <gio/gio.h> | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
/** | /** | |||
* UDISKS_MAJOR_VERSION: | * UDISKS_MAJOR_VERSION: | |||
* | * | |||
* The major version of the libudisks2 header files. | * The major version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MAJOR_VERSION 1 | #define UDISKS_MAJOR_VERSION 2 | |||
/** | /** | |||
* UDISKS_MINOR_VERSION: | * UDISKS_MINOR_VERSION: | |||
* | * | |||
* The minor version of the libudisks2 header files. | * The minor version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MINOR_VERSION 99 | #define UDISKS_MINOR_VERSION 0 | |||
/** | /** | |||
* UDISKS_MICRO_VERSION: | * UDISKS_MICRO_VERSION: | |||
* | * | |||
* The micro version of the libudisks2 header files. | * The micro version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MICRO_VERSION 0 | #define UDISKS_MICRO_VERSION 0 | |||
/** | /** | |||
* UDISKS_CHECK_VERSION: | * UDISKS_CHECK_VERSION: | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||