Callbacks¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- Foundry.ActionActivateFunc(instance, action_name, param)¶
- Parameters:
action_name (
str) –param (
GLib.Variant) –
- Foundry.ExtensionSetForeachFunc(set, plugin_info, extension, *user_data)¶
- Parameters:
set (
Foundry.ExtensionSet) –plugin_info (
Peas.PluginInfo) –extension (
GObject.Object) –
- Foundry.ListModelMapFunc(item, *user_data)¶
- Parameters:
item (
GObject.Object) – The item to map
- Return type:
- Foundry.OnTypeDiagnosticsForeachFunc(diagnostic, *user_data)¶
- Parameters:
diagnostic (
Foundry.Diagnostic) – a [class`Foundry`.Diagnostic]user_data (
objectorNone) – data provided to foreach request
- Foundry.ProcessLauncherHandler(process_launcher, argv, env, cwd, unix_fd_map, *user_data)¶
- Parameters:
process_launcher (
Foundry.ProcessLauncher) –argv (
str) –env (
str) –cwd (
str) –unix_fd_map (
Foundry.UnixFDMap) –
- Returns:
- Return type:
- Foundry.ServiceAction(self, action_name, param)¶
- Parameters:
self (
Foundry.Service) –action_name (
str) –param (
GLib.Variant) –
- Foundry.TextBufferCommitNotify(buffer, flags, position, length, *user_data)¶
- Parameters:
buffer (
Foundry.TextBuffer) – the text buffer being notifiedflags (
Foundry.TextBufferNotifyFlags) – the type of commit notificationposition (
int) – the position of the text operationlength (
int) – the length of the text operation in charactersuser_data (
objectorNone) – user data passed to the callback
This callback maps to the same semantics as in GTK.
New in version 1.1.
- Foundry.VcsLineChangesForeach(line, change, *user_data)¶
- Parameters:
line (
int) –change (
Foundry.VcsLineChange) –