Snippets for ario 1.6 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/ario/1.6_7/150amd64-default.log.
-
ario-filesystem-plugin.c:47:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 47 | plugin->priv = ARIO_FILESYSTEM_PLUGIN_GET_PRIVATE (plugin); | ^ -
ario-filesystem-plugin.c:80:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 80 | g_type_class_add_private (object_class, sizeof (ArioFilesystemPluginPrivate)); | ^ -
ario-filesystem.c:170:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 170 | g_type_class_add_private (klass, sizeof (ArioFilesystemPrivate)); | ^ -
ario-filesystem.c:182:28: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 182 | filesystem->priv = ARIO_FILESYSTEM_GET_PRIVATE (filesystem); | ^ -
ario-information-plugin.c:46:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 46 | plugin->priv = ARIO_INFORMATION_PLUGIN_GET_PRIVATE (plugin); | ^ -
ario-information-plugin.c:78:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 78 | g_type_class_add_private (object_class, sizeof (ArioInformationPluginPrivate)); | ^ -
ario-information.c:157:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 157 | g_type_class_add_private (klass, sizeof (ArioInformationPrivate)); | ^ -
ario-information.c:178:29: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 178 | information->priv = ARIO_INFORMATION_GET_PRIVATE (information); | ^ -
ario-radio.c:195:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 195 | g_type_class_add_private (klass, sizeof (ArioRadioPrivate)); | ^ -
ario-radio.c:206:23: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 206 | radio->priv = ARIO_RADIO_GET_PRIVATE (radio); | ^ -
ario-radios-plugin.c:48:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 48 | plugin->priv = ARIO_RADIOS_PLUGIN_GET_PRIVATE (plugin); | ^ -
ario-radios-plugin.c:82:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 82 | g_type_class_add_private (object_class, sizeof (ArioRadiosPluginPrivate)); | ^ -
ario-mmkeys-plugin.c:54:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 54 | plugin->priv = ARIO_MMKEYS_PLUGIN_GET_PRIVATE (plugin); | ^ -
ario-mmkeys-plugin.c:125:82: warning: overlapping comparisons always evaluate to true [-Wtautological-overlap-compare] 125 | (error->code != DBUS_GERROR_NAME_HAS_NO_OWNER || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 126 | error->code != DBUS_GERROR_SERVICE_UNKNOWN)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ario-mmkeys-plugin.c:174:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 174 | g_type_class_add_private (object_class, sizeof (ArioMmkeysPluginPrivate)); | ^ -
ario-util.c:349:9: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 349 | curl_easy_setopt (curl, CURLOPT_CONNECTTIMEOUT, 20); | ^ -
ario-util.c:351:9: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 351 | curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION ,1); | ^ -
ario-util.c:353:9: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 353 | curl_easy_setopt (curl, CURLOPT_NOSIGNAL, TRUE); | ^ -
ario-util.c:361:25: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 361 | curl_easy_setopt (curl, CURLOPT_PROXYPORT, port); | ^ -
ario-util.c:369:17: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 369 | curl_easy_setopt (curl, CURLOPT_POST, TRUE); | ^ -
ario-util.c:371:17: warning: call to 'Wcurl_easy_setopt_err_long' declared with 'warning' attribute: curl_easy_setopt expects a long argument [-Wattribute-warning] 371 | curl_easy_setopt (curl, CURLOPT_POSTFIELDSIZE, post_size); | ^ -
ario-main.c:110:48: warning: 'G_APPLICATION_FLAGS_NONE' is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations] 110 | app = gtk_application_new ("org.Ario", G_APPLICATION_FLAGS_NONE); | ^ -
servers/ario-mpd2.c:184:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 184 | g_type_class_add_private (klass, sizeof (ArioMpdPrivate)); | ^ -
servers/ario-mpd2.c:191:21: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 191 | mpd->priv = ARIO_MPD_GET_PRIVATE (mpd); | ^ -
servers/ario-mpd2.c:674:55: warning: implicit conversion from enumeration type 'const ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 674 | const gchar *tag_name = mpd_tag_name (tag); | ~~~~~~~~~~~~ ^~~ -
servers/ario-mpd2.c:700:57: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 700 | mpd_search_db_tags (instance->priv->connection, tag); | ~~~~~~~~~~~~~~~~~~ ^~~ -
servers/ario-mpd2.c:707:56: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 705 | mpd_search_add_tag_constraint (instance->priv->connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 706 | MPD_OPERATOR_DEFAULT, 707 | ario_mpd_filter_tag (atomic_criteria->tag), ""); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
servers/ario-mpd2.c:711:56: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 709 | mpd_search_add_tag_constraint (instance->priv->connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 710 | MPD_OPERATOR_DEFAULT, 711 | ario_mpd_filter_tag (atomic_criteria->tag), atomic_criteria->value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
servers/ario-mpd2.c:715:71: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 715 | while ((pair = mpd_recv_pair_tag (instance->priv->connection, tag))) { | ~~~~~~~~~~~~~~~~~ ^~~ -
servers/ario-mpd2.c:766:64: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 764 | mpd_search_add_tag_constraint (instance->priv->connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 765 | MPD_OPERATOR_DEFAULT, 766 | ario_mpd_filter_tag (atomic_criteria->tag), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
servers/ario-mpd2.c:771:64: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 769 | mpd_search_add_tag_constraint (instance->priv->connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 770 | MPD_OPERATOR_DEFAULT, 771 | ario_mpd_filter_tag (atomic_criteria->tag), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
servers/ario-mpd2.c:931:56: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 929 | mpd_search_add_tag_constraint (instance->priv->connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 930 | MPD_OPERATOR_DEFAULT, 931 | ario_mpd_filter_tag (atomic_criteria->tag), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
servers/ario-mpd2.c:937:56: warning: implicit conversion from enumeration type 'ArioServerTag' to different enumeration type 'enum mpd_tag_type' [-Wenum-conversion] 935 | mpd_search_add_tag_constraint (instance->priv->connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 936 | MPD_OPERATOR_DEFAULT, 937 | ario_mpd_filter_tag (atomic_criteria->tag), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
covers/ario-cover-handler.c:89:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 89 | g_type_class_add_private (klass, sizeof (ArioCoverHandlerPrivate)); | ^ -
covers/ario-cover-handler.c:96:31: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 96 | cover_handler->priv = ARIO_COVER_HANDLER_GET_PRIVATE (cover_handler); | ^ -
covers/ario-cover-manager.c:43:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 43 | g_type_class_add_private (klass, sizeof (ArioCoverManagerPrivate)); | ^ -
covers/ario-cover-manager.c:51:31: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 51 | cover_manager->priv = ARIO_COVER_MANAGER_GET_PRIVATE (cover_manager); | ^ -
lyrics/ario-lyrics-manager.c:43:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 43 | g_type_class_add_private (klass, sizeof (ArioLyricsManagerPrivate)); | ^ -
lyrics/ario-lyrics-manager.c:51:32: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 51 | lyrics_manager->priv = ARIO_LYRICS_MANAGER_GET_PRIVATE (lyrics_manager); | ^ -
notification/ario-notification-manager.c:46:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 46 | g_type_class_add_private (klass, sizeof (ArioNotificationManagerPrivate)); | ^ -
notification/ario-notification-manager.c:54:38: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 54 | notification_manager->priv = ARIO_NOTIFICATION_MANAGER_GET_PRIVATE (notification_manager); | ^ -
notification/ario-notifier-gnotif.c:122:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 122 | g_type_class_add_private (klass, sizeof (ArioNotifierGnotifPrivate)); | ^ -
notification/ario-notifier-gnotif.c:130:33: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 130 | notifier_gnotif->priv = ARIO_NOTIFIER_GNOTIF_GET_PRIVATE (notifier_gnotif); | ^ -
playlist/ario-playlist-manager.c:50:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 50 | g_type_class_add_private (klass, sizeof (ArioPlaylistManagerPrivate)); | ^ -
playlist/ario-playlist-manager.c:57:34: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 57 | playlist_manager->priv = ARIO_PLAYLIST_MANAGER_GET_PRIVATE (playlist_manager); | ^ -
plugins/ario-plugin-manager.c:72:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 72 | g_type_class_add_private (object_class, sizeof (ArioPluginManagerPrivate)); | ^ -
plugins/ario-plugin-manager.c:520:20: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 520 | pm->priv = ARIO_PLUGIN_MANAGER_GET_PRIVATE (pm); | ^ -
plugins/ario-plugins-engine.c:218:24: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] 218 | path = g_module_build_path (dirname, info->module_name); | ^ -
preferences/ario-browser-preferences.c:58:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 58 | g_type_class_add_private (klass, sizeof (ArioBrowserPreferencesPrivate)); | ^ -
preferences/ario-browser-preferences.c:65:37: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 65 | browser_preferences->priv = ARIO_BROWSER_PREFERENCES_GET_PRIVATE (browser_preferences); | ^ -
preferences/ario-connection-preferences.c:59:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 59 | g_type_class_add_private (klass, sizeof (ArioConnectionPreferencesPrivate)); | ^ -
preferences/ario-connection-preferences.c:66:40: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 66 | connection_preferences->priv = ARIO_CONNECTION_PREFERENCES_GET_PRIVATE (connection_preferences); | ^ -
preferences/ario-cover-preferences.c:75:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 75 | g_type_class_add_private (klass, sizeof (ArioCoverPreferencesPrivate)); | ^ -
preferences/ario-cover-preferences.c:82:35: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 82 | cover_preferences->priv = ARIO_COVER_PREFERENCES_GET_PRIVATE (cover_preferences); | ^ -
preferences/ario-lyrics-preferences.c:68:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 68 | g_type_class_add_private (klass, sizeof (ArioLyricsPreferencesPrivate)); | ^ -
preferences/ario-lyrics-preferences.c:75:36: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 75 | lyrics_preferences->priv = ARIO_LYRICS_PREFERENCES_GET_PRIVATE (lyrics_preferences); | ^ -
preferences/ario-others-preferences.c:70:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 70 | g_type_class_add_private (klass, sizeof (ArioOthersPreferencesPrivate)); | ^ -
preferences/ario-others-preferences.c:77:36: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 77 | others_preferences->priv = ARIO_OTHERS_PREFERENCES_GET_PRIVATE (others_preferences); | ^ -
preferences/ario-playlist-preferences.c:85:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 85 | g_type_class_add_private (klass, sizeof (ArioPlaylistPreferencesPrivate)); | ^ -
preferences/ario-playlist-preferences.c:92:38: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 92 | playlist_preferences->priv = ARIO_PLAYLIST_PREFERENCES_GET_PRIVATE (playlist_preferences); | ^ -
preferences/ario-server-preferences.c:79:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 79 | g_type_class_add_private (klass, sizeof (ArioServerPreferencesPrivate)); | ^ -
preferences/ario-server-preferences.c:86:36: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 86 | server_preferences->priv = ARIO_SERVER_PREFERENCES_GET_PRIVATE (server_preferences); | ^ -
preferences/ario-stats-preferences.c:53:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 53 | g_type_class_add_private (klass, sizeof (ArioStatsPreferencesPrivate)); | ^ -
preferences/ario-stats-preferences.c:60:35: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 60 | stats_preferences->priv = ARIO_STATS_PREFERENCES_GET_PRIVATE (stats_preferences); | ^ -
sources/ario-browser.c:149:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 149 | g_type_class_add_private (klass, sizeof (ArioBrowserPrivate)); | ^ -
sources/ario-browser.c:156:25: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 156 | browser->priv = ARIO_BROWSER_GET_PRIVATE (browser); | ^ -
sources/ario-tree.c:187:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 187 | g_type_class_add_private (klass, sizeof (ArioTreePrivate)); | ^ -
sources/ario-tree.c:194:22: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 194 | tree->priv = ARIO_TREE_GET_PRIVATE (tree); | ^ -
sources/ario-tree-albums.c:83:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 83 | g_type_class_add_private (klass, sizeof (ArioTreeAlbumsPrivate)); | ^ -
sources/ario-tree-albums.c:135:22: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 135 | tree->priv = ARIO_TREE_ALBUMS_GET_PRIVATE (tree); | ^ -
sources/ario-search.c:106:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 106 | g_type_class_add_private (klass, sizeof (ArioSearchPrivate)); | ^ -
sources/ario-search.c:113:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 113 | search->priv = ARIO_SEARCH_GET_PRIVATE (search); | ^ -
sources/ario-source-manager.c:67:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 67 | g_type_class_add_private (klass, sizeof (ArioSourceManagerPrivate)); | ^ -
sources/ario-source-manager.c:74:31: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 74 | sourcemanager->priv = ARIO_SOURCE_MANAGER_GET_PRIVATE (sourcemanager); | ^ -
sources/ario-storedplaylists.c:161:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 161 | g_type_class_add_private (klass, sizeof (ArioStoredplaylistsPrivate)); | ^ -
sources/ario-storedplaylists.c:176:33: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 176 | storedplaylists->priv = ARIO_STOREDPLAYLISTS_GET_PRIVATE (storedplaylists); | ^ -
shell/ario-shell.c:183:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 183 | g_type_class_add_private (klass, sizeof (ArioShellPrivate)); | ^ -
shell/ario-shell.c:190:23: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 190 | shell->priv = ARIO_SHELL_GET_PRIVATE (shell); | ^ -
shell/ario-shell-coverdownloader.c:89:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 89 | g_type_class_add_private (klass, sizeof (ArioShellCoverdownloaderPrivate)); | ^ -
shell/ario-shell-coverdownloader.c:96:44: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 96 | ario_shell_coverdownloader->priv = ARIO_SHELL_COVERDOWNLOADER_GET_PRIVATE (ario_shell_coverdownloader); | ^ -
shell/ario-shell-coverselect.c:109:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 109 | g_type_class_add_private (klass, sizeof (ArioShellCoverselectPrivate)); | ^ -
shell/ario-shell-coverselect.c:116:35: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 116 | shell_coverselect->priv = ARIO_SHELL_COVERSELECT_GET_PRIVATE (shell_coverselect); | ^ -
shell/ario-shell-lyrics.c:63:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 63 | g_type_class_add_private (klass, sizeof (ArioShellLyricsPrivate)); | ^ -
shell/ario-shell-lyrics.c:70:30: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 70 | shell_lyrics->priv = ARIO_SHELL_LYRICS_GET_PRIVATE (shell_lyrics); | ^ -
shell/ario-shell-lyricsselect.c:81:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 81 | g_type_class_add_private (klass, sizeof (ArioShellLyricsselectPrivate)); | ^ -
shell/ario-shell-lyricsselect.c:88:36: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 88 | shell_lyricsselect->priv = ARIO_SHELL_LYRICSSELECT_GET_PRIVATE (shell_lyricsselect); | ^ -
shell/ario-shell-preferences.c:55:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 55 | g_type_class_add_private (klass, sizeof (ArioShellPreferencesPrivate)); | ^ -
shell/ario-shell-preferences.c:62:35: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 62 | shell_preferences->priv = ARIO_SHELL_PREFERENCES_GET_PRIVATE (shell_preferences); | ^ -
shell/ario-shell-songinfos.c:93:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 93 | g_type_class_add_private (klass, sizeof (ArioShellSonginfosPrivate)); | ^ -
shell/ario-shell-songinfos.c:100:33: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 100 | shell_songinfos->priv = ARIO_SHELL_SONGINFOS_GET_PRIVATE (shell_songinfos); | ^ -
shell/ario-shell-similarartists.c:79:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 79 | g_type_class_add_private (klass, sizeof (ArioShellSimilarartistsPrivate)); | ^ -
shell/ario-shell-similarartists.c:86:38: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 86 | shell_similarartists->priv = ARIO_SHELL_SIMILARARTISTS_GET_PRIVATE (shell_similarartists); | ^ -
widgets/ario-dnd-tree.c:88:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 88 | g_type_class_add_private (klass, sizeof (ArioDndTreePrivate)); | ^ -
widgets/ario-dnd-tree.c:95:26: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 95 | dnd_tree->priv = ARIO_DND_TREE_GET_PRIVATE (dnd_tree); | ^ -
widgets/ario-connection-widget.c:127:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 127 | g_type_class_add_private (klass, sizeof (ArioConnectionWidgetPrivate)); | ^ -
widgets/ario-connection-widget.c:134:35: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 134 | connection_widget->priv = ARIO_CONNECTION_WIDGET_GET_PRIVATE (connection_widget); | ^ -
widgets/ario-firstlaunch.c:48:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 48 | g_type_class_add_private (klass, sizeof (ArioFirstlaunchPrivate)); | ^ -
widgets/ario-firstlaunch.c:99:29: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 99 | firstlaunch->priv = ARIO_FIRSTLAUNCH_GET_PRIVATE (firstlaunch); | ^ -
widgets/ario-header.c:118:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 118 | g_type_class_add_private (klass, sizeof (ArioHeaderPrivate)); | ^ -
widgets/ario-header.c:125:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 125 | header->priv = ARIO_HEADER_GET_PRIVATE (header); | ^ -
widgets/ario-header.c:406:9: warning: 'gtk_container_set_focus_chain' is deprecated [-Wdeprecated-declarations] 406 | gtk_container_set_focus_chain (GTK_CONTAINER (header), focus); | ^ -
widgets/ario-lyrics-editor.c:70:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 70 | g_type_class_add_private (klass, sizeof (ArioLyricsEditorPrivate)); | ^ -
widgets/ario-lyrics-editor.c:77:31: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 77 | lyrics_editor->priv = ARIO_LYRICS_EDITOR_GET_PRIVATE (lyrics_editor); | ^ -
widgets/ario-playlist.c:279:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 279 | g_type_class_add_private (klass, sizeof (ArioPlaylistPrivate)); | ^ -
widgets/ario-playlist.c:520:26: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 520 | playlist->priv = ARIO_PLAYLIST_GET_PRIVATE (playlist); | ^ -
widgets/ario-songlist.c:83:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 83 | g_type_class_add_private (klass, sizeof (ArioSonglistPrivate)); | ^ -
widgets/ario-songlist.c:91:26: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 91 | songlist->priv = ARIO_SONGLIST_GET_PRIVATE (songlist); | ^ -
widgets/ario-status-bar.c:43:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 43 | g_type_class_add_private (klass, sizeof (ArioStatusBarPrivate)); | ^ -
widgets/ario-status-bar.c:50:28: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 50 | status_bar->priv = ARIO_STATUS_BAR_GET_PRIVATE (status_bar); | ^ -
widgets/ario-volume.c:50:9: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 50 | g_type_class_add_private (klass, sizeof (ArioVolumePrivate)); | ^ -
widgets/ario-volume.c:59:24: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 59 | volume->priv = ARIO_VOLUME_GET_PRIVATE (volume); | ^