Fix compile error about missing prototype

For g_nextstep_settings_backend_get_type()
This commit is contained in:
John Ralls 2012-11-08 09:52:28 -08:00
parent f1b34cab8a
commit 5588d47985

View File

@ -25,6 +25,8 @@
#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))
typedef struct _GNextstepSettingsBackend GNextstepSettingsBackend;