mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-19 01:51:46 +00:00
account: Use explicit notify for account state property
This commit is contained in:
parent
babd013bd7
commit
82ff6d0ac5
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ calls_account_default_init (CallsAccountInterface *iface)
|
||||||
"The state of the account",
|
"The state of the account",
|
||||||
CALLS_TYPE_ACCOUNT_STATE,
|
CALLS_TYPE_ACCOUNT_STATE,
|
||||||
CALLS_ACCOUNT_NULL,
|
CALLS_ACCOUNT_NULL,
|
||||||
G_PARAM_READABLE));
|
G_PARAM_READABLE |
|
||||||
|
G_PARAM_STATIC_STRINGS |
|
||||||
|
G_PARAM_EXPLICIT_NOTIFY));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue