~brandontschaefer/mir/deprecate-set-event-handler

« back to all changes in this revision

Viewing changes to src/client/symbols.map

* Merge parent, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
    mir_connection_remove_session_display_configuration;
505
505
    mir_blob_from_display_config;
506
506
    mir_blob_to_display_config;
 
507
    mir_create_menu_window_spec;
 
508
    mir_create_normal_window_spec;
 
509
    mir_create_tip_window_spec;
 
510
    mir_create_modal_dialog_window_spec;
 
511
    mir_create_dialog_window_spec;
 
512
    mir_create_window_spec;
 
513
    mir_create_input_method_window_spec;
 
514
    mir_window_spec_set_parent;
 
515
    mir_window_spec_release;
 
516
    mir_window_spec_set_type;
 
517
    mir_window_spec_set_name;
 
518
    mir_window_spec_set_width;
 
519
    mir_window_spec_set_height;
 
520
    mir_window_spec_set_width_increment;
 
521
    mir_window_spec_set_height_increment;
 
522
    mir_window_spec_set_min_width;
 
523
    mir_window_spec_set_min_height;
 
524
    mir_window_spec_set_max_width;
 
525
    mir_window_spec_set_max_height;
 
526
    mir_window_spec_set_min_aspect_ratio;
 
527
    mir_window_spec_set_max_aspect_ratio;
 
528
    mir_window_spec_set_fullscreen_on_output;
 
529
    mir_window_spec_set_preferred_orientation;
 
530
    mir_window_spec_attach_to_foreign_parent;
 
531
    mir_window_spec_set_state;
 
532
    mir_window_spec_set_input_shape;
 
533
    mir_window_spec_set_event_handler;
 
534
    mir_window_spec_set_shell_chrome;
 
535
    mir_window_spec_set_pointer_confinement;
 
536
    mir_window_spec_set_placement;
 
537
    mir_window_spec_set_cursor_name;
 
538
    mir_window_spec_set_pixel_format;
 
539
    mir_window_spec_set_buffer_usage;
 
540
    mir_window_spec_set_streams;
 
541
    mir_window_apply_spec;
 
542
    mir_window_create;
 
543
    mir_window_create_sync;
 
544
    mir_window_release;
 
545
    mir_window_release_sync;
 
546
    mir_window_is_valid;
 
547
    mir_window_set_event_handler;
 
548
    mir_window_get_buffer_stream;
 
549
    mir_window_get_error_message;
 
550
    mir_window_get_parameters;
 
551
    mir_window_get_orientation;
 
552
    mir_window_raise;
507
553
} MIR_CLIENT_0.25;