Namespace Gtk.Internal
Classes
- AssistantPageFuncAsyncHandler
Async Handler for AssistantPageFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- AssistantPageFuncForeverHandler
Forever Handler for AssistantPageFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- AssistantPageFuncNotifiedHandler
Notified Handler for AssistantPageFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CellAllocCallbackAsyncHandler
Async Handler for CellAllocCallback. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CellAllocCallbackForeverHandler
Forever Handler for CellAllocCallback. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CellAllocCallbackNotifiedHandler
Notified Handler for CellAllocCallback. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CellCallbackAsyncHandler
Async Handler for CellCallback. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CellCallbackForeverHandler
Forever Handler for CellCallback. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CellCallbackNotifiedHandler
Notified Handler for CellCallback. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CellLayoutDataFuncAsyncHandler
Async Handler for CellLayoutDataFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CellLayoutDataFuncForeverHandler
Forever Handler for CellLayoutDataFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CellLayoutDataFuncNotifiedHandler
Notified Handler for CellLayoutDataFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CustomAllocateFuncAsyncHandler
Async Handler for CustomAllocateFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CustomAllocateFuncForeverHandler
Forever Handler for CustomAllocateFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CustomAllocateFuncNotifiedHandler
Notified Handler for CustomAllocateFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CustomFilterFuncAsyncHandler
Async Handler for CustomFilterFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CustomFilterFuncForeverHandler
Forever Handler for CustomFilterFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CustomFilterFuncNotifiedHandler
Notified Handler for CustomFilterFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CustomMeasureFuncAsyncHandler
Async Handler for CustomMeasureFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CustomMeasureFuncForeverHandler
Forever Handler for CustomMeasureFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CustomMeasureFuncNotifiedHandler
Notified Handler for CustomMeasureFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- CustomRequestModeFuncAsyncHandler
Async Handler for CustomRequestModeFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CustomRequestModeFuncForeverHandler
Forever Handler for CustomRequestModeFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CustomRequestModeFuncNotifiedHandler
Notified Handler for CustomRequestModeFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- DrawingAreaDrawFuncAsyncHandler
Async Handler for DrawingAreaDrawFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- DrawingAreaDrawFuncForeverHandler
Forever Handler for DrawingAreaDrawFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- DrawingAreaDrawFuncNotifiedHandler
Notified Handler for DrawingAreaDrawFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- EntryCompletionMatchFuncAsyncHandler
Async Handler for EntryCompletionMatchFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- EntryCompletionMatchFuncForeverHandler
Forever Handler for EntryCompletionMatchFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- EntryCompletionMatchFuncNotifiedHandler
Notified Handler for EntryCompletionMatchFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ExpressionNotifyAsyncHandler
Async Handler for ExpressionNotify. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ExpressionNotifyForeverHandler
Forever Handler for ExpressionNotify. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ExpressionNotifyNotifiedHandler
Notified Handler for ExpressionNotify. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- FlowBoxCreateWidgetFuncAsyncHandler
Async Handler for FlowBoxCreateWidgetFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- FlowBoxCreateWidgetFuncForeverHandler
Forever Handler for FlowBoxCreateWidgetFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- FlowBoxCreateWidgetFuncNotifiedHandler
Notified Handler for FlowBoxCreateWidgetFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- FlowBoxFilterFuncAsyncHandler
Async Handler for FlowBoxFilterFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- FlowBoxFilterFuncForeverHandler
Forever Handler for FlowBoxFilterFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- FlowBoxFilterFuncNotifiedHandler
Notified Handler for FlowBoxFilterFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- FlowBoxForeachFuncAsyncHandler
Async Handler for FlowBoxForeachFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- FlowBoxForeachFuncForeverHandler
Forever Handler for FlowBoxForeachFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- FlowBoxForeachFuncNotifiedHandler
Notified Handler for FlowBoxForeachFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- FlowBoxSortFuncAsyncHandler
Async Handler for FlowBoxSortFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- FlowBoxSortFuncForeverHandler
Forever Handler for FlowBoxSortFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- FlowBoxSortFuncNotifiedHandler
Notified Handler for FlowBoxSortFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- FontFilterFuncAsyncHandler
Async Handler for FontFilterFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- FontFilterFuncForeverHandler
Forever Handler for FontFilterFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- FontFilterFuncNotifiedHandler
Notified Handler for FontFilterFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- IconViewForeachFuncAsyncHandler
Async Handler for IconViewForeachFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- IconViewForeachFuncForeverHandler
Forever Handler for IconViewForeachFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- IconViewForeachFuncNotifiedHandler
Notified Handler for IconViewForeachFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ListBoxCreateWidgetFuncAsyncHandler
Async Handler for ListBoxCreateWidgetFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ListBoxCreateWidgetFuncForeverHandler
Forever Handler for ListBoxCreateWidgetFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ListBoxCreateWidgetFuncNotifiedHandler
Notified Handler for ListBoxCreateWidgetFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ListBoxFilterFuncAsyncHandler
Async Handler for ListBoxFilterFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ListBoxFilterFuncForeverHandler
Forever Handler for ListBoxFilterFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ListBoxFilterFuncNotifiedHandler
Notified Handler for ListBoxFilterFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ListBoxForeachFuncAsyncHandler
Async Handler for ListBoxForeachFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ListBoxForeachFuncForeverHandler
Forever Handler for ListBoxForeachFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ListBoxForeachFuncNotifiedHandler
Notified Handler for ListBoxForeachFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ListBoxSortFuncAsyncHandler
Async Handler for ListBoxSortFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ListBoxSortFuncForeverHandler
Forever Handler for ListBoxSortFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ListBoxSortFuncNotifiedHandler
Notified Handler for ListBoxSortFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ListBoxUpdateHeaderFuncAsyncHandler
Async Handler for ListBoxUpdateHeaderFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ListBoxUpdateHeaderFuncForeverHandler
Forever Handler for ListBoxUpdateHeaderFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ListBoxUpdateHeaderFuncNotifiedHandler
Notified Handler for ListBoxUpdateHeaderFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- MapListModelMapFuncAsyncHandler
Async Handler for MapListModelMapFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- MapListModelMapFuncForeverHandler
Forever Handler for MapListModelMapFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- MapListModelMapFuncNotifiedHandler
Notified Handler for MapListModelMapFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- MenuButtonCreatePopupFuncAsyncHandler
Async Handler for MenuButtonCreatePopupFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- MenuButtonCreatePopupFuncForeverHandler
Forever Handler for MenuButtonCreatePopupFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- MenuButtonCreatePopupFuncNotifiedHandler
Notified Handler for MenuButtonCreatePopupFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- PageSetupDoneFuncAsyncHandler
Async Handler for PageSetupDoneFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- PageSetupDoneFuncForeverHandler
Forever Handler for PageSetupDoneFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- PageSetupDoneFuncNotifiedHandler
Notified Handler for PageSetupDoneFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- PrintJobCompleteFuncAsyncHandler
Async Handler for PrintJobCompleteFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- PrintJobCompleteFuncForeverHandler
Forever Handler for PrintJobCompleteFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- PrintJobCompleteFuncNotifiedHandler
Notified Handler for PrintJobCompleteFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- PrintSettingsFuncAsyncHandler
Async Handler for PrintSettingsFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- PrintSettingsFuncForeverHandler
Forever Handler for PrintSettingsFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- PrintSettingsFuncNotifiedHandler
Notified Handler for PrintSettingsFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- PrinterFuncAsyncHandler
Async Handler for PrinterFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- PrinterFuncForeverHandler
Forever Handler for PrinterFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- PrinterFuncNotifiedHandler
Notified Handler for PrinterFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ScaleFormatValueFuncAsyncHandler
Async Handler for ScaleFormatValueFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ScaleFormatValueFuncForeverHandler
Forever Handler for ScaleFormatValueFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ScaleFormatValueFuncNotifiedHandler
Notified Handler for ScaleFormatValueFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- ShortcutFuncAsyncHandler
Async Handler for ShortcutFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ShortcutFuncForeverHandler
Forever Handler for ShortcutFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ShortcutFuncNotifiedHandler
Notified Handler for ShortcutFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TextCharPredicateAsyncHandler
Async Handler for TextCharPredicate. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TextCharPredicateForeverHandler
Forever Handler for TextCharPredicate. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TextCharPredicateNotifiedHandler
Notified Handler for TextCharPredicate. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TextTagTableForeachAsyncHandler
Async Handler for TextTagTableForeach. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TextTagTableForeachForeverHandler
Forever Handler for TextTagTableForeach. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TextTagTableForeachNotifiedHandler
Notified Handler for TextTagTableForeach. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TickCallbackAsyncHandler
Async Handler for TickCallback. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TickCallbackForeverHandler
Forever Handler for TickCallback. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TickCallbackNotifiedHandler
Notified Handler for TickCallback. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeCellDataFuncAsyncHandler
Async Handler for TreeCellDataFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeCellDataFuncForeverHandler
Forever Handler for TreeCellDataFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeCellDataFuncNotifiedHandler
Notified Handler for TreeCellDataFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeIterCompareFuncAsyncHandler
Async Handler for TreeIterCompareFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeIterCompareFuncForeverHandler
Forever Handler for TreeIterCompareFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeIterCompareFuncNotifiedHandler
Notified Handler for TreeIterCompareFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeListModelCreateModelFuncAsyncHandler
Async Handler for TreeListModelCreateModelFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeListModelCreateModelFuncForeverHandler
Forever Handler for TreeListModelCreateModelFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeListModelCreateModelFuncNotifiedHandler
Notified Handler for TreeListModelCreateModelFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeModelFilterModifyFuncAsyncHandler
Async Handler for TreeModelFilterModifyFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeModelFilterModifyFuncForeverHandler
Forever Handler for TreeModelFilterModifyFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeModelFilterModifyFuncNotifiedHandler
Notified Handler for TreeModelFilterModifyFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeModelFilterVisibleFuncAsyncHandler
Async Handler for TreeModelFilterVisibleFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeModelFilterVisibleFuncForeverHandler
Forever Handler for TreeModelFilterVisibleFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeModelFilterVisibleFuncNotifiedHandler
Notified Handler for TreeModelFilterVisibleFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeModelForeachFuncAsyncHandler
Async Handler for TreeModelForeachFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeModelForeachFuncForeverHandler
Forever Handler for TreeModelForeachFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeModelForeachFuncNotifiedHandler
Notified Handler for TreeModelForeachFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeSelectionForeachFuncAsyncHandler
Async Handler for TreeSelectionForeachFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeSelectionForeachFuncForeverHandler
Forever Handler for TreeSelectionForeachFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeSelectionForeachFuncNotifiedHandler
Notified Handler for TreeSelectionForeachFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeSelectionFuncAsyncHandler
Async Handler for TreeSelectionFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeSelectionFuncForeverHandler
Forever Handler for TreeSelectionFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeSelectionFuncNotifiedHandler
Notified Handler for TreeSelectionFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeViewColumnDropFuncAsyncHandler
Async Handler for TreeViewColumnDropFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeViewColumnDropFuncForeverHandler
Forever Handler for TreeViewColumnDropFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeViewColumnDropFuncNotifiedHandler
Notified Handler for TreeViewColumnDropFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeViewMappingFuncAsyncHandler
Async Handler for TreeViewMappingFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeViewMappingFuncForeverHandler
Forever Handler for TreeViewMappingFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeViewMappingFuncNotifiedHandler
Notified Handler for TreeViewMappingFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeViewRowSeparatorFuncAsyncHandler
Async Handler for TreeViewRowSeparatorFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeViewRowSeparatorFuncForeverHandler
Forever Handler for TreeViewRowSeparatorFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeViewRowSeparatorFuncNotifiedHandler
Notified Handler for TreeViewRowSeparatorFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- TreeViewSearchEqualFuncAsyncHandler
Async Handler for TreeViewSearchEqualFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TreeViewSearchEqualFuncForeverHandler
Forever Handler for TreeViewSearchEqualFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TreeViewSearchEqualFuncNotifiedHandler
Notified Handler for TreeViewSearchEqualFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.
- WidgetActionActivateFuncAsyncHandler
Async Handler for WidgetActionActivateFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- WidgetActionActivateFuncForeverHandler
Forever Handler for WidgetActionActivateFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- WidgetActionActivateFuncNotifiedHandler
Notified Handler for WidgetActionActivateFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotify
in place of a destroy_notify callback parameter.