CongServiceNodeTool
CongServiceNodeTool
|
|
Synopsis
#define CONG_SERVICE_NODE_TOOL (obj)
#define CONG_SERVICE_NODE_TOOL_CLASS (klass)
#define IS_CONG_SERVICE_NODE_TOOL (obj)
Details
CONG_SERVICE_NODE_TOOL()
#define CONG_SERVICE_NODE_TOOL(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_SERVICE_NODE_TOOL_TYPE, CongServiceNodeTool)
CONG_SERVICE_NODE_TOOL_CLASS()
#define CONG_SERVICE_NODE_TOOL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_SERVICE_NODE_TOOL_TYPE, CongServiceNodeToolClass)
IS_CONG_SERVICE_NODE_TOOL()
#define IS_CONG_SERVICE_NODE_TOOL(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_SERVICE_NODE_TOOL_TYPE)