mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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_set_object (&self->document, document);
|
||||
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_DOCUMENT]);
|
||||
|
||||
self->session = sysprof_session_new (document);
|
||||
g_object_notify_by_pspec (G_OBJECT (self), properties[PROP_SESSION]);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user