mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Fix compile error about missing prototype
For g_nextstep_settings_backend_get_type()
This commit is contained in:
parent
f1b34cab8a
commit
5588d47985
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
GType g_nextstep_settings_backend_get_type (void);
|
||||||
|
|
||||||
#define G_NEXTSTEP_SETTINGS_BACKEND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), g_nextstep_settings_backend_get_type (), GNextstepSettingsBackend))
|
#define G_NEXTSTEP_SETTINGS_BACKEND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), g_nextstep_settings_backend_get_type (), GNextstepSettingsBackend))
|
||||||
|
|
||||||
typedef struct _GNextstepSettingsBackend GNextstepSettingsBackend;
|
typedef struct _GNextstepSettingsBackend GNextstepSettingsBackend;
|
||||||
|
Loading…
Reference in New Issue
Block a user