Home
last modified time | relevance | path

Searched defs:GeanyKeyGroup (Results 1 – 4 of 4) sorted by relevance

/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dkeybindingsprivate.h30 struct GeanyKeyGroup struct
34 GeanyKeyGroupCallback callback; /* use this or individual keybinding callbacks */ argument
39 GeanyKeyGroupFunc cb_func; /* use this or individual keybinding callbacks (new style) */ argument
40 gpointer cb_data;
41 GDestroyNotify cb_data_destroy; /* used to destroy handler_data */
H A Dkeybindings.h40 typedef struct GeanyKeyGroup GeanyKeyGroup; typedef
/dports/devel/geany/geany-1.38/src/
H A Dkeybindingsprivate.h30 struct GeanyKeyGroup struct
34 GeanyKeyGroupCallback callback; /* use this or individual keybinding callbacks */ argument
39 GeanyKeyGroupFunc cb_func; /* use this or individual keybinding callbacks (new style) */ argument
40 gpointer cb_data;
41 GDestroyNotify cb_data_destroy; /* used to destroy handler_data */
H A Dkeybindings.h40 typedef struct GeanyKeyGroup GeanyKeyGroup; typedef