Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Variables

Functions

Variables

DEFAULT_ICON_SIZE: number
DEFAULT_MINI_ICON_SIZE: number
MAJOR_VERSION: number
MICRO_VERSION: number
MINOR_VERSION: number

Functions

  • Looks for the X resource usage of the application with process ID pid on display gdisplay. If no resource usage can be found, then all fields of usage are set to 0.

    In order to find the resource usage of an application that does not have an X window visible to libwnck (panel applets do not have any toplevel windows, for example), wnck_pid_read_resource_usage() walks through the whole tree of X windows. Since this walk is expensive in CPU, a cache is created. This cache is updated in the background. This means there is a non-null probability that no resource usage will be found for an application, even if it is an X client. If this happens, calling wnck_pid_read_resource_usage() again after a few seconds should work.

    To properly work, this function requires the XRes extension on the X server.

    Parameters

    • gdk_display: Gdk.Display

      a GdkDisplay.

    • pid: number

      a process ID.

    • usage: ResourceUsage

      return location for the X resource usage of the application with process ID pid.

    Returns void

  • set_client_type(ewmh_sourceindication_client_type: ClientType): void
  • Sets the role of the libwnck user.

    The default role is %WNCK_CLIENT_TYPE_APPLICATION. Therefore, for applications providing some window management features, like pagers or tasklists, it is important to set the role to %WNCK_CLIENT_TYPE_PAGER for libwnck to properly work.

    This function should only be called once per program. Additional calls with the same client type will be silently ignored. An attempt to change the client type to a differnet value after it has already been set will be ignored and a critical warning will be logged.

    Parameters

    • ewmh_sourceindication_client_type: ClientType

      a role for the client.

    Returns void

  • set_default_icon_size(size: number): void
  • The default main icon size is %WNCK_DEFAULT_ICON_SIZE. This function allows to change this value.

    Parameters

    • size: number

      the default size for windows and application standard icons.

    Returns void

  • set_default_mini_icon_size(size: number): void
  • The default main icon size is %WNCK_DEFAULT_MINI_ICON_SIZE. This function allows to change this value.

    Parameters

    • size: number

      the default size for windows and application mini icons.

    Returns void

  • shutdown(): void
  • Makes libwnck stop listening to events and tear down all resources from libwnck. This should be done if you are not going to need the state change notifications for an extended period of time, to avoid wakeups with every key and focus event.

    After this, all pointers to Wnck object you might still hold are invalid.

    Due to the fact that Wnck objects are all owned by libwnck, users of this API through introspection should be extremely careful: they must explicitly clear variables referencing objects before this call. Failure to do so might result in crashes.

    Returns void

  • Looks for the X resource usage of the application owning the X window ID xid on display gdisplay. If no resource usage can be found, then all fields of usage are set to 0.

    To properly work, this function requires the XRes extension on the X server.

    Parameters

    • gdk_display: Gdk.Display

      a GdkDisplay.

    • xid: number

      an X window ID.

    • usage: ResourceUsage

      return location for the X resource usage of the application owning the X window ID xid.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method