![]() | ![]() | ![]() | Conglomerate Programmer's Reference Manual | ![]() |
---|
CongServiceToolCongServiceTool — |
#define CONG_SERVICE_TOOL (obj) #define CONG_SERVICE_TOOL_CLASS (klass) #define IS_CONG_SERVICE_TOOL (obj)CongServiceTool * cong_service_tool_construct (CongServiceTool *tool, constgchar *name, constgchar *description, constgchar *service_id, constgchar *menu_text, constgchar *tooltip_text, constgchar *tooltip_further_text,gpointer user_data); constgchar * cong_service_tool_get_menu_text (CongServiceTool *tool); constgchar * cong_service_tool_get_tip_text (CongServiceTool *tool); constgchar * cong_service_tool_get_tip_further_text (CongServiceTool *tool);gpointer cong_service_tool_get_user_data (CongServiceTool *tool);
#define CONG_SERVICE_TOOL(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_SERVICE_TOOL_TYPE, CongServiceTool)
obj : |
#define CONG_SERVICE_TOOL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_SERVICE_TOOL_TYPE, CongServiceToolClass)
klass : |
#define IS_CONG_SERVICE_TOOL(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_SERVICE_TOOL_TYPE)
obj : |
CongServiceTool * cong_service_tool_construct (CongServiceTool *tool, constgchar *name, constgchar *description, constgchar *service_id, constgchar *menu_text, constgchar *tooltip_text, constgchar *tooltip_further_text,gpointer user_data);
TODO: Write me
tool : | |
name : | |
description : | |
service_id : | |
menu_text : | |
tooltip_text : | |
tooltip_further_text : | |
user_data : | |
Returns : |
constgchar * cong_service_tool_get_menu_text (CongServiceTool *tool);
TODO: Write me
tool : | |
Returns : |
constgchar * cong_service_tool_get_tip_text (CongServiceTool *tool);
TODO: Write me
tool : | |
Returns : |
constgchar * cong_service_tool_get_tip_further_text (CongServiceTool *tool);
TODO: Write me
tool : | |
Returns : |
<< CongService | CongServiceDocTool >> |