Browse CVS Repository
Diff of /shiki/shiki/shiki.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 101 |
} ShikiUndoInfo; |
} ShikiUndoInfo; |
| 102 |
|
|
| 103 |
extern ScmClass *ShikiBufferClass; |
extern ScmClass *ShikiBufferClass; |
| 104 |
|
void Scm_Init_xyzzylisp(ScmModule *module); |
| 105 |
|
|
| 106 |
#define SHIKI_BUFFER_P(obj) SCM_XTYPEP(obj, ShikiBufferClass) |
#define SHIKI_BUFFER_P(obj) SCM_XTYPEP(obj, ShikiBufferClass) |
| 107 |
#define SHIKI_BUFFER_UNBOX(obj) SCM_FOREIGN_POINTER_REF(GtkTextBuffer*, obj) |
#define SHIKI_BUFFER_UNBOX(obj) SCM_FOREIGN_POINTER_REF(GtkTextBuffer*, obj) |
| 136 |
void Shiki_kill_buffer(GtkTextBuffer *buffer); |
void Shiki_kill_buffer(GtkTextBuffer *buffer); |
| 137 |
void Shiki_create_file_buffer(const gchar *filename); |
void Shiki_create_file_buffer(const gchar *filename); |
| 138 |
void Shiki_open_file_dialog(); |
void Shiki_open_file_dialog(); |
| 139 |
void Shiki_update_modeline(GtkTextBuffer *buffer); |
void Shiki_update_modeline(); |
| 140 |
void Shiki_undo(); |
void Shiki_undo(); |
| 141 |
void Shiki_redo(); |
void Shiki_redo(); |
| 142 |
void Shiki_msgbox(const gchar *msg); |
void Shiki_msgbox(const gchar *msg); |
| 145 |
|
|
| 146 |
void Shiki_search_buffer(); |
void Shiki_search_buffer(); |
| 147 |
void Shiki_replace_buffer(); |
void Shiki_replace_buffer(); |
| 148 |
|
|
| 149 |
|
void Shiki_load_file(const gchar *filename); |
| 150 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.15 |
|
| changed lines |
| |
Added in v.1.16 |
|
|
|