Method

DevhelpSettingsBuilderset_contents_path

Declaration [src]

void
dh_settings_builder_set_contents_path (
  DhSettingsBuilder* builder,
  const gchar* contents_path
)

Description [src]

Sets the path for the “contents” schema.

If you don’t call this function, the default path for this schema will be used.

Available since:3.30

Parameters

contents_path const gchar*
 

The path for the “contents” schema.

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