Class SignalQuery

All Implemented Interfaces:
PointerInterface

public class SignalQuery extends Record
A structure holding in-depth information for a specific signal.

See also: g_signal_query()

https://docs.gtk.org/gobject/struct.SignalQuery.html

  • Field Details

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldSignalId

      public void setFieldSignalId(int signal_id)
      The signal id of the signal being queried, or 0 if the
      signal to be queried was unknown.
    • getFieldSignalId

      public int getFieldSignalId()
      The signal id of the signal being queried, or 0 if the
      signal to be queried was unknown.
    • setFieldSignalName

      public void setFieldSignalName(Str signal_name)
      The signal name.
    • getFieldSignalName

      public Str getFieldSignalName()
      The signal name.
    • setFieldItype

      public void setFieldItype(long itype)
      The interface/instance type that this signal can be emitted for.
    • getFieldItype

      public long getFieldItype()
      The interface/instance type that this signal can be emitted for.
    • setFieldSignalFlags

      public void setFieldSignalFlags(int signal_flags)
      The signal flags as passed in to g_signal_new().
    • getFieldSignalFlags

      public int getFieldSignalFlags()
      The signal flags as passed in to g_signal_new().
    • setFieldReturnType

      public void setFieldReturnType(long return_type)
      The return type for user callbacks.
    • getFieldReturnType

      public long getFieldReturnType()
      The return type for user callbacks.
    • setFieldNParams

      public void setFieldNParams(int n_params)
      The number of parameters that user callbacks take.
    • getFieldNParams

      public int getFieldNParams()
      The number of parameters that user callbacks take.