After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730218 - xcb: Add missing methods
xcb: Add missing methods
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.24.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-15 21:14 UTC by Robert Ancell
Modified: 2014-06-01 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add missing methods and tidy code (31.19 KB, patch)
2014-05-15 21:15 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (32.06 KB, patch)
2014-05-16 00:58 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (43.02 KB, patch)
2014-05-16 01:49 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (45.10 KB, patch)
2014-05-16 01:58 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (47.19 KB, patch)
2014-05-16 02:21 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (47.52 KB, patch)
2014-05-16 02:32 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (47.76 KB, patch)
2014-05-16 02:38 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (48.10 KB, patch)
2014-05-16 02:46 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (48.34 KB, patch)
2014-05-16 02:50 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (49.92 KB, patch)
2014-05-16 09:10 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (53.63 KB, patch)
2014-05-16 10:11 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (78.33 KB, patch)
2014-05-17 09:20 UTC, Robert Ancell
none Details | Review
Add missing methods and tidy code (84.45 KB, patch)
2014-05-17 10:19 UTC, Robert Ancell
none Details | Review
Add more methods and use Vala types for accessing data (72.32 KB, patch)
2014-05-18 23:57 UTC, Robert Ancell
accepted-commit_now Details | Review

Description Robert Ancell 2014-05-15 21:14:18 UTC
Add missing methods and tidy code
Comment 1 Robert Ancell 2014-05-15 21:15:16 UTC
Created attachment 276627 [details] [review]
Add missing methods and tidy code
Comment 2 Robert Ancell 2014-05-16 00:58:05 UTC
Created attachment 276636 [details] [review]
Add missing methods and tidy code

Added list_properties method
Comment 3 Robert Ancell 2014-05-16 01:49:59 UTC
Created attachment 276641 [details] [review]
Add missing methods and tidy code

Add cookies for all methods
Comment 4 Robert Ancell 2014-05-16 01:58:41 UTC
Created attachment 276642 [details] [review]
Add missing methods and tidy code

Add translate_coodinates, set_screen_saver, get_screen_saver
Comment 5 Robert Ancell 2014-05-16 02:21:09 UTC
Created attachment 276643 [details] [review]
Add missing methods and tidy code

Add query_pointer, query_extension, list_extensions
Comment 6 Robert Ancell 2014-05-16 02:32:37 UTC
Created attachment 276644 [details] [review]
Add missing methods and tidy code

Add rotate_properties
Comment 7 Robert Ancell 2014-05-16 02:38:35 UTC
Created attachment 276645 [details] [review]
Add missing methods and tidy code

Add change_save_set
Comment 8 Robert Ancell 2014-05-16 02:46:19 UTC
Created attachment 276646 [details] [review]
Add missing methods and tidy code

Make all methods public, add set_close_down_mode
Comment 9 Robert Ancell 2014-05-16 02:50:31 UTC
Created attachment 276648 [details] [review]
Add missing methods and tidy code

Add force_screen_saver
Comment 10 Robert Ancell 2014-05-16 09:10:33 UTC
Created attachment 276656 [details] [review]
Add missing methods and tidy code

Add change_hosts, list_hosts. Fix private get_screen_saver fields
Comment 11 Robert Ancell 2014-05-16 10:11:44 UTC
Created attachment 276660 [details] [review]
Add missing methods and tidy code

Add get_motion_events, list_fonts, list_fonts_with_info
Comment 12 Robert Ancell 2014-05-17 09:20:52 UTC
Created attachment 276699 [details] [review]
Add missing methods and tidy code

A whole bunch more improvements...
Comment 13 Robert Ancell 2014-05-17 10:19:57 UTC
Created attachment 276700 [details] [review]
Add missing methods and tidy code

...
Comment 14 Robert Ancell 2014-05-18 23:57:35 UTC
Created attachment 276736 [details] [review]
Add more methods and use Vala types for accessing data

The previous patch was getting kind of out of control. So I've tried to take just the new changes and put them into this patch. I'll open new bugs for some of the other changes. This patch is ready for review.