comparison dw.h @ 2105:10c22853b479

Add dw_app_id_set() dwtest call to set application name and ID for sending notifications. Fix header typo and a warning in the dwtest notification callback.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 16 Jun 2020 02:42:01 +0000
parents cdb94c6fd611
children 251d050d306b
comparison
equal deleted inserted replaced
2104:6e55c6f8d816 2105:10c22853b479
1817 int API dw_exec(const char *program, int type, char **params); 1817 int API dw_exec(const char *program, int type, char **params);
1818 int API dw_browse(const char *url); 1818 int API dw_browse(const char *url);
1819 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags); 1819 char * API dw_file_browse(const char *title, const char *defpath, const char *ext, int flags);
1820 char * API dw_user_dir(void); 1820 char * API dw_user_dir(void);
1821 char * API dw_app_dir(void); 1821 char * API dw_app_dir(void);
1822 int API dw_app_id_set(const char *appid, const char *appguid); 1822 int API dw_app_id_set(const char *appid, const char *appname);
1823 DWDialog * API dw_dialog_new(void *data); 1823 DWDialog * API dw_dialog_new(void *data);
1824 int API dw_dialog_dismiss(DWDialog *dialog, void *result); 1824 int API dw_dialog_dismiss(DWDialog *dialog, void *result);
1825 void * API dw_dialog_wait(DWDialog *dialog); 1825 void * API dw_dialog_wait(DWDialog *dialog);
1826 void API dw_window_set_data(HWND window, const char *dataname, void *data); 1826 void API dw_window_set_data(HWND window, const char *dataname, void *data);
1827 void * API dw_window_get_data(HWND window, const char *dataname); 1827 void * API dw_window_get_data(HWND window, const char *dataname);