Stop using dbus-glib, move maliit-glib back into maliit-framework #19

Merged
merged 14 commits into from Nov 10, 2015

Conversation

Projects
None yet
2 participants
Contributor

attente commented Nov 10, 2015

We're doing a few things here:

  1. Move maliit-glib out of maliit-inputcontext-gtk and back into maliit-framework. It doesn't really fit with maliit-inputcontext-gtk since maliit-glib is a maliit-framework API, and maliit-inputcontext-gtk is a consumer of that API.
  2. Stop using GValueArray everywhere. It's deprecated in GLib and causes a bunch of warnings.
  3. Stop using D-Bus GLib. It's deprecated and superceded by GDBus in GLib.

@attente attente referenced this pull request in maliit/inputcontext-gtk Nov 10, 2015

Merged

Stop using dbus glib, move maliit-glib back to maliit-framework #1

jpetersen added a commit that referenced this pull request Nov 10, 2015

Merge pull request #19 from attente/stop-using-dbus-glib
Stop using dbus-glib, move maliit-glib back into maliit-framework

@jpetersen jpetersen merged commit 18064d9 into maliit:master Nov 10, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment