Skip to content
  • Thomas Haller's avatar
    policy: embed pointer to private data into NMPolicy · 6a08085d
    Thomas Haller authored
    Instead of a G_TYPE_INSTANCE_GET_PRIVATE() call every time,
    fetching the private data becomes a pointer dereference.
    
    As only one instance of NMPolicy exists, this costs us only
    one additional pointer of memory.
    6a08085d