gdataset: drop "Since" annotation from internal g_datalist_id_update_atomic()

This is internal API, and is only used via GLIB_PRIVATE_CALL(). Such
private API is not stable. That is, you must use the same version of
e.g. libgobject and libglib.

In that case, the "Since" annotation makes no sense.
This commit is contained in:
Thomas Haller
2025-05-09 10:04:03 +02:00
parent 75ea33be11
commit 8df7da0cc2

View File

@@ -1082,8 +1082,6 @@ g_datalist_id_remove_no_notify (GData **datalist,
* @user_data.
*
* Returns: the value returned by @callback.
*
* Since: 2.80
*/
gpointer
g_datalist_id_update_atomic (GData **datalist,