Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GDK_TYPE_WAYLAND_TOPLEVEL (gdk_wayland_toplevel_get_type()) |
#define | GDK_WAYLAND_TOPLEVEL(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_TOPLEVEL, GdkWaylandToplevel)) |
#define | GDK_IS_WAYLAND_TOPLEVEL(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_TOPLEVEL)) |
Typedefs | |
typedef void(* | GdkWaylandToplevelExported) (GdkToplevel *toplevel, const char *handle, gpointer user_data) |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gdk_wayland_toplevel_get_type (void) |
GDK_AVAILABLE_IN_ALL gboolean | gdk_wayland_toplevel_export_handle (GdkToplevel *toplevel, GdkWaylandToplevelExported callback, gpointer user_data, GDestroyNotify destroy_func) |
void | gdk_wayland_toplevel_unexport_handle (GdkToplevel *toplevel) |
GDK_AVAILABLE_IN_4_12 void | gdk_wayland_toplevel_drop_exported_handle (GdkToplevel *toplevel, const char *handle) |
GDK_AVAILABLE_IN_ALL gboolean | gdk_wayland_toplevel_set_transient_for_exported (GdkToplevel *toplevel, const char *parent_handle_str) |
GDK_AVAILABLE_IN_ALL void | gdk_wayland_toplevel_set_application_id (GdkToplevel *toplevel, const char *application_id) |
Variables | |
G_BEGIN_DECLS typedef GdkToplevel | GdkWaylandToplevel |
#define GDK_IS_WAYLAND_TOPLEVEL | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_WAYLAND_TOPLEVEL)) |
Definition at line 39 of file gdkwaylandtoplevel.h.
#define GDK_TYPE_WAYLAND_TOPLEVEL (gdk_wayland_toplevel_get_type()) |
Definition at line 37 of file gdkwaylandtoplevel.h.
#define GDK_WAYLAND_TOPLEVEL | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_WAYLAND_TOPLEVEL, GdkWaylandToplevel)) |
Definition at line 38 of file gdkwaylandtoplevel.h.
typedef void(* GdkWaylandToplevelExported) (GdkToplevel *toplevel, const char *handle, gpointer user_data) |
Definition at line 45 of file gdkwaylandtoplevel.h.
GDK_AVAILABLE_IN_4_12 void gdk_wayland_toplevel_drop_exported_handle | ( | GdkToplevel * | toplevel, |
const char * | handle ) |
GDK_AVAILABLE_IN_ALL gboolean gdk_wayland_toplevel_export_handle | ( | GdkToplevel * | toplevel, |
GdkWaylandToplevelExported | callback, | ||
gpointer | user_data, | ||
GDestroyNotify | destroy_func ) |
GDK_AVAILABLE_IN_ALL GType gdk_wayland_toplevel_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL void gdk_wayland_toplevel_set_application_id | ( | GdkToplevel * | toplevel, |
const char * | application_id ) |
GDK_AVAILABLE_IN_ALL gboolean gdk_wayland_toplevel_set_transient_for_exported | ( | GdkToplevel * | toplevel, |
const char * | parent_handle_str ) |
void gdk_wayland_toplevel_unexport_handle | ( | GdkToplevel * | toplevel | ) |
G_BEGIN_DECLS typedef GdkToplevel GdkWaylandToplevel |
Definition at line 34 of file gdkwaylandtoplevel.h.