Class DBusMethodInfo

All Implemented Interfaces:
PointerInterface

public class DBusMethodInfo extends Record
Information about a method on an D-Bus interface.

https://docs.gtk.org/gio/struct.DBusMethodInfo.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)
      The name of the D-Bus method, e.g. @RequestName.
    • getFieldName

      public Str getFieldName()
      The name of the D-Bus method, e.g. @RequestName.
    • ref

      public DBusMethodInfo 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()