summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_x11.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-19 17:55:00 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-19 18:01:12 +0200
commitd8b0c8ec383dd33a109644670b0e7da06a96c7af (patch)
tree6ba6ed6a9f2e6da1d05555095a708fb9d6a3110b /gst-libs/gst/vaapi/gstvaapiutils_x11.h
parent562d98ec56d28956a618d3ef06c46ffc7ceecc96 (diff)
downloadgst-vaapi-d8b0c8ec383dd33a109644670b0e7da06a96c7af.tar.gz
Use standard G_GNUC_INTERNAL keyword instead of attribute_hidden.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiutils_x11.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiutils_x11.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiutils_x11.h b/gst-libs/gst/vaapi/gstvaapiutils_x11.h
index f9250878..090b4037 100644
--- a/gst-libs/gst/vaapi/gstvaapiutils_x11.h
+++ b/gst-libs/gst/vaapi/gstvaapiutils_x11.h
@@ -26,16 +26,19 @@
#include <X11/Xlib.h>
#include <glib.h>
-void x11_trap_errors(void)
- attribute_hidden;
+G_GNUC_INTERNAL
+void
+x11_trap_errors(void);
-int x11_untrap_errors(void)
- attribute_hidden;
+G_GNUC_INTERNAL
+int
+x11_untrap_errors(void);
+G_GNUC_INTERNAL
Window
-x11_create_window(Display *dpy, guint w, guint h, Visual *vis, Colormap cmap)
- attribute_hidden;
+x11_create_window(Display *dpy, guint w, guint h, Visual *vis, Colormap cmap);
+G_GNUC_INTERNAL
gboolean
x11_get_geometry(
Display *dpy,
@@ -44,6 +47,6 @@ x11_get_geometry(
gint *py,
guint *pwidth,
guint *pheight
-) attribute_hidden;
+);
#endif /* GST_VAAPI_UTILS_X11_H */