@@ -17,25 +17,25 @@ public class AstalNotifd.Notification : Object {
17
17
private HashTable<string, Variant > hints;
18
18
19
19
/* * Unix time of when the notification was sent. */
20
- public int64 time { private con struct set ; get; }
20
+ public int64 time { internal set ; get ; }
21
21
22
22
/* * Name of the sending application. */
23
- public string app_name { private con struct set ; get; }
23
+ public string app_name { internal set ; get ; }
24
24
25
25
/* * Icon name of the sending application. */
26
- public string app_icon { private con struct set ; get; }
26
+ public string app_icon { internal set ; get ; }
27
27
28
28
/* * Single line overview of the notification. */
29
- public string summary { private con struct set ; get; }
29
+ public string summary { internal set ; get ; }
30
30
31
31
/* * Multi-line body of text, where each line is a paragraph. May contain markup. */
32
- public string body { private con struct set ; get; }
32
+ public string body { internal set ; get ; }
33
33
34
34
/* * Id of the notification. */
35
- public uint id { private con struct set ; get; }
35
+ public uint id { internal set ; get ; }
36
36
37
37
/* * Time in milliseconds after the notification expires. */
38
- public int expire_timeout { private con struct set ; get; }
38
+ public int expire_timeout { internal set ; get ; }
39
39
40
40
/**
41
41
* List of {@link Action} of the notification.
0 commit comments