﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ClipboardTextReceivedFunc" FullName="Gtk.ClipboardTextReceivedFunc"><TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClipboardTextReceivedFunc(Clipboard clipboard, string text);" /><AssemblyInfo><AssemblyName>gtk-sharp</AssemblyName><AssemblyVersion>2.12.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement><Docs><param name="clipboard">To be added.</param><param name="text">A <see cref="T:System.String" /> containing the clipboard's text.</param><summary>Delegate for a function to be called when an application receives text from the clipboard.</summary><remarks><para>
If the clipboard is empty, text will be null.
</para></remarks></Docs><Base><BaseTypeName>System.Delegate</BaseTypeName></Base><Members /><Parameters><Parameter Name="clipboard" Type="Gtk.Clipboard" /><Parameter Name="text" Type="System.String" /></Parameters><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue></Type>