Class
GrlConfig
Constructors
grl_config_new
Creates a new data config object that will be associated with a plugin
(if source
is NULL), or a specific source spawned from a plugin (if
source
is not NULL). The latter may be useful for plugins
spawning various sources, each one needing a different configuration.
since: 0.1.4
Instance methods
grl_config_get_binary
Gets the value of param
encoded as base64. If size
is not NULL
, it puts
there the size of the value.
since: 0.1.9
grl_config_set_api_token_secret
Set the webservice API token secret in the configuration (Needed by OAuth)
since: 0.2.6
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.