mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 04:34:04 +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
|
typedef struct
|
||||||
{
|
{
|
||||||
/* All fields are immutable after construction. */
|
|
||||||
gatomicrefcount ref_count;
|
gatomicrefcount ref_count;
|
||||||
|
/* All remaining fields are immutable after construction. */
|
||||||
GDBusSignalCallback callback;
|
GDBusSignalCallback callback;
|
||||||
gpointer user_data;
|
gpointer user_data;
|
||||||
GDestroyNotify user_data_free_func;
|
GDestroyNotify user_data_free_func;
|
||||||
|
Reference in New Issue
Block a user