Method

Gtk.Snapshot.push_debug

Declaration [src]

void
gtk_snapshot_push_debug (
  GtkSnapshot* snapshot,
  const char* message,
  ...
)

Description [src]

Inserts a debug node with a message.

Debug nodes don’t affect the rendering at all, but can be helpful in identifying parts of a render node tree dump, for example in the GTK inspector.

Parameters

message const char*
 

a printf-style format string

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
...
 

arguments for message