Merge lp://staging/~attente/content-hub/content-hub-glib-2 into lp://staging/content-hub
Proposed by
William Hua
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Ken VanDine | ||||
Approved revision: | 311 | ||||
Merged at revision: | 311 | ||||
Proposed branch: | lp://staging/~attente/content-hub/content-hub-glib-2 | ||||
Merge into: | lp://staging/content-hub | ||||
Diff against target: |
541 lines (+428/-6) 11 files modified
CMakeLists.txt (+7/-1) debian/control (+23/-0) debian/libcontent-hub-dev.install (+2/-2) debian/libcontent-hub-glib-dev.install (+3/-0) debian/libcontent-hub-glib0.install (+1/-0) debian/libcontent-hub0.install (+1/-1) libcontent-hub-glib.pc.in (+11/-0) src/com/ubuntu/content/CMakeLists.txt (+62/-2) tests/CMakeLists.txt (+1/-0) tests/acceptance-tests/CMakeLists.txt (+3/-0) tests/acceptance-tests/glib_test.cpp (+314/-0) |
||||
To merge this branch: | bzr merge lp://staging/~attente/content-hub/content-hub-glib-2 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ken VanDine | Approve | ||
Review via email: mp+311621@code.staging.launchpad.net |
This proposal supersedes a proposal from 2016-11-21.
Commit message
Add GLib bindings (LP: #1624437)
Description of the change
Add GLib bindings (LP: #1624437)
There's a GTK branch (wip/attente/
To post a comment you must log in.
Thanks, looks great