application/application.h

changeset 7
905ac52c910f
parent 6
09ac07345656
child 8
726b24766437
equal deleted inserted replaced
6:09ac07345656 7:905ac52c910f
42 #endif 42 #endif
43 43
44 44
45 typedef struct DavApp { 45 typedef struct DavApp {
46 DavConfig *dav_config; 46 DavConfig *dav_config;
47 UiList* repos; 47 UiList *repos;
48
49 } DavApp; 48 } DavApp;
50 49
51 50
52 void application_init(void); 51 void application_init(void);
53 52
64 63
65 DavApp* application_create_app_document(void); 64 DavApp* application_create_app_document(void);
66 65
67 void application_update_repolist(DavApp *app); 66 void application_update_repolist(DavApp *app);
68 67
68 DavContext* application_dav_context(void);
69
70
71 void action_repo_selected(UiEvent *event, void *data);
72
69 #ifdef __cplusplus 73 #ifdef __cplusplus
70 } 74 }
71 #endif 75 #endif
72 76
73 #endif /* IDAV_APPLICATION_H */ 77 #endif /* IDAV_APPLICATION_H */

mercurial