Gocator Development Kit
Home
Topics
Types
Files
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-2022 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
/**
16
* Constructs the Gocator Tools library.
17
*
18
* @public
19
* @ingroup Gdk
20
* @param assembly Receives an assembly object representing the library.
21
* @return Operation status.
22
*/
23
GdkFx(
kStatus
)
GdkLib_Construct
(
kAssembly
* assembly);
24
25
#include <Gdk/GdkLib.x.h>
26
27
#endif
GdkDef.h
Essential Gdk declarations.
kAssembly
GdkLib_Construct
kStatus GdkLib_Construct(kAssembly *assembly)
Constructs the Gocator Tools library.
kFsDef.h
kApiDef.h
kStatus
GdkLib.h