Method

IdeTweaksget_object

Declaration

GObject*
ide_tweaks_get_object (
  IdeTweaks* self,
  const char* name
)

Description

Gets the object with name.

Parameters

name

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GObject

A GObject or NULL.

The data is owned by the instance.
The return value can be NULL.