Merge lp:~ricotz/bamf/annotation-fix into lp:bamf/0.4

Proposed by Rico Tzschichholz
Status: Merged
Approved by: Francis Ginther
Approved revision: 506
Merged at revision: 507
Proposed branch: lp:~ricotz/bamf/annotation-fix
Merge into: lp:bamf/0.4
Diff against target: 12 lines (+1/-1)
1 file modified
lib/libbamf/bamf-application.c (+1/-1)
To merge this branch: bzr merge lp:~ricotz/bamf/annotation-fix
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Michael Terry Approve
Review via email: mp+138493@code.launchpad.net

Commit message

libbamf/bamfapplication: Fix annotation for get_xids

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
No commit message was specified.

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Re-approving. Issue appears to be caused by stale processes on the autolanding build machine. These have been cleaned up, so it should work now.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Cleaned up again and will retry.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/libbamf/bamf-application.c'
2--- lib/libbamf/bamf-application.c 2012-10-08 16:34:51 +0000
3+++ lib/libbamf/bamf-application.c 2012-12-06 16:06:23 +0000
4@@ -237,7 +237,7 @@
5 *
6 * Used to fetch all #BamfWindow's xids associated with the passed #BamfApplication.
7 *
8- * Returns: (element-type guint) (transfer full): An array of xids.
9+ * Returns: (element-type guint32) (transfer full): An array of xids.
10 */
11 GArray *
12 bamf_application_get_xids (BamfApplication *application)

Subscribers

People subscribed via source and target branches