]> 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 ecfbea5c8ddf5fae9c875c9d25d2b21e5e483ff2..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,16 @@ 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);
+GDK_AVAILABLE_IN_3_2
+void     gdk_x11_window_set_theme_variant (GdkWindow   *window,
+                                           char        *variant);
+GDK_AVAILABLE_IN_3_4
+void     gdk_x11_window_set_hide_titlebar_when_maximized (GdkWindow *window,
+                                                          gboolean   hide_titlebar_when_maximized);
 void     gdk_x11_window_move_to_current_desktop (GdkWindow   *window);
 
 /**