mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user