コード例 #1
0
ファイル: callbacks.c プロジェクト: khorben/DeforaOS
/* on_file_properties */
void on_file_properties(gpointer data)
{
	Mixer * mixer = data;

	mixer_properties(mixer);
}
コード例 #2
0
/* mixerwindow_properties */
void mixerwindow_properties(MixerWindow * mixer)
{
	mixer_properties(mixer->mixer);
}