SkkSkkServ

SkkSkkServ — Network based Implementation of Dict.

Functions

Properties

gboolean read-only Read

Types and Values

Object Hierarchy

    GObject
    ╰── SkkDict
        ╰── SkkSkkServ

Description

Functions

skk_skk_serv_new ()

SkkSkkServ *
skk_skk_serv_new (const gchar *host,
                  guint16 port,
                  const gchar *encoding,
                  GError **error);

Create a new SkkServ.

GError will be returned in error

if opening a connection is failed

Parameters

host

 .

host to connect

.

[in]

port

 .

port at the host

.

[in]

encoding

 .

encoding to convert text over network traffic

.

[in]

error

location to store the error occurring, or NULL to ignore

 

Returns

a new SkkServ.

Types and Values

SKK_TYPE_SKK_SERV

#define SKK_TYPE_SKK_SERV (skk_skk_serv_get_type ())

The type for SkkSkkServ.


struct SkkSkkServ

struct SkkSkkServ;

Network based Implementation of Dict.


struct SkkSkkServClass

struct SkkSkkServClass {
	SkkDictClass parent_class;
};

The class structure for SKK_TYPE_SKK_SERV. All the fields in this structure are private and should never be accessed directly.

Members

Property Details

The “read-only” property

  “read-only”                gboolean

read-only.

Owner: SkkSkkServ

Flags: Read

Default value: FALSE