Method

AtspiTextremove_selection

Declaration [src]

gboolean
atspi_text_remove_selection (
  AtspiText* obj,
  gint selection_num,
  GError** error
)

Description [src]

De-selects a text selection.

Parameters

selection_num gint
 

A #gint indicating which text selection to remove.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if successful, FALSE otherwise.