mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-11 11:03:01 +01:00
more 'static' adding in testcases
No dead code found this time...
This commit is contained in:
@@ -56,6 +56,7 @@ typedef struct {
|
||||
GTlsInteractionClass parent;
|
||||
} TestInteractionClass;
|
||||
|
||||
static GType test_interaction_get_type (void);
|
||||
G_DEFINE_TYPE (TestInteraction, test_interaction, G_TYPE_TLS_INTERACTION);
|
||||
|
||||
#define TEST_TYPE_INTERACTION (test_interaction_get_type ())
|
||||
|
||||
Reference in New Issue
Block a user