CongService

CongService

Functions

Description

Functions

CONG_SERVICE()

#define CONG_SERVICE(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_SERVICE_TYPE, CongService)


CONG_SERVICE_CLASS()

#define CONG_SERVICE_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_SERVICE_TYPE, CongServiceClass)


IS_CONG_SERVICE()

#define IS_CONG_SERVICE(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_SERVICE_TYPE)


cong_service_construct ()

CongService *
cong_service_construct (CongService *service,
                        const gchar *name,
                        const gchar *description,
                        const gchar *service_id);

TODO: Write me


cong_service_get_name ()

const gchar *
cong_service_get_name (CongService *service);

TODO: Write me


cong_service_get_description ()

const gchar *
cong_service_get_description (CongService *service);

TODO: Write me


cong_service_get_id ()

const gchar *
cong_service_get_id (CongService *service);

TODO: Write me


cong_service_get_gconf_namespace ()

gchar *
cong_service_get_gconf_namespace (CongService *service);

TODO: Write me


cong_service_get_gconf_key ()

gchar *
cong_service_get_gconf_key (CongService *service,
                            const gchar *local_part);

Convert a "local" GConf key for this plugin to a GConf key with a full-path. e.g. converts "enable-fubar" to "/apps/conglomerate/plugins/docbook/enable-fubar"

Caller must delete returned string.

Types and Values