mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: emit property notifications for widget templates
This commit is contained in:
@ -108,8 +108,10 @@ sysprof_window_set_document (SysprofWindow *self,
|
|||||||
g_assert (self->session == NULL);
|
g_assert (self->session == NULL);
|
||||||
|
|
||||||
g_set_object (&self->document, document);
|
g_set_object (&self->document, document);
|
||||||
|
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_DOCUMENT]);
|
||||||
|
|
||||||
self->session = sysprof_session_new (document);
|
self->session = sysprof_session_new (document);
|
||||||
|
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SESSION]);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user