]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkclipboard.h
texthandles: Keep state internally to avoid X overhead
[~andy/gtk] / gtk / gtkclipboard.h
index 4b2756c6c762ed2221584e91c223ea88a1ab5aa6..b04eea4d49d805477cc4d70c21dae28f2b57559e 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Global clipboard abstraction.
  */
 
+#ifndef __GTK_CLIPBOARD_H__
+#define __GTK_CLIPBOARD_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_CLIPBOARD_H__
-#define __GTK_CLIPBOARD_H__
-
 #include <gtk/gtkselection.h>
 
 G_BEGIN_DECLS