From acf86f68b33b14070d9b03a681fe94ffeead66ef Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 16 Aug 2014 10:09:48 -0400 Subject: libnm-core: change connection hash tables to variants in API 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. --- docs/libnm/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/libnm/Makefile.am b/docs/libnm/Makefile.am index fb9e0bb519..b4f9d6d80d 100644 --- a/docs/libnm/Makefile.am +++ b/docs/libnm/Makefile.am @@ -62,8 +62,7 @@ GTKDOC_CFLAGS = \ -I$(top_srcdir)/libnm \ -I$(top_builddir)/libnm \ -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ - $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) + $(GLIB_CFLAGS) GTKDOC_LIBS = \ $(top_builddir)/libnm/libnm.la \ -- cgit v1.2.1