Merge branch 'wip/smcv/gdbusconn-comment' into 'main'

gdbusconnection: Fix a misleading comment

See merge request GNOME/glib!4063
This commit is contained in:
Philip Withnall 2024-05-16 23:42:06 +00:00
commit 04de380f74

View File

@ -289,8 +289,8 @@ call_destroy_notify (GMainContext *context,
typedef struct
{
/* All fields are immutable after construction. */
gatomicrefcount ref_count;
/* All remaining fields are immutable after construction. */
GDBusSignalCallback callback;
gpointer user_data;
GDestroyNotify user_data_free_func;