Class
IdeFileSettings
Constructors
ide_file_settings_new
Instance methods
ide_file_settings_get_language
If the language for file settings is known up-front, this will indicate the language identifier known to GtkSourceView such as “c” or “sh”.
Available since: 3.32
Properties
Ide.FileSettings:auto-indent
Ide.FileSettings:auto-indent-set
Ide.FileSettings:encoding
Ide.FileSettings:encoding-set
Ide.FileSettings:file
Ide.FileSettings:indent-style
Ide.FileSettings:indent-style-set
Ide.FileSettings:indent-width
Ide.FileSettings:indent-width-set
Ide.FileSettings:insert-matching-brace
Ide.FileSettings:insert-matching-brace-set
Ide.FileSettings:insert-trailing-newline
Ide.FileSettings:insert-trailing-newline-set
Ide.FileSettings:language
Ide.FileSettings:newline-type
Ide.FileSettings:newline-type-set
Ide.FileSettings:overwrite-braces
Ide.FileSettings:overwrite-braces-set
Ide.FileSettings:right-margin-position
Ide.FileSettings:right-margin-position-set
Ide.FileSettings:settled
Ide.FileSettings:show-right-margin
Ide.FileSettings:show-right-margin-set
Ide.FileSettings:spaces-style
Ide.FileSettings:spaces-style-set
Ide.FileSettings:tab-width
Ide.FileSettings:tab-width-set
Ide.FileSettings:trim-trailing-whitespace
Ide.FileSettings:trim-trailing-whitespace-set
Properties inherited from IdeObject (2)
Ide.Object:cancellable
The “cancellable” property is a GCancellable
that can be used by operations
that will be cancelled when the IdeObject::destroy
signal is emitted on self
.
Available since: 3.32
Ide.Object:parent
The parent IdeObject
, if any.
Available since: 3.32
Signals
Signals inherited from IdeObject (1)
Ide.Object::destroy
The “destroy” signal is emitted when the object should destroy itself and cleanup any state that is no longer necessary. This happens when the object has been removed from the because it was requested to be destroyed, or because a parent object is being destroyed.
Available since: 3.32
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.