Class DBusArgInfo

All Implemented Interfaces:
PointerInterface

public class DBusArgInfo extends Record
Information about an argument for a method or a signal.

https://docs.gtk.org/gio/struct.DBusArgInfo.html

  • Field Details

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldRefCount

      public void setFieldRefCount(int ref_count)
      The reference count or -1 if statically allocated.
    • getFieldRefCount

      public int getFieldRefCount()
      The reference count or -1 if statically allocated.
    • setFieldName

      public void setFieldName(Str name)
      Name of the argument, e.g. @unix_user_id.
    • getFieldName

      public Str getFieldName()
      Name of the argument, e.g. @unix_user_id.
    • setFieldSignature

      public void setFieldSignature(Str signature)
      D-Bus signature of the argument (a single complete type).
    • getFieldSignature

      public Str getFieldSignature()
      D-Bus signature of the argument (a single complete type).
    • ref

      public DBusArgInfo ref()
      If @info is statically allocated does nothing. Otherwise increases
      the reference count.
      Returns:
      The same @info.
    • unref

      public void unref()
      If @info is statically allocated, does nothing. Otherwise decreases
      the reference count of @info. When its reference count drops to 0,
      the memory used is freed.
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()