mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 12:54:11 +02:00
add an instance member value_type so the default value of the pspec class
Fri Dec 15 04:40:23 2000 Tim Janik <timj@gtk.org> * gparam.[hc]: add an instance member value_type so the default value of the pspec class can be overridden.
This commit is contained in:
@@ -103,6 +103,7 @@ typedef enum /*< skip >*/
|
||||
/* Type Checking Macros
|
||||
*/
|
||||
#define G_TYPE_IS_FUNDAMENTAL(type) (G_TYPE_BRANCH_SEQNO (type) == 0)
|
||||
#define G_TYPE_IS_DERIVED(type) (G_TYPE_BRANCH_SEQNO (type) > 0)
|
||||
#define G_TYPE_IS_INTERFACE(type) (G_TYPE_FUNDAMENTAL (type) == G_TYPE_INTERFACE)
|
||||
#define G_TYPE_IS_CLASSED(type) (g_type_check_flags ((type), G_TYPE_FLAG_CLASSED))
|
||||
#define G_TYPE_IS_INSTANTIATABLE(type) (g_type_check_flags ((type), G_TYPE_FLAG_INSTANTIATABLE))
|
||||
|
Reference in New Issue
Block a user