Browse CVS Repository
Diff of /shiki/shiki/shiki.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 98 |
/* C API */ |
/* C API */ |
| 99 |
void Shiki_get_buffer_create(gchar *filename); |
void Shiki_get_buffer_create(gchar *filename); |
| 100 |
gchar *Shiki_buffer_substring(gint start, gint end); |
gchar *Shiki_buffer_substring(gint start, gint end); |
| 101 |
|
void Shiki_delete_region(gint start, gint end); |
| 102 |
|
gint Shiki_point(); |
| 103 |
|
gint Shiki_point_max(); |
| 104 |
|
gint Shiki_point_min(); |
| 105 |
|
void Shiki_goto_char(gint offset); |
| 106 |
|
void Shiki_forward_char(); |
| 107 |
|
void Shiki_backward_char(); |
| 108 |
|
void Shiki_goto_line(gint line); |
| 109 |
|
void Shiki_goto_bol(); |
| 110 |
|
void Shiki_goto_eol(); |
| 111 |
|
|
| 112 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|