Compare commits

..

No commits in common. "71b500e03047917c3ea5571c32121e8100a8d591" and "d69d4f3f7eb19f2ef6c6272b6627ca92bfe80ce5" have entirely different histories.

View File

@ -77,9 +77,9 @@ static void layer_settings_class_init(LayerSettingsClass *klass)
* @brief Copy layer_info struct
*
* This function copies a layer info struct.
* Be aware, that it does not only copy the pointer to the
* layer name, but instead duplicates the string.
*
* @note Be aware, that it does not only copy the pointer to the
* layer name, but instead duplicates the string.
* @param info Info to copy
* @return new layer_info struct
*/