Home
last modified time | relevance | path

Searched refs:GBEMOL_APP (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gbemol/gbemol-0.3.2/src/
H A Dgbemol-app.h22 #define GBEMOL_APP(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GBEMOL_TYPE_APP, GbemolApp)) macro
H A Dgbemol-app.c522 gtk_widget_destroy (GBEMOL_APP (obj)->priv->win_main); in gbemol_app_finalize()
523 g_object_unref (G_OBJECT (GBEMOL_APP (obj)->mpd)); in gbemol_app_finalize()
525 g_free (GBEMOL_APP (obj)->priv); in gbemol_app_finalize()
534 obj = GBEMOL_APP (g_object_new (GBEMOL_TYPE_APP, NULL)); in gbemol_app_new()