Method

IdeHoverContextadd_widget

Declaration

void
ide_hover_context_add_widget (
  IdeHoverContext* self,
  gint priority,
  const gchar* title,
  GtkWidget* widget
)

Description

No description available.

Parameters

priority gint
  No description available.
title const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
widget GtkWidget
  No description available.
 The data is owned by the caller of the function.