BGSlideShow
Object Hierarchy:
Description:
[
CCode ( type_id =
"gnome_bg_slide_show_get_type ()" ) ]
public class BGSlideShow :
Object
Content:
Properties:
Creation methods:
Methods:
- public void get_current_slide (int width, int height, out double progress, out double duration, out bool is_fixed, out unowned string file1, out unowned string file2)
Returns the current slides progress.
- public bool get_has_multiple_sizes ()
gets whether or not the slide show has multiple sizes for different
monitors
- public int get_num_slides ()
Returns number of slides in slide show
- public bool get_slide (int frame_number, int width, int height, out double progress, out double duration, out bool is_fixed, out unowned string file1, out unowned string file2)
Retrieves slide by frame number
- public double get_start_time ()
gets the start time of the slide show
- public double get_total_duration ()
gets the total duration of the slide show
- public bool load () throws Error
Tries to load the slide show.
- public void load_async (Cancellable? cancellable, AsyncReadyCallback callback)
Tries to load the slide show asynchronously.
Inherited Members:
All known members inherited from class GLib.Object