Object Hierarchy
GtkObject
+----GuppiStream |
Description
A longer description goes here.
Details
guppi_stream_open_file ()
guppi_stream_sequential_mode ()
guppi_stream_set_sequential_mode ()
guppi_stream_eol_comment ()
const gchar* guppi_stream_eol_comment (const GuppiStream*); |
guppi_stream_set_eol_comment ()
void guppi_stream_set_eol_comment (GuppiStream*,
const gchar*); |
guppi_stream_ml_comment_start ()
const gchar* guppi_stream_ml_comment_start (const GuppiStream*); |
guppi_stream_ml_comment_end ()
const gchar* guppi_stream_ml_comment_end (const GuppiStream*); |
guppi_stream_set_ml_comment_start ()
void guppi_stream_set_ml_comment_start
(GuppiStream*,
const gchar*); |
guppi_stream_set_ml_comment_end ()
void guppi_stream_set_ml_comment_end (GuppiStream*,
const gchar*); |
guppi_stream_quote_start ()
guppi_stream_quote_end ()
guppi_stream_set_quote_start ()
void guppi_stream_set_quote_start (GuppiStream*,
gchar); |
guppi_stream_set_quote_end ()
guppi_stream_number_of_lines ()
guppi_stream_estimated_number_of_lines ()
gint guppi_stream_estimated_number_of_lines
(GuppiStream*); |
guppi_stream_number_of_preloaded_lines ()
gint guppi_stream_number_of_preloaded_lines
(GuppiStream*); |
guppi_stream_load_some_lines ()
guppi_stream_load_more_lines ()
guppi_stream_get_line ()
const gchar* guppi_stream_get_line (GuppiStream*,
gint line_no); |
guppi_stream_get_marked_line ()
const gchar* guppi_stream_get_marked_line (GuppiStream*,
gint line_no); |
guppi_stream_get_sanitized_line ()
const gchar* guppi_stream_get_sanitized_line
(GuppiStream*,
gint line_no); |
Signals
The "preload" signal
void user_function (GuppiStream *guppistream,
gpointer user_data); |
The "fully-preloaded" signal
void user_function (GuppiStream *guppistream,
gpointer user_data); |
The "changed-codes" signal
void user_function (GuppiStream *guppistream,
gpointer user_data); |