repo: remove outdated note from write_config() docs

Since 9dc6ddce08 it has not been true that
'new_config' was simply ref'd: it's serialized, and then re-parsed into
a new GKeyFile.

Closes: #1707
Approved by: jlebon
This commit is contained in:
Will Thompson 2018-08-17 14:40:01 +01:00 committed by Atomic Bot
parent ada5716fb2
commit 2b19869307
1 changed files with 2 additions and 4 deletions

View File

@ -1441,12 +1441,10 @@ ostree_repo_copy_config (OstreeRepo *self)
/**
* ostree_repo_write_config:
* @self: Repo
* @new_config: Overwrite the config file with this data. Do not change later!
* @new_config: Overwrite the config file with this data
* @error: a #GError
*
* Save @new_config in place of this repository's config file. Note
* that @new_config should not be modified after - this function
* simply adds a reference.
* Save @new_config in place of this repository's config file.
*/
gboolean
ostree_repo_write_config (OstreeRepo *self,