mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Merge branch 'wip/smcv/gdbusconn-comment' into 'main'
gdbusconnection: Fix a misleading comment See merge request GNOME/glib!4063
This commit is contained in:
commit
04de380f74
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user