util

util —

Synopsis




enum        WnckClientType;
void        wnck_gtk_window_set_dock_type   (GtkWindow *window);
void        wnck_set_client_type            (WnckClientType ewmh_sourceindication_client_type);
void        wnck_xid_read_resource_usage    (GdkDisplay *gdk_display,
                                             long xid ,
                                             WnckResourceUsage *usage);
void        wnck_pid_read_resource_usage    (GdkDisplay *gdk_display,
                                             long pid ,
                                             WnckResourceUsage *usage);

Description

Details

enum WnckClientType

typedef enum {
  WNCK_CLIENT_TYPE_APPLICATION = 1,
  WNCK_CLIENT_TYPE_PAGER = 2
} WnckClientType;


wnck_gtk_window_set_dock_type ()

void        wnck_gtk_window_set_dock_type   (GtkWindow *window);

window :

wnck_set_client_type ()

void        wnck_set_client_type            (WnckClientType ewmh_sourceindication_client_type);

ewmh_sourceindication_client_type :

wnck_xid_read_resource_usage ()

void        wnck_xid_read_resource_usage    (GdkDisplay *gdk_display,
                                             long xid ,
                                             WnckResourceUsage *usage);

gdk_display :
Param2 :
usage :

wnck_pid_read_resource_usage ()

void        wnck_pid_read_resource_usage    (GdkDisplay *gdk_display,
                                             long pid ,
                                             WnckResourceUsage *usage);

gdk_display :
Param2 :
usage :