]> Pileus Git - ~andy/gtk/blobdiff - gdk/x11/gdkx11window.h
Add available marker to gdk_x11_window_set_utf8_property
[~andy/gtk] / gdk / x11 / gdkx11window.h
index 9b13aa1c0fc5d814a019315bef3a2616a9f8e511..88cc40fa8020553fcf1556db782d38dba1e6051a 100644 (file)
@@ -12,9 +12,7 @@
  * 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/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#ifndef __GDK_X11_WINDOW_H__
+#define __GDK_X11_WINDOW_H__
+
 #if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdkx.h> can be included directly."
 #endif
 
-#ifndef __GDK_X11_WINDOW_H__
-#define __GDK_X11_WINDOW_H__
-
 #include <gdk/gdk.h>
 
 #include <X11/Xlib.h>
@@ -57,6 +55,7 @@ GType    gdk_x11_window_get_type          (void);
 Window   gdk_x11_window_get_xid           (GdkWindow   *window);
 void     gdk_x11_window_set_user_time     (GdkWindow   *window,
                                            guint32      timestamp);
+GDK_AVAILABLE_IN_3_4
 void     gdk_x11_window_set_utf8_property    (GdkWindow *window,
                                              const gchar *name,
                                              const gchar *value);