mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
window: Deprecate gtk_window_parse_geometry()
Geometry handling in GTK is deprecated.
This commit is contained in:
parent
b22fdf24e0
commit
84b788c4a5
@ -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,
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user