Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • master
1 résultat

adminPerm.php

Blame
  • mpvwidget_interface.hh 708 o
    #pragma once
    
    #include <lektor/common.h>
    #include "../module_qt_window.hh"
    
    void *___create_mpv_widget(struct poller_thread_arg *arg);
    
    bool ___module_qt_window_get_elapsed(struct module_qt_window_s *, int *);
    bool ___module_qt_window_get_duration(struct module_qt_window_s *, int *);
    bool ___module_qt_window_set_paused(struct module_qt_window_s *, int);
    bool ___module_qt_window_set_volume(struct module_qt_window_s *, int);
    bool ___module_qt_window_set_position(struct module_qt_window_s *, int);
    bool ___module_qt_window_load_file(struct module_qt_window_s *, const char *);
    bool ___module_qt_window_toggle_pause(struct module_qt_window_s *);
    bool ___module_qt_window_close(struct module_qt_window_s *);