summaryrefslogtreecommitdiff
path: root/docs/architecture.md
blob: 35c3596daa49c0945a90a62133b30ce3d64ac826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Title: Architecture - Difference between library and D-Bus service
Slug: Architecture


# Architecture

Starting with release 0.5.0 Libproxy is making use of glib. glib has many
advantages and helps to get rid of one of the major issues we have had with
previous versions of Libproxy. To name a few advantages:

- Testing Framework
- Make use of existing plugin loader
- Automatic documentation out of code
- Gobject Introspection bindings for almost every programming language