Constructor

IdeContextnew

Declaration

IdeContext*
ide_context_new (
  void
)

Description

Creates a new IdeContext.

This only creates the context object. After creating the object you need to set a number of properties and then initialize asynchronously using g_async_initable_init_async().

Return value

Type: IdeContext

An IdeContext.

The caller of the function takes ownership of the data, and is responsible for freeing it.