Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Type Aliases

Variables

Functions

Type Aliases

GluePlugin: TypeModule

Variables

SYSTEM_PROFILE_NAME: string
VCS_DEFAULT_STATUS_CODES: number

Functions

  • cclosure_marshal_VOID__BOXED_ENUM(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__INT_INT_ULONG(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__INT_OBJECT(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__INT_STRING(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__POINTER_OBJECT(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__STRING_BOXED(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__STRING_INT(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__STRING_INT_STRING(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • cclosure_marshal_VOID__STRING_POINTER(closure: TClosure<any, any>, return_value: any, n_param_values: number, param_values: any, invocation_hint: object, marshal_data: object): void
  • check_autogen(): boolean
  • convert_error_quark(): Quark
  • convert_from_utf8(content: string, len: number, encoding: Anjuta.Encoding, new_len: number): string
  • convert_to_utf8(content: string, len: number, encoding: Anjuta.Encoding, new_len: number): string
  • pkg_config_get_version(package: string): string
  • pkg_config_ignore_package(name: string): boolean
  • plugin_description_parse_error_quark(): Quark
  • plugin_manager_error_quark(): Quark
  • profile_error_quark(): Quark
  • res_get_data_dir(): string
  • res_get_data_file(pixfile: string): string
  • res_get_doc_dir(): string
  • res_get_doc_file(docfile: string): string
  • res_get_help_dir(): string
  • res_get_help_dir_locale(locale: string): string
  • res_get_help_file(helpfile: string): string
  • res_get_help_file_locale(helpfile: string, locale: string): string
  • res_get_pixmap_dir(): string
  • res_get_pixmap_file(pixfile: string): string
  • res_help_search(word: string): void
  • res_url_show(url: string): void
  • shell_error_quark(): Quark
  • util_color_from_string(val: string, r: number, g: number, b: number): void
  • util_convert_to_utf8(str: string): string
  • util_copy_file(src: string, dest: string, show_error: boolean): boolean
  • Copies src to dest and shows a dialog error in case is needed.

    Parameters

    • src: string

      the file where copy

    • dest: string

      the path to copy the src

    • show_error: boolean

      %TRUE to show a dialog error

    Returns boolean

  • util_create_dir(d: string): boolean
  • util_dialog_input(parent: Gtk.Window, label: string, default_value: string, value: string): boolean
  • util_diff(uri: string, text: string): boolean
  • util_escape_quotes(str: string): string
  • util_execute_shell(dir: string, command: string): Pid
  • util_execute_terminal_shell(dir: string, command: string): Pid
  • util_file_new_for_commandline_arg(arg: string): Gio.File
  • Create a new file corresponding to arg, unlike g_file_new_for_commandline_arg, keeps symbolic links in path name.

    Parameters

    • arg: string

      URI or relative or absolute file path

    Returns Gio.File

  • util_get_a_tmp_file(): string
  • util_get_current_dir(): string
  • util_get_file_info_mime_type(info: Gio.FileInfo): string
  • util_get_file_mime_type(file: Gio.File): string
  • util_get_local_path_from_uri(uri: string): string
  • util_get_real_path(path: string): string
  • util_get_user_mail(): string
  • util_help_display(parent: Gtk.Widget, doc_id: string, item: string): void
  • util_install_files(names: string): boolean
  • util_is_project_file(filename: string): boolean
  • Return %TRUE if the file is an anjuta project file. It is implemented by checking only the file extension. So it does not check the existence of the file. But it is working on an URI if it does not containt a fragment.

    Parameters

    • filename: string

      the file name

    Returns boolean

  • util_is_template_file(filename: string): boolean
  • Return %TRUE if the file is an template project file. It is implemented by checking only the file extension. So it does not check the existence of the file. But it is working on an URI if it does not containt a fragment.

    Parameters

    • filename: string

      the file name

    Returns boolean

  • util_package_is_installed(lib: string, show: boolean): boolean
  • util_parse_args_from_string(string: string): string[]
  • util_prog_is_installed(prog: string, show: boolean): boolean
  • util_replace_home_dir_with_tilde(uri: string): string
  • util_set_anjuta_prefix(name: string): void
  • util_set_user_mail(id: string): void
  • util_shell_expand(string: string): string
  • Expand environment variables $(var_name) and tilde (~) in the input string.

    Parameters

    • string: string

      input string

    Returns string

  • util_str_middle_truncate(string: string, truncate_length: number): string
  • util_string_from_color(r: number, g: number, b: number): string
  • util_uri_get_dirname(uri: string): string
  • util_user_shell(): string
  • util_user_terminal(): string[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method