summaryrefslogtreecommitdiff
path: root/src/include/xprops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/xprops.h')
-rw-r--r--src/include/xprops.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/include/xprops.h b/src/include/xprops.h
index 3e6c7312..cb3f28d8 100644
--- a/src/include/xprops.h
+++ b/src/include/xprops.h
@@ -71,11 +71,6 @@ typedef struct {
/* These all return the memory from Xlib, so require an XFree()
* when they return TRUE. They return TRUE on success.
*/
-gboolean meta_prop_get_atom_list (MetaDisplay *display,
- Window xwindow,
- Atom xatom,
- Atom **atoms_p,
- int *n_atoms_p);
gboolean meta_prop_get_motif_hints (MetaDisplay *display,
Window xwindow,
Atom xatom,
@@ -89,10 +84,6 @@ gboolean meta_prop_get_latin1_string (MetaDisplay *display,
Window xwindow,
Atom xatom,
char **str_p);
-gboolean meta_prop_get_utf8_string (MetaDisplay *display,
- Window xwindow,
- Atom xatom,
- char **str_p);
gboolean meta_prop_get_utf8_list (MetaDisplay *display,
Window xwindow,
Atom xatom,
@@ -116,26 +107,6 @@ gboolean meta_prop_get_cardinal_with_atom_type (MetaDisplay *display,
Atom xatom,
Atom prop_type,
gulong *cardinal_p);
-gboolean meta_prop_get_text_property (MetaDisplay *display,
- Window xwindow,
- Atom xatom,
- char **utf8_str_p);
-
-gboolean meta_prop_get_wm_hints (MetaDisplay *display,
- Window xwindow,
- Atom xatom,
- XWMHints **hints_p);
-
-gboolean meta_prop_get_class_hint (MetaDisplay *display,
- Window xwindow,
- Atom xatom,
- XClassHint *class_hint);
-
-gboolean meta_prop_get_size_hints (MetaDisplay *display,
- Window xwindow,
- Atom xatom,
- XSizeHints **hints_p,
- gulong *flags_p);
typedef enum
{
@@ -222,7 +193,3 @@ void meta_prop_free_values (MetaPropValue *values,
int n_values);
#endif
-
-
-
-