Class AppChooser
public class AppChooser
- Inheritance
-
AppChooser
- Inherited Members
Methods
GetAppInfo(IntPtr)
Calls native method gtk_app_chooser_get_app_info.
public static extern IntPtr GetAppInfo(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: Full Nullable: True
GetContentType(IntPtr)
Calls native method gtk_app_chooser_get_content_type.
public static extern NonNullableUtf8StringOwnedHandle GetContentType(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- NonNullableUtf8StringOwnedHandle
Transfer ownership: Full Nullable: False
GetGType()
Calls native function gtk_app_chooser_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
Refresh(IntPtr)
Calls native method gtk_app_chooser_refresh.
public static extern void Refresh(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False