CongServiceTool

CongServiceTool

Functions

Description

Functions

CONG_SERVICE_TOOL()

#define CONG_SERVICE_TOOL(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_SERVICE_TOOL_TYPE, CongServiceTool)


CONG_SERVICE_TOOL_CLASS()

#define CONG_SERVICE_TOOL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_SERVICE_TOOL_TYPE, CongServiceToolClass)


IS_CONG_SERVICE_TOOL()

#define IS_CONG_SERVICE_TOOL(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_SERVICE_TOOL_TYPE)


cong_service_tool_construct ()

CongServiceTool *
cong_service_tool_construct (CongServiceTool *tool,
                             const gchar *name,
                             const gchar *description,
                             const gchar *service_id,
                             const gchar *menu_text,
                             const gchar *tooltip_text,
                             const gchar *tooltip_further_text,
                             gpointer user_data);

TODO: Write me

Returns


cong_service_tool_get_menu_text ()

const gchar *
cong_service_tool_get_menu_text (CongServiceTool *tool);

TODO: Write me

Returns


cong_service_tool_get_tip_text ()

const gchar *
cong_service_tool_get_tip_text (CongServiceTool *tool);

TODO: Write me

Returns


cong_service_tool_get_tip_further_text ()

const gchar *
cong_service_tool_get_tip_further_text
                               (CongServiceTool *tool);

TODO: Write me

Returns


cong_service_tool_get_user_data ()

gpointer
cong_service_tool_get_user_data (CongServiceTool *tool);

TODO: Write me

Returns

Types and Values