Browse CVS Repository
Diff of /shiki/shiki/buffer.c
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 125 |
return NULL; |
return NULL; |
| 126 |
} |
} |
| 127 |
|
|
| 128 |
|
gboolean Shiki_deleted_buffer_p(GtkTextBuffer *buffer) { |
| 129 |
|
GList *l = get_ShikiBufferListElement_By_GtkTextBuffer(buffer); |
| 130 |
|
if(l) |
| 131 |
|
return FALSE; |
| 132 |
|
else |
| 133 |
|
return TRUE; |
| 134 |
|
} |
| 135 |
|
|
| 136 |
GtkTextBuffer *Shiki_get_next_buffer(GtkTextBuffer *buffer) { |
GtkTextBuffer *Shiki_get_next_buffer(GtkTextBuffer *buffer) { |
| 137 |
GList *l = get_ShikiBufferListElement_By_GtkTextBuffer(buffer); |
GList *l = get_ShikiBufferListElement_By_GtkTextBuffer(buffer); |
| 138 |
if(l && l->next) |
if(l && l->next) |
|
|
Legend:
| Removed from v.1.5 |
|
| changed lines |
| |
Added in v.1.6 |
|
|
|