package frama-c
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Platform dedicated to the analysis of source code written in C
Install
    
    dune-project
 Dependency
Authors
- 
  
    
    MMichele Alberti
 - 
  
    
    TThibaud Antignac
 - 
  
    
    GGergö Barany
 - 
  
    
    PPatrick Baudin
 - 
  
    
    NNicolas Bellec
 - 
  
    
    TThibaut Benjamin
 - 
  
    
    AAllan Blanchard
 - 
  
    
    LLionel Blatter
 - 
  
    
    FFrançois Bobot
 - 
  
    
    RRichard Bonichon
 - 
  
    
    VVincent Botbol
 - 
  
    
    QQuentin Bouillaguet
 - 
  
    
    DDavid Bühler
 - 
  
    
    ZZakaria Chihani
 - 
  
    
    SSylvain Chiron
 - 
  
    
    LLoïc Correnson
 - 
  
    
    JJulien Crétin
 - 
  
    
    PPascal Cuoq
 - 
  
    
    ZZaynah Dargaye
 - 
  
    
    BBasile Desloges
 - 
  
    
    JJean-Christophe Filliâtre
 - 
  
    
    PPhilippe Herrmann
 - 
  
    
    MMaxime Jacquemin
 - 
  
    
    BBenjamin Jorge
 - 
  
    
    FFlorent Kirchner
 - 
  
    
    AAlexander Kogtenkov
 - 
  
    
    RRemi Lazarini
 - 
  
    
    TTristan Le Gall
 - 
  
    
    KKilyan Le Gallic
 - 
  
    
    JJean-Christophe Léchenet
 - 
  
    
    MMatthieu Lemerre
 - 
  
    
    DDara Ly
 - 
  
    
    DDavid Maison
 - 
  
    
    CClaude Marché
 - 
  
    
    AAndré Maroneze
 - 
  
    
    TThibault Martin
 - 
  
    
    FFonenantsoa Maurica
 - 
  
    
    MMelody Méaulle
 - 
  
    
    BBenjamin Monate
 - 
  
    
    YYannick Moy
 - 
  
    
    PPierre Nigron
 - 
  
    
    AAnne Pacalet
 - 
  
    
    VValentin Perrelle
 - 
  
    
    GGuillaume Petiot
 - 
  
    
    DDario Pinto
 - 
  
    
    VVirgile Prevosto
 - 
  
    
    AArmand Puccetti
 - 
  
    
    FFélix Ridoux
 - 
  
    
    VVirgile Robles
 - 
  
    
    JJan Rochel
 - 
  
    
    MMuriel Roger
 - 
  
    
    CCécile Ruet-Cros
 - 
  
    
    JJulien Signoles
 - 
  
    
    NNicolas Stouls
 - 
  
    
    KKostyantyn Vorobyov
 - 
  
    
    BBoris Yakobowski
 
Maintainers
Sources
  
    
      frama-c-31.0-beta-Gallium.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=095ffbb3086a6cd963a03e3defab4f0dc32e9a43f026e552ec9ae346a6e20522
    
    
  doc/frama-c.gui/Frama_c_gui/GSourceView/index.html
Module Frama_c_gui.GSourceViewSource
include module type of GSourceView3
GtkSourceView interface
GtkSourceStyleScheme
Source
class source_style_scheme : GtkSourceView3_types.source_style_scheme Gtk.obj -> object ... endGtkSourceStyleSchemeManager
Source
class source_style_scheme_manager : GtkSourceView3_types.source_style_scheme_manager Gtk.obj -> object ... endGtkSourceCompletionInfo
Source
class source_completion_info_signals : (GtkSourceView3_types.source_completion_info as 'b) Gtk.obj -> object ... endSource
class source_completion_info : ([> GtkSourceView3_types.source_completion_info ] as 'a) Gtk.obj -> object ... endGtkSourceCompletionProposal
Source
class source_completion_proposal_signals : GtkSourceView3_types.source_completion_proposal Gtk.obj -> object ... endSource
class source_completion_proposal : GtkSourceView3_types.source_completion_proposal Gtk.obj -> object ... endSource
class source_completion_item : GtkSourceView3_types.source_completion_proposal Gtk.obj -> object ... endSource
val source_completion_item : 
  ?label:string ->
  ?text:string ->
  ?icon:GdkPixbuf.pixbuf ->
  ?info:string ->
  unit ->
  source_completion_itemSource
val source_completion_item_with_markup : 
  ?label:string ->
  ?text:string ->
  ?icon:GdkPixbuf.pixbuf ->
  ?info:string ->
  unit ->
  source_completion_itemSource
val source_completion_item_from_stock : 
  ?label:string ->
  ?text:string ->
  stock:GtkStock.id ->
  info:string ->
  unit ->
  source_completion_itemGtkSourceCompletionProvider
Source
class source_completion_provider : GtkSourceView3_types.source_completion_provider Gtk.obj -> object ... endGtkSourceCompletionContext
Source
class source_completion_context_signals : GtkSourceView3_types.source_completion_context Gtk.obj -> object ... endSource
class source_completion_context : GtkSourceView3_types.source_completion_context Gtk.obj -> object ... endGtkSourceCompletion
Source
class source_completion_signals : GtkSourceView3_types.source_completion Gtk.obj -> object ... endGtkSourceLanguage
GtkSourceLanguageManager
Source
class source_language_manager : GtkSourceView3_types.source_language_manager Gtk.obj -> object ... endGtkSourceMark
Source
class source_mark_attributes : (GtkSourceView3_types.source_mark_attributes Gtk.obj as 'a) -> object ... endGtkSourceUndoManager
Source
class source_undo_manager_signals : (GtkSourceView3_types.source_undo_manager as 'b) Gtk.obj -> object ... endSource
class source_undo_manager : (GtkSourceView3_types.source_undo_manager as 'b) Gtk.obj -> object ... endGtkSourceBuffer
Source
class source_buffer_signals : (GtkSourceView3_types.source_buffer as 'b) Gtk.obj -> object ... endSource
val source_buffer : 
  ?language:source_language ->
  ?style_scheme:source_style_scheme ->
  ?tag_table:GText.tag_table ->
  ?text:string ->
  ?undo_manager:source_undo_manager ->
  ?highlight_matching_brackets:bool ->
  ?highlight_syntax:bool ->
  ?max_undo_levels:int ->
  unit ->
  source_bufferGtkSourceView
Source
class source_view_signals : ([> GtkSourceView3_types.source_view ] as 'b) Gtk.obj -> object ... endSource
val source_view : 
  ?source_buffer:source_buffer ->
  ?draw_spaces:SourceView3Enums.source_draw_spaces_flags list ->
  ?auto_indent:bool ->
  ?highlight_current_line:bool ->
  ?indent_on_tab:bool ->
  ?indent_width:int ->
  ?insert_spaces_instead_of_tabs:bool ->
  ?right_margin_position:int ->
  ?show_line_marks:bool ->
  ?show_line_numbers:bool ->
  ?show_right_margin:bool ->
  ?smart_home_end:SourceView3Enums.source_smart_home_end_type ->
  ?tab_width:int ->
  ?editable:bool ->
  ?cursor_visible:bool ->
  ?justification:GtkEnums.justification ->
  ?wrap_mode:GtkEnums.wrap_mode ->
  ?accepts_tab:bool ->
  ?border_width:int ->
  ?width:int ->
  ?height:int ->
  ?packing:(GObj.widget -> unit) ->
  ?show:bool ->
  unit ->
  source_viewMisc
Source
val make_marker_attributes : 
  source:source_view ->
  category:string ->
  priority:int ->
  ?background:Gdk.rgba ->
  ?pixbuf:GdkPixbuf.pixbuf ->
  ?icon_name:string ->
  unit ->
  unit sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >