summaryrefslogtreecommitdiff
path: root/gdk/gdkproperty.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-14 03:01:59 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-14 03:05:34 +0100
commitf2bb2024c87dae1ce655154fb5bea0eb07cef48c (patch)
treeadd8c53a1633c0cf6d7ec67d7e6b3db2d9c33aab /gdk/gdkproperty.h
parent82aa0eacb267d2b21a676ecfc477a4bf8fbd8637 (diff)
downloadgtk+-f2bb2024c87dae1ce655154fb5bea0eb07cef48c.tar.gz
gdk: Remove properties
They are not used anymore. Gone with them are PropertyNotify events.
Diffstat (limited to 'gdk/gdkproperty.h')
-rw-r--r--gdk/gdkproperty.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/gdk/gdkproperty.h b/gdk/gdkproperty.h
index 85420e55cb..565ca98b92 100644
--- a/gdk/gdkproperty.h
+++ b/gdk/gdkproperty.h
@@ -35,23 +35,6 @@
G_BEGIN_DECLS
-/**
- * GdkPropMode:
- * @GDK_PROP_MODE_REPLACE: the new data replaces the existing data.
- * @GDK_PROP_MODE_PREPEND: the new data is prepended to the existing data.
- * @GDK_PROP_MODE_APPEND: the new data is appended to the existing data.
- *
- * Describes how existing data is combined with new data when
- * using gdk_property_change().
- */
-typedef enum
-{
- GDK_PROP_MODE_REPLACE,
- GDK_PROP_MODE_PREPEND,
- GDK_PROP_MODE_APPEND
-} GdkPropMode;
-
-
GDK_AVAILABLE_IN_ALL
GdkAtom gdk_atom_intern (const gchar *atom_name,
gboolean only_if_exists);
@@ -62,29 +45,6 @@ gchar* gdk_atom_name (GdkAtom atom);
GDK_AVAILABLE_IN_ALL
-gboolean gdk_property_get (GdkWindow *window,
- GdkAtom property,
- GdkAtom type,
- gulong offset,
- gulong length,
- gint pdelete,
- GdkAtom *actual_property_type,
- gint *actual_format,
- gint *actual_length,
- guchar **data);
-GDK_AVAILABLE_IN_ALL
-void gdk_property_change (GdkWindow *window,
- GdkAtom property,
- GdkAtom type,
- gint format,
- GdkPropMode mode,
- const guchar *data,
- gint nelements);
-GDK_AVAILABLE_IN_ALL
-void gdk_property_delete (GdkWindow *window,
- GdkAtom property);
-
-GDK_AVAILABLE_IN_ALL
gint gdk_text_property_to_utf8_list_for_display (GdkDisplay *display,
GdkAtom encoding,
gint format,