watch


Description:

public bool watch (string? section, string? name)

Subscribe to the configuration option change notification.

Until this function is called, every change will be notified to the client through value_changed signal. Clients should call watch with the sections they are interested in, to reduce the number of D-Bus messages.

Parameters:

this

An Config

section

Section name of the configuration option.

name

Name of the configure option its self.

Returns: