Advertisement
Guest User

Untitled

a guest
May 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 1.26 KB | None | 0 0
  1. freesmartphone.c:1111:6: error: conflicting types for 'free_smartphone_preferences_service_get_type'
  2. void free_smartphone_preferences_service_get_type (FreeSmartphonePreferencesService* self, const gchar* key, GAsyncReadyCallback _callback_, gpointer _user_data_);
  3.      ^
  4. freesmartphone.c:1102:7: note: previous declaration is here
  5. GType free_smartphone_preferences_service_get_type (void) G_GNUC_CONST;
  6.       ^
  7. freesmartphone.c:1149:8: error: conflicting types for 'free_smartphone_preferences_service_sync_get_type'
  8. gchar* free_smartphone_preferences_service_sync_get_type (FreeSmartphonePreferencesServiceSync* self, const gchar* key, GError** error);
  9.        ^
  10. freesmartphone.c:1144:7: note: previous declaration is here
  11. GType free_smartphone_preferences_service_sync_get_type (void) G_GNUC_CONST;
  12.       ^
  13. freesmartphone.c:1156:15: error: static declaration of 'free_smartphone_preferences_service_sync_proxy_get_type' follows non-static declaration
  14. static gchar* free_smartphone_preferences_service_sync_proxy_get_type (FreeSmartphonePreferencesServiceSync* self, const gchar* key, GError** error);
  15.               ^
  16. freesmartphone.c:1142:7: note: previous declaration is here
  17. GType free_smartphone_preferences_service_sync_proxy_get_type (void) G_GNUC_CONST;
  18.       ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement