#include <gtksourceviewmm/completion.h>
◆ Code
An error code used with Gtk::SOURCE_COMPLETION_ERROR in a Error returned from a completion-related function.
Enumerator |
---|
ALREADY_BOUND | The Gtk::SourceCompletionProvider is already bound to the Gtk::SourceCompletion object.
|
NOT_BOUND | The Gtk::SourceCompletionProvider is not bound to the Gtk::SourceCompletion object.
|
◆ SourceCompletionError() [1/2]
Gsv::SourceCompletionError::SourceCompletionError |
( |
Code |
error_code, |
|
|
const Glib::ustring & |
error_message |
|
) |
| |
◆ SourceCompletionError() [2/2]
Gsv::SourceCompletionError::SourceCompletionError |
( |
GError * |
gobject | ) |
|
|
explicit |
◆ code()
Code Gsv::SourceCompletionError::code |
( |
| ) |
const |