Method

AtspiEditableTextpaste_text

Declaration [src]

gboolean
atspi_editable_text_paste_text (
  AtspiEditableText* obj,
  gint position,
  GError** error
)

Description [src]

Inserts text from the system clipboard into an AtspiEditableText object. As with all character offsets, the specified position may not be the same as the resulting byte offset, since the text is in a variable-width encoding.

Parameters

position gint
 

A #gint indicating the character offset at which to insert the new text.

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

Return value

Returns: gboolean
 

TRUE if the operation was successful, otherwise FALSE.