mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
libnm-glib: chain up the parent constructed() of NMRemoteConnection
This commit is contained in:
parent
2c11fd477c
commit
df4c9347fc
1 changed files with 2 additions and 0 deletions
|
|
@ -508,6 +508,8 @@ constructed (GObject *object)
|
||||||
{
|
{
|
||||||
NMRemoteConnectionPrivate *priv = NM_REMOTE_CONNECTION_GET_PRIVATE (object);
|
NMRemoteConnectionPrivate *priv = NM_REMOTE_CONNECTION_GET_PRIVATE (object);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (nm_remote_connection_parent_class)->constructed (object);
|
||||||
|
|
||||||
g_assert (priv->bus);
|
g_assert (priv->bus);
|
||||||
g_assert (nm_connection_get_path (NM_CONNECTION (object)));
|
g_assert (nm_connection_get_path (NM_CONNECTION (object)));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue