libsysprof-ui: stub out proxy source

The goal for this (which is unfinished) is to setup a dbus proxy to the
peer. That can be reused for both gtk and mutter, if configured correctly.

We'll likely need to allow some specific config tweaks in the UI.
This commit is contained in:
Christian Hergert
2019-05-19 22:46:22 -07:00
parent c368da09de
commit 588fd43d8b
10 changed files with 434 additions and 0 deletions

View File

@ -38,6 +38,7 @@ G_BEGIN_DECLS
# include "sysprof-jitmap-symbol-resolver.h"
# include "sysprof-kernel-symbol-resolver.h"
# include "sysprof-kernel-symbol.h"
# include "sysprof-proxy-source.h"
# include "sysprof-symbol-dirs.h"
# include "sysprof-symbol-resolver.h"
# include "sysprof-map-lookaside.h"