mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Drop macro wrappers for get_version functions
These are not really useful, and were added long ago as a clutch for transitioning to the new names.
This commit is contained in:
parent
c418ce0365
commit
c9c391bd55
@ -4940,11 +4940,6 @@ gtk_get_micro_version
|
||||
gtk_get_binary_age
|
||||
gtk_get_interface_age
|
||||
gtk_check_version
|
||||
gtk_major_version
|
||||
gtk_minor_version
|
||||
gtk_micro_version
|
||||
gtk_binary_age
|
||||
gtk_interface_age
|
||||
|
||||
<SUBSECTION>
|
||||
GTK_MAJOR_VERSION
|
||||
|
@ -63,12 +63,6 @@ guint gtk_get_binary_age (void) G_GNUC_CONST;
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
guint gtk_get_interface_age (void) G_GNUC_CONST;
|
||||
|
||||
#define gtk_major_version gtk_get_major_version ()
|
||||
#define gtk_minor_version gtk_get_minor_version ()
|
||||
#define gtk_micro_version gtk_get_micro_version ()
|
||||
#define gtk_binary_age gtk_get_binary_age ()
|
||||
#define gtk_interface_age gtk_get_interface_age ()
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
const gchar* gtk_check_version (guint required_major,
|
||||
guint required_minor,
|
||||
|
Loading…
Reference in New Issue
Block a user