window: Deprecate gtk_window_parse_geometry()

Geometry handling in GTK is deprecated.
This commit is contained in:
Benjamin Otte 2016-01-27 01:09:51 +01:00
parent b22fdf24e0
commit 84b788c4a5
2 changed files with 3 additions and 1 deletions

View File

@ -11142,6 +11142,8 @@ gtk_XParseGeometry (const char *string,
* ]|
*
* Returns: %TRUE if string was parsed successfully
*
* Deprecated: 3.20: Geometry handling in GTK is deprecated.
**/
gboolean
gtk_window_parse_geometry (GtkWindow *window,

View File

@ -439,7 +439,7 @@ GDK_AVAILABLE_IN_ALL
void gtk_window_get_position (GtkWindow *window,
gint *root_x,
gint *root_y);
GDK_AVAILABLE_IN_ALL
GDK_DEPRECATED_IN_3_20
gboolean gtk_window_parse_geometry (GtkWindow *window,
const gchar *geometry);