X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fsrc%2Fplist.h;h=8b2498826d055c8ae1d06a8c4ecfc525a7a599c3;hb=b67c31f229fcdd3dd1d8784938229ae61f822282;hp=4ea06780a2bf0df09a4b149e7bb5e94793eaf7a4;hpb=271235d4e92f31bcd7455db1d4226000ac629131;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/plist.h b/gtk/src/plist.h index 4ea06780..8b249882 100644 --- a/gtk/src/plist.h +++ b/gtk/src/plist.h @@ -6,7 +6,7 @@ #include GValue* ghb_plist_parse(const gchar *buf, gssize len); -GValue* ghb_plist_parse_file(FILE *fd); +GValue* ghb_plist_parse_file(const gchar *filename); void ghb_plist_write(FILE *file, GValue *gval); void ghb_plist_write_file(const gchar *filename, GValue *gval);