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.
- AssistantPageFuncCallHandler
Call Handler for AssistantPageFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CellAllocCallbackCallHandler
Call Handler for CellAllocCallback. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CellCallbackCallHandler
Call Handler for CellCallback. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CellLayoutDataFuncCallHandler
Call Handler for CellLayoutDataFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CustomAllocateFuncCallHandler
Call Handler for CustomAllocateFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CustomFilterFuncCallHandler
Call Handler for CustomFilterFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CustomMeasureFuncCallHandler
Call Handler for CustomMeasureFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- CustomRequestModeFuncCallHandler
Call Handler for CustomRequestModeFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- DrawingAreaDrawFuncCallHandler
Call Handler for DrawingAreaDrawFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- EntryCompletionMatchFuncCallHandler
Call Handler for EntryCompletionMatchFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ExpressionNotifyCallHandler
Call Handler for ExpressionNotify. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- FlowBoxCreateWidgetFuncCallHandler
Call Handler for FlowBoxCreateWidgetFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- FlowBoxFilterFuncCallHandler
Call Handler for FlowBoxFilterFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- FlowBoxForeachFuncCallHandler
Call Handler for FlowBoxForeachFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- FlowBoxSortFuncCallHandler
Call Handler for FlowBoxSortFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- FontFilterFuncCallHandler
Call Handler for FontFilterFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- IconViewForeachFuncCallHandler
Call Handler for IconViewForeachFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ListBoxCreateWidgetFuncCallHandler
Call Handler for ListBoxCreateWidgetFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ListBoxFilterFuncCallHandler
Call Handler for ListBoxFilterFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ListBoxForeachFuncCallHandler
Call Handler for ListBoxForeachFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ListBoxSortFuncCallHandler
Call Handler for ListBoxSortFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ListBoxUpdateHeaderFuncCallHandler
Call Handler for ListBoxUpdateHeaderFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- MapListModelMapFuncCallHandler
Call Handler for MapListModelMapFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- MenuButtonCreatePopupFuncCallHandler
Call Handler for MenuButtonCreatePopupFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- PageSetupDoneFuncCallHandler
Call Handler for PageSetupDoneFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- PrintJobCompleteFuncCallHandler
Call Handler for PrintJobCompleteFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- PrintSettingsFuncCallHandler
Call Handler for PrintSettingsFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- PrinterFuncCallHandler
Call Handler for PrinterFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ScaleFormatValueFuncCallHandler
Call Handler for ScaleFormatValueFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- ShortcutFuncCallHandler
Call Handler for ShortcutFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TextBufferCommitNotifyAsyncHandler
Async Handler for TextBufferCommitNotify. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- TextBufferCommitNotifyCallHandler
Call Handler for TextBufferCommitNotify. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- TextBufferCommitNotifyForeverHandler
Forever Handler for TextBufferCommitNotify. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- TextBufferCommitNotifyNotifiedHandler
Notified Handler for TextBufferCommitNotify. 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.
- TextCharPredicateCallHandler
Call Handler for TextCharPredicate. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TextTagTableForeachCallHandler
Call Handler for TextTagTableForeach. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TickCallbackCallHandler
Call Handler for TickCallback. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeCellDataFuncCallHandler
Call Handler for TreeCellDataFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeIterCompareFuncCallHandler
Call Handler for TreeIterCompareFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeListModelCreateModelFuncCallHandler
Call Handler for TreeListModelCreateModelFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeModelFilterModifyFuncCallHandler
Call Handler for TreeModelFilterModifyFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeModelFilterVisibleFuncCallHandler
Call Handler for TreeModelFilterVisibleFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeModelForeachFuncCallHandler
Call Handler for TreeModelForeachFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeSelectionForeachFuncCallHandler
Call Handler for TreeSelectionForeachFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeSelectionFuncCallHandler
Call Handler for TreeSelectionFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeViewColumnDropFuncCallHandler
Call Handler for TreeViewColumnDropFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeViewMappingFuncCallHandler
Call Handler for TreeViewMappingFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeViewRowSeparatorFuncCallHandler
Call Handler for TreeViewRowSeparatorFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- TreeViewSearchEqualFuncCallHandler
Call Handler for TreeViewSearchEqualFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.
- WidgetActionActivateFuncCallHandler
Call Handler for WidgetActionActivateFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- 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.