Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* libide-1.0.vapi generated by vapigen, do not modify. */
- namespace Ide {
- [CCode (cheader_filename = "libide-1.0.h")]
- public class AutotoolsBuildSystem : Ide.BuildSystem, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected AutotoolsBuildSystem ();
- public unowned string get_tarball_name ();
- public string tarball_name { get; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class AutotoolsBuildTask : Ide.BuildResult {
- [CCode (has_construct_function = false)]
- protected AutotoolsBuildTask ();
- public async bool execute_async (GLib.Cancellable cancellable) throws GLib.Error;
- public unowned GLib.File get_directory ();
- [NoAccessorMethod]
- public GLib.KeyFile config { owned get; construct; }
- [NoAccessorMethod]
- public Ide.Device device { owned get; construct; }
- public GLib.File directory { get; construct; }
- [NoAccessorMethod]
- public bool require_autogen { get; construct; }
- [NoAccessorMethod]
- public bool require_configure { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class AutotoolsBuilder : Ide.Builder {
- [CCode (has_construct_function = false)]
- protected AutotoolsBuilder ();
- [NoAccessorMethod]
- public GLib.KeyFile config { owned get; construct; }
- [NoAccessorMethod]
- public Ide.Device device { owned get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class BackForwardItem : Ide.Object {
- [CCode (has_construct_function = false)]
- public BackForwardItem (Ide.Context context, Ide.SourceLocation location);
- public bool chain (Ide.BackForwardItem other);
- public unowned Ide.SourceLocation get_location ();
- public Ide.SourceLocation location { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class BackForwardList : Ide.Object {
- [CCode (has_construct_function = false)]
- protected BackForwardList ();
- public unowned Ide.BackForwardList branch ();
- public bool get_can_go_backward ();
- public bool get_can_go_forward ();
- public unowned Ide.BackForwardItem get_current_item ();
- public void go_backward ();
- public void go_forward ();
- public void merge (Ide.BackForwardList branch);
- public void push (Ide.BackForwardItem item);
- public bool can_go_backward { get; }
- public bool can_go_forward { get; }
- public Ide.BackForwardItem current_item { get; }
- public virtual signal void navigate_to (Ide.BackForwardItem p0);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class BuildResult : Ide.Object {
- [CCode (has_construct_function = false)]
- protected BuildResult ();
- public unowned GLib.InputStream get_stderr_stream ();
- public unowned GLib.InputStream get_stdout_stream ();
- public void log_stderr (string format);
- public void log_stdout (string format);
- public void log_subprocess (GLib.Subprocess subprocess);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class BuildSystem : Ide.Object {
- [CCode (has_construct_function = false)]
- protected BuildSystem ();
- [CCode (has_construct_function = false, type = "void")]
- public async BuildSystem.@async (Ide.Context context, GLib.File project_file, GLib.Cancellable cancellable) throws GLib.Error;
- public virtual unowned Ide.Builder get_builder (GLib.KeyFile config, Ide.Device device) throws GLib.Error;
- [NoAccessorMethod]
- public GLib.File project_file { owned get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Builder : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Builder ();
- public virtual async unowned Ide.BuildResult build_async (out unowned Ide.BuildResult _result, GLib.Cancellable cancellable) throws GLib.Error;
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class CIndenter : Ide.Indenter {
- [CCode (has_construct_function = false)]
- protected CIndenter ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class CLanguage : Ide.Language, GLib.Initable {
- [CCode (has_construct_function = false)]
- protected CLanguage ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ClangDiagnosticProvider : Ide.DiagnosticProvider {
- [CCode (has_construct_function = false)]
- protected ClangDiagnosticProvider ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ClangHighlighter : Ide.Highlighter {
- [CCode (has_construct_function = false)]
- protected ClangHighlighter ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ClangService : Ide.Service {
- [CCode (has_construct_function = false)]
- protected ClangService ();
- public async unowned Ide.ClangTranslationUnit get_translation_unit_async (Ide.File file, int64 min_sequence, GLib.Cancellable cancellable) throws GLib.Error;
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ClangSymbolResolver : Ide.SymbolResolver {
- [CCode (has_construct_function = false)]
- protected ClangSymbolResolver ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ClangTranslationUnit : Ide.Object {
- [CCode (has_construct_function = false)]
- protected ClangTranslationUnit ();
- public unowned Ide.Diagnostics get_diagnostics ();
- public int64 get_sequence ();
- public int64 sequence { get; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Context : GLib.Object, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected Context ();
- [CCode (has_construct_function = false, type = "void")]
- public async Context.@async (GLib.File project_file, GLib.Cancellable cancellable) throws GLib.Error;
- public unowned Ide.BackForwardList get_back_forward_list ();
- public unowned Ide.BuildSystem get_build_system ();
- public unowned Ide.DeviceManager get_device_manager ();
- public unowned Ide.Project get_project ();
- public unowned GLib.File get_project_file ();
- public unowned string get_root_build_dir ();
- public unowned Ide.ScriptManager get_script_manager ();
- public unowned Ide.SearchEngine get_search_engine ();
- public void* get_service_typed (GLib.Type service_type);
- public unowned Ide.UnsavedFiles get_unsaved_files ();
- public unowned Ide.Vcs get_vcs ();
- public void set_root_build_dir (string root_build_dir);
- public Ide.BackForwardList back_forward_list { get; }
- public Ide.BuildSystem build_system { get; }
- public Ide.DeviceManager device_manager { get; }
- public GLib.File project_file { get; construct; }
- public string root_build_dir { get; set; }
- public Ide.ScriptManager script_manager { get; }
- public Ide.SearchEngine search_engine { get; }
- public Ide.UnsavedFiles unsaved_files { get; }
- public Ide.Vcs vcs { get; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Deployer : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Deployer ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Device : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Device ();
- public virtual unowned GLib.KeyFile get_config ();
- public unowned string get_display_name ();
- public unowned string get_id ();
- public virtual unowned string get_system_type ();
- public void set_display_name (string display_name);
- public void set_id (string id);
- public string display_name { get; set; }
- public string id { get; set; }
- public string system_type { get; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class DeviceManager : Ide.Object {
- [CCode (has_construct_function = false)]
- protected DeviceManager ();
- public void add_provider (Ide.DeviceProvider provider);
- public unowned GLib.PtrArray get_devices ();
- public bool get_settled ();
- public void remove_provider (Ide.DeviceProvider provider);
- public bool settled { get; }
- public virtual signal void device_added (Ide.DeviceProvider p0, Ide.Device p1);
- public virtual signal void device_removed (Ide.DeviceProvider p0, Ide.Device p1);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class DeviceProvider : Ide.Object {
- [CCode (has_construct_function = false)]
- protected DeviceProvider ();
- public unowned GLib.PtrArray get_devices ();
- public virtual bool get_settled ();
- public bool settled { get; }
- public virtual signal void device_added (Ide.Device device);
- public virtual signal void device_removed (Ide.Device device);
- }
- [CCode (cheader_filename = "libide-1.0.h", ref_function = "ide_diagnostic_ref", type_id = "ide_diagnostic_get_type ()", unref_function = "ide_diagnostic_unref")]
- [Compact]
- public class Diagnostic {
- public unowned Ide.SourceLocation get_location ();
- public uint get_num_ranges ();
- public unowned Ide.SourceRange get_range (uint index);
- public Ide.DiagnosticSeverity get_severity ();
- public unowned string get_text ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class DiagnosticProvider : Ide.Object {
- [CCode (has_construct_function = false)]
- protected DiagnosticProvider ();
- public virtual async unowned Ide.Diagnostics diagnose_async (Ide.File file, GLib.Cancellable cancellable) throws GLib.Error;
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Diagnostician : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Diagnostician ();
- public async unowned Ide.Diagnostics diagnose_async (Ide.File file, GLib.Cancellable cancellable) throws GLib.Error;
- }
- [CCode (cheader_filename = "libide-1.0.h", ref_function = "ide_diagnostics_ref", type_id = "ide_diagnostics_get_type ()", unref_function = "ide_diagnostics_unref")]
- [Compact]
- public class Diagnostics {
- public size_t get_size ();
- public unowned Ide.Diagnostic index (size_t index);
- public void merge (Ide.Diagnostics other);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class DirectoryBuildSystem : Ide.BuildSystem, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected DirectoryBuildSystem ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class DirectoryVcs : Ide.Vcs, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected DirectoryVcs ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class EditorconfigFileSettings : Ide.FileSettings, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected EditorconfigFileSettings ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class File : Ide.Object {
- [CCode (has_construct_function = false)]
- protected File ();
- public bool equal (Ide.File other);
- public unowned GLib.File get_file ();
- public unowned Ide.Language get_language ();
- public unowned string get_path ();
- public unowned string get_project_path ();
- public uint hash ();
- public async unowned Ide.FileSettings load_settings_async (GLib.Cancellable cancellable) throws GLib.Error;
- public GLib.File file { get; construct; }
- public Ide.Language language { get; }
- public string path { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class FileSettings : Ide.Object {
- [CCode (has_construct_function = false)]
- protected FileSettings ();
- public unowned string get_encoding ();
- public unowned Ide.File get_file ();
- public Ide.IndentStyle get_indent_style ();
- public int get_indent_width ();
- public bool get_insert_trailing_newline ();
- public Gtk.SourceNewlineType get_newline_type ();
- public uint get_right_margin_position ();
- public uint get_tab_width ();
- public bool get_trim_trailing_whitespace ();
- public void set_encoding (string encoding);
- public void set_indent_style (Ide.IndentStyle indent_style);
- public void set_indent_width (int indent_width);
- public void set_insert_trailing_newline (bool insert_trailing_newline);
- public void set_newline_type (Gtk.SourceNewlineType newline_type);
- public void set_right_margin_position (uint right_margin_position);
- public void set_tab_width (uint tab_width);
- public void set_trim_trailing_whitespace (bool trim_trailing_whitespace);
- public string encoding { get; set; }
- public Ide.File file { get; construct; }
- public Ide.IndentStyle indent_style { get; set; }
- public int indent_width { get; set; }
- public bool insert_trailing_newline { get; set; }
- public Gtk.SourceNewlineType newline_type { get; set; }
- public uint right_margin_position { get; set; }
- public uint tab_width { get; set; }
- public bool trim_trailing_whitespace { get; set; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class GitSearchProvider : Ide.SearchProvider {
- [CCode (has_construct_function = false)]
- protected GitSearchProvider ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class GjsScript : Ide.Script, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected GjsScript ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class GsettingsFileSettings : Ide.FileSettings, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected GsettingsFileSettings ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Highlighter : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Highlighter ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Indenter : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Indenter ();
- public virtual unowned string format (Gtk.TextView text_view, Gtk.TextIter begin, Gtk.TextIter end, int cursor_offset, Gdk.EventKey event);
- public virtual bool is_trigger (Gdk.EventKey event);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Language : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Language ();
- public virtual unowned Ide.Diagnostician get_diagnostician ();
- public virtual unowned Ide.Highlighter get_highlighter ();
- public unowned string get_id ();
- public virtual unowned Ide.Indenter get_indenter ();
- public virtual unowned string get_name ();
- public virtual unowned Ide.Refactory get_refactory ();
- public virtual unowned Ide.SymbolResolver get_symbol_resolver ();
- public Ide.Diagnostician diagnostician { get; }
- public Ide.Highlighter highlighter { get; }
- public string id { get; construct; }
- public Ide.Indenter indenter { get; }
- public string name { get; }
- public Ide.Refactory refactory { get; }
- public Ide.SymbolResolver symbol_resolver { get; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class LocalDevice : Ide.Device {
- [CCode (has_construct_function = false)]
- protected LocalDevice ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Object : GLib.Object {
- [CCode (has_construct_function = false)]
- protected Object ();
- [CCode (has_construct_function = false, type = "void")]
- public async Object.@async (string extension_point, int io_priority, GLib.Cancellable cancellable, ...) throws GLib.Error;
- public unowned Ide.Context get_context ();
- public Ide.Context context { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Project : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Project ();
- public unowned Ide.File get_file_for_path (string path);
- public unowned string get_name ();
- public unowned Ide.ProjectItem get_root ();
- public void reader_lock ();
- public void reader_unlock ();
- public void writer_lock ();
- public void writer_unlock ();
- public string name { get; }
- public Ide.ProjectItem root { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ProjectFile : Ide.ProjectItem {
- [CCode (has_construct_function = false)]
- protected ProjectFile ();
- public unowned GLib.File get_file ();
- public unowned GLib.FileInfo get_file_info ();
- public unowned string get_name ();
- public unowned string get_path ();
- [NoAccessorMethod]
- public GLib.File file { owned get; set; }
- public GLib.FileInfo file_info { get; construct; }
- public string name { get; }
- public string path { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ProjectFiles : Ide.ProjectItem {
- [CCode (has_construct_function = false)]
- protected ProjectFiles ();
- public unowned Ide.File get_file_for_path (string path);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ProjectItem : Ide.Object {
- [CCode (has_construct_function = false)]
- protected ProjectItem ();
- public void append (Ide.ProjectItem child);
- public unowned GLib.Sequence get_children ();
- public unowned Ide.ProjectItem get_parent ();
- public Ide.ProjectItem parent { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class PythonIndenter : Ide.Indenter {
- [CCode (has_construct_function = false)]
- protected PythonIndenter ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class PythonLanguage : Ide.Language, GLib.Initable {
- [CCode (has_construct_function = false)]
- protected PythonLanguage ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Refactory : GLib.Object {
- [CCode (has_construct_function = false)]
- protected Refactory ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- [Compact]
- public class RefactoryInterface {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Script : Ide.Object, GLib.AsyncInitable {
- [CCode (has_construct_function = false)]
- protected Script ();
- public unowned GLib.File get_file ();
- public GLib.File file { get; construct; }
- public virtual signal void load ();
- public virtual signal void unload ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class ScriptManager : Ide.Object {
- [CCode (has_construct_function = false)]
- protected ScriptManager ();
- public unowned string get_scripts_directory ();
- public async bool load_async (GLib.Cancellable cancellable) throws GLib.Error;
- public string scripts_directory { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class SearchContext : Ide.Object {
- [CCode (has_construct_function = false)]
- protected SearchContext ();
- public void add_result (Ide.SearchProvider provider, Ide.SearchResult _result);
- public void cancel ();
- public void execute (string search_terms);
- public unowned GLib.List get_providers ();
- public void provider_completed (Ide.SearchProvider provider);
- public void remove_result (Ide.SearchProvider provider, Ide.SearchResult _result);
- public void set_provider_count (Ide.SearchProvider provider, uint64 count);
- public virtual signal void completed ();
- public virtual signal void count_set (Ide.SearchProvider p0, uint64 p1);
- public virtual signal void result_added (Ide.SearchProvider p0, Ide.SearchResult p1);
- public virtual signal void result_removed (Ide.SearchProvider p0, Ide.SearchResult p1);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class SearchEngine : Ide.Object {
- [CCode (has_construct_function = false)]
- protected SearchEngine ();
- public void add_provider (Ide.SearchProvider provider);
- public unowned GLib.List get_providers ();
- public unowned Ide.SearchContext search (GLib.List providers, string search_terms);
- public virtual signal void provider_added (Ide.SearchProvider p0);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class SearchProvider : Ide.Object {
- [CCode (has_construct_function = false)]
- protected SearchProvider ();
- public virtual unichar get_prefix ();
- public virtual int get_priority ();
- public virtual unowned string get_verb ();
- public virtual void populate (Ide.SearchContext context, string search_terms, size_t max_results, GLib.Cancellable cancellable);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class SearchResult : Ide.Object {
- [CCode (has_construct_function = false)]
- public SearchResult (Ide.Context context, string title, string subtitle, float score);
- public virtual void activate ();
- public int compare (Ide.SearchResult b);
- public float get_score ();
- public unowned string get_subtitle ();
- public unowned string get_title ();
- public float score { get; construct; }
- public string subtitle { get; construct; }
- public string title { get; construct; }
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Service : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Service ();
- public virtual unowned string get_name ();
- public bool get_running ();
- public string name { get; }
- public bool running { get; }
- public virtual signal void start ();
- public virtual signal void stop ();
- }
- [CCode (cheader_filename = "libide-1.0.h", ref_function = "ide_source_location_ref", type_id = "ide_source_location_get_type ()", unref_function = "ide_source_location_unref")]
- [Compact]
- public class SourceLocation {
- [CCode (has_construct_function = false)]
- public SourceLocation (Ide.File file, uint line, uint line_offset, uint offset);
- public unowned Ide.File get_file ();
- public uint get_line ();
- public uint get_line_offset ();
- public uint get_offset ();
- }
- [CCode (cheader_filename = "libide-1.0.h", ref_function = "ide_source_range_ref", type_id = "ide_source_range_get_type ()", unref_function = "ide_source_range_unref")]
- [Compact]
- public class SourceRange {
- public unowned Ide.SourceLocation get_begin ();
- public unowned Ide.SourceLocation get_end ();
- }
- [CCode (cheader_filename = "libide-1.0.h", ref_function = "ide_symbol_ref", type_id = "ide_symbol_get_type ()", unref_function = "ide_symbol_unref")]
- [Compact]
- public class Symbol {
- public unowned string get_name ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class SymbolResolver : Ide.Object {
- [CCode (has_construct_function = false)]
- protected SymbolResolver ();
- public async unowned Ide.Symbol lookup_symbol_async (Ide.SourceLocation location, GLib.Cancellable cancellable) throws GLib.Error;
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- [Compact]
- public class SymbolResolverInterface {
- }
- [CCode (cheader_filename = "libide-1.0.h", ref_function = "ide_unsaved_file_ref", type_id = "ide_unsaved_file_get_type ()", unref_function = "ide_unsaved_file_unref")]
- [Compact]
- public class UnsavedFile {
- public unowned GLib.Bytes get_content ();
- public unowned GLib.File get_file ();
- public int64 get_sequence ();
- public unowned string get_temp_path ();
- public bool persist (GLib.Cancellable cancellable) throws GLib.Error;
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class UnsavedFiles : Ide.Object {
- [CCode (has_construct_function = false)]
- protected UnsavedFiles ();
- public int64 get_sequence ();
- public unowned Ide.UnsavedFile get_unsaved_file (GLib.File file);
- public unowned GLib.PtrArray get_unsaved_files ();
- public void remove (GLib.File file);
- public async bool restore_async (GLib.Cancellable cancellable) throws GLib.Error;
- public async bool save_async (GLib.Cancellable cancellable) throws GLib.Error;
- public void update (GLib.File file, GLib.Bytes content);
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class Vcs : Ide.Object {
- [CCode (has_construct_function = false)]
- protected Vcs ();
- [CCode (has_construct_function = false, type = "void")]
- public async Vcs.@async (Ide.Context context, int io_priority, GLib.Cancellable cancellable) throws GLib.Error;
- public virtual unowned GLib.File get_working_directory ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class XmlIndenter : Ide.Indenter {
- [CCode (has_construct_function = false)]
- protected XmlIndenter ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public class XmlLanguage : Ide.Language, GLib.Initable {
- [CCode (has_construct_function = false)]
- protected XmlLanguage ();
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface Debugger : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface Executable : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface Executer : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface Process : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface Target : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface TestCase : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public interface TestSuite : Ide.Object {
- }
- [CCode (cheader_filename = "libide-1.0.h", cprefix = "IDE_DIAGNOSTIC_")]
- public enum DiagnosticSeverity {
- IGNORED,
- NOTE,
- WARNING,
- ERROR,
- FATAL
- }
- [CCode (cheader_filename = "libide-1.0.h", cprefix = "IDE_INDENT_STYLE_")]
- public enum IndentStyle {
- SPACES,
- TABS
- }
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string BUILD_SYSTEM_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string DEVICE_PROVIDER_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string FILE_SETTINGS_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string LANGUAGE_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string SCRIPT_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string SEARCH_PROVIDER_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string SERVICE_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public const string VCS_EXTENSION_POINT;
- [CCode (cheader_filename = "libide-1.0.h")]
- public static unowned string get_program_name ();
- [CCode (cheader_filename = "libide-1.0.h")]
- public static void set_program_name (string program_name);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement