GNOME Bugzilla – Bug 730218
xcb: Add missing methods
Last modified: 2014-06-01 09:17:32 UTC
Add missing methods and tidy code
Created attachment 276627 [details] [review] Add missing methods and tidy code
Created attachment 276636 [details] [review] Add missing methods and tidy code Added list_properties method
Created attachment 276641 [details] [review] Add missing methods and tidy code Add cookies for all methods
Created attachment 276642 [details] [review] Add missing methods and tidy code Add translate_coodinates, set_screen_saver, get_screen_saver
Created attachment 276643 [details] [review] Add missing methods and tidy code Add query_pointer, query_extension, list_extensions
Created attachment 276644 [details] [review] Add missing methods and tidy code Add rotate_properties
Created attachment 276645 [details] [review] Add missing methods and tidy code Add change_save_set
Created attachment 276646 [details] [review] Add missing methods and tidy code Make all methods public, add set_close_down_mode
Created attachment 276648 [details] [review] Add missing methods and tidy code Add force_screen_saver
Created attachment 276656 [details] [review] Add missing methods and tidy code Add change_hosts, list_hosts. Fix private get_screen_saver fields
Created attachment 276660 [details] [review] Add missing methods and tidy code Add get_motion_events, list_fonts, list_fonts_with_info
Created attachment 276699 [details] [review] Add missing methods and tidy code A whole bunch more improvements...
Created attachment 276700 [details] [review] Add missing methods and tidy code ...
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.