Class

IbisStandardReply

since: 0.8

Description [src]

final class Ibis.StandardReply : GObject.Object
{
  /* No available fields */
}

An object that represents a Standard Reply.

See Standard Replies for more information.

Available since: 0.8

Ancestors

Functions

ibis_standard_reply_parse

Attempts to create a standard reply from message.

since: 0.8

Instance methods

ibis_standard_reply_get_code

Gets the code from reply.

since: 0.8

ibis_standard_reply_get_command

The command that this reply is related to.

since: 0.8

ibis_standard_reply_get_context

Gets the context from reply.

since: 0.8

ibis_standard_reply_get_description

The description from this reply.

since: 0.8

ibis_standard_reply_get_reply_type

Gets the type from reply.

since: 0.8

ibis_standard_reply_is_type

Checks if the type of reply is type.

since: 0.8

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ibis.StandardReply:code

The machine-readable code for this reply.

since: 0.8

Ibis.StandardReply:command

The command that this reply is related to.

since: 0.8

Ibis.StandardReply:context

The context for this reply.

since: 0.8

Ibis.StandardReply:description

The description of the reply.

since: 0.8

Ibis.StandardReply:reply-type

The type of the reply.

since: 0.8

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IbisStandardReplyClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.