summaryrefslogtreecommitdiff
path: root/gdk/gdkcontentformatsprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-17 17:31:59 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-20 23:12:33 +0100
commit0638bbb5d58d783519fd07dc548996d405398f4f (patch)
tree5da6e5e369c1e62da96ca907fe76794181c20f00 /gdk/gdkcontentformatsprivate.h
parent0b40ad32f3cd496a65a96eca37f675f2b5dd1b75 (diff)
downloadgtk+-0638bbb5d58d783519fd07dc548996d405398f4f.tar.gz
gdk: Move GtkTargetList to GDK
It's gonna be renamed next, so put it in the right source file already. For now retain the old name to keep the diff small.
Diffstat (limited to 'gdk/gdkcontentformatsprivate.h')
-rw-r--r--gdk/gdkcontentformatsprivate.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/gdk/gdkcontentformatsprivate.h b/gdk/gdkcontentformatsprivate.h
new file mode 100644
index 0000000000..b8f0a87495
--- /dev/null
+++ b/gdk/gdkcontentformatsprivate.h
@@ -0,0 +1,33 @@
+/* GTK - The GIMP Toolkit
+ *
+ * Copyright (C) 2017 Benjamin Otte
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * 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, see <http://www.gnu.org/licenses/>.
+ */
+
+
+#ifndef __GTK_CONTENT_FORMATS_PRIVATE_H__
+#define __GTK_CONTENT_FORMATS_PRIVATE_H__
+
+#include "gdkcontentformats.h"
+
+G_BEGIN_DECLS
+
+GdkAtom *gtk_target_list_get_atoms (GtkTargetList *targets,
+ guint *n_atoms);
+
+
+G_END_DECLS
+
+#endif /* __GTK_CONTENT_FORMATS_PRIVATE_H__ */