- Timestamp:
- Jun 22, 2011, 3:40:50 PM (12 years ago)
- Branches:
- master, release-1.8, release-1.9
- Children:
- b343c2c
- Parents:
- 84a071f
- git-author:
- Jason Gross <jgross@mit.edu> (06/06/11 05:24:30)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (06/22/11 15:40:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
keymap.c
r4c7c21f rd427f08 51 51 } 52 52 } 53 return owl_list_append_element(&km->bindings, kb);54 53 owl_list_append_element(&km->bindings, kb); 54 return 0; 55 55 } 56 56 … … 80 80 81 81 /* returns a summary line describing this keymap. the caller must free. */ 82 char *owl_keymap_summary(const owl_keymap *km)82 G_GNUC_WARN_UNUSED_RESULT char *owl_keymap_summary(const owl_keymap *km) 83 83 { 84 84 if (!km || !km->name || !km->desc) return NULL;
Note: See TracChangeset
for help on using the changeset viewer.