Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkLib.h
Go to the documentation of this file.
1 /**
2  * @file GdkLib.h
3  * @brief Gdk library management functions.
4  *
5  * @internal
6  * Copyright (C) 2015 by LMI Technologies Inc. All rights reserved.
7  */
8 #ifndef GDK_LIB_H
9 #define GDK_LIB_H
10 
11 #include <kApi/kApiDef.h>
12 #include <kFireSync/kFsDef.h>
13 #include <Gdk/GdkDef.h>
14 
15 kBeginHeader()
16 
17 /**
18 * Constructs the Gocator Tools library.
19 *
20 * @public
21 * @ingroup Gdk
22 * @param assembly Receives an assembly object representing the library.
23 * @return Operation status.
24 */
25 GdkFx(kStatus) GdkLib_Construct(kAssembly* assembly);
26 
27 kEndHeader()
28 
29 #include <Gdk/GdkLib.x.h>
30 
31 #endif
Essential Gdk declarations.
kStatus GdkLib_Construct(kAssembly *assembly)
Constructs the Gocator Tools library.