Home
last modified time | relevance | path

Searched refs:gbemol_mpd_is_connected (Results 1 – 6 of 6) sorted by relevance

/dports/audio/gbemol/gbemol-0.3.2/src/
H A Dgbemol-main.c110 if (gbemol_mpd_is_connected (app->mpd) && gbemol_cfg_get_int ("MPD", "update-library")) in main()
121 …if (!gbemol_mpd_is_connected (mpd) || !GBEMOL_IS_MPD (mpd) || !GBEMOL_IS_APP (app) || (mpd->stat… in on_mpd_state_changed_cb()
133 if (!gbemol_mpd_is_connected (mpd) || !GBEMOL_IS_MPD (mpd) || !GBEMOL_IS_APP (app)) in on_mpd_song_changed_cb()
193 if (!gbemol_mpd_is_connected (mpd) || (mpd->status == NULL)) in on_mpd_playlist_changed_cb()
H A Dgbemol-mpd.c543 if (gbemol_mpd_is_connected (obj)) in gbemol_mpd_finish_and_handle()
605 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_check_permission()
964 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_queue_start()
975 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_queue_finish()
1006 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_search_field_start()
1014 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_search_start()
1026 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_search_add_constraint()
1040 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_search_field_get_results()
1056 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_search_get_results()
1076 if (!gbemol_mpd_is_connected (obj)) in gbemol_mpd_search_commit()
[all …]
H A Dgbemol-mpd.h52 gboolean gbemol_mpd_is_connected (GbemolMpd *obj);
H A Dgbemol-app.c572 gbemol_app_set_connected (app, gbemol_mpd_is_connected (app->mpd)); in gbemol_app_connect_mpd()
573 if (gbemol_mpd_is_connected (app->mpd)) in gbemol_app_connect_mpd()
730 if (gbemol_mpd_is_connected (app->mpd)) in gbemol_app_set_state()
945 if (gbemol_mpd_is_connected (app->mpd)) in on_mnu_connect_activate()
950 gbemol_app_set_connected (app, gbemol_mpd_is_connected (app->mpd)); in on_mnu_connect_activate()
H A Dgbemol-preferences.c521 if (!gbemol_mpd_is_connected (obj->app->mpd)) in gbemol_preferences_populate_outputs()
549 if (gbemol_mpd_is_connected (obj->app->mpd)) in gbemol_preferences_populate()
H A Dgbemol-playlist.c580 if (gbemol_mpd_is_connected (pls->priv->mpd)) in gbemol_playlist_new()