Method

EBackendDataFactoryconstruct_path

since: 3.16

Declaration [src]

gchar*
e_data_factory_construct_path (
  EDataFactory* data_factory
)

Description [src]

Returns a new and unique object path for a D-Bus interface based in the data object path prefix of the data_factory.

Available since: 3.16

Return value

Type: gchar*

A newly allocated string, representing the object path for the D-Bus interface.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.