Merge lp:~mhr3/dee/quantal-compability into lp:dee
Proposed by
Michal Hruby
on 2012-06-27
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Łukasz Zemczak on 2012-06-27 | ||||
| Approved revision: | 370 | ||||
| Merged at revision: | 369 | ||||
| Proposed branch: | lp:~mhr3/dee/quantal-compability | ||||
| Merge into: | lp:dee | ||||
| Diff against target: |
314 lines (+17/-24) 23 files modified
examples/master-model.c (+2/-0) examples/peers.c (+3/-1) examples/slave-model.c (+3/-1) src/dee-client.c (+0/-2) src/dee-filter-model.c (+2/-1) src/dee-index.c (+4/-2) src/dee-peer.c (+1/-1) src/dee-sequence-model.h (+1/-1) src/dee-shared-model.h (+1/-1) tests/model-helper-add3rows.c (+0/-1) tests/model-helper-append1.c (+0/-1) tests/model-helper-clear3add5.c (+0/-1) tests/model-helper-clear3rows.c (+0/-1) tests/model-helper-clear6rows.c (+0/-1) tests/model-helper-clone3rows.c (+0/-1) tests/model-helper-insert1row.c (+0/-1) tests/model-helper-introspect.c (+0/-1) tests/model-helper-replace.c (+0/-1) tests/model-helper-schemaless.c (+0/-1) tests/peer-helper-1peer.c (+0/-1) tests/server-helper-client.c (+0/-1) tests/test-benchmark.c (+0/-1) tests/test-dee.c (+0/-1) |
||||
| To merge this branch: | bzr merge lp:~mhr3/dee/quantal-compability | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Łukasz Zemczak | 2012-06-27 | Approve on 2012-06-27 | |
|
Review via email:
|
|||
Commit Message
Fix a few introspection annotations to unbreak quantal
Description of the Change
Fix a few introspection annotations to unbreak compilation on quantal.
To post a comment you must log in.
| Unity Merger (unity-merger) wrote : | # |
The Jenkins job https:/
Not merging it.
lp:~mhr3/dee/quantal-compability
updated
on 2012-06-27
- 370. By Michal Hruby on 2012-06-27
-
Remove deprecated g_thread_init

Works for me. Thanks for this fix!