Skip to content
  • Dan Winship's avatar
    libnm-core: change connection hash tables to variants in API · acf86f68
    Dan Winship authored
    In preparation for porting to GDBus, make nm_connection_to_dbus(),
    etc, represent connections as GVariants of type 'a{sa{sv}}' rather
    than as GHashTables-of-GHashTables-of-GValues.
    
    This means we're constantly converting back and forth internally, but
    this is just a stepping stone on the way to the full GDBus port, and
    all of that code will go away again later.
    acf86f68