Subscription


Object Hierarchy:

Object hierarchy for Subscription

Description:

public class Subscription : Object

Per-subscription holder for by-name GObject connect.

emit is the C-callable method GObject invokes for named signals. hid is the handler id for disconnect.

Example

var subscription = new OLLMrpc.Live.Subscription() {
connection = connection,
method = "closed",
id = (int) handle
};
subscription.hid = GLib.Signal.connect_swapped(obj, "closed",
(GLib.Callback) Subscription.emit, subscription);


Namespace: OLLMrpc.Live
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object