OSDN Git Service

LinGui: create a queue lock file to prevent simultaneous access to the queue
[handbrake-jp/handbrake-jp-git.git] / gtk / src / presets.h
index 8c05f19..65b4e8c 100644 (file)
@@ -40,5 +40,6 @@ gchar* ghb_preset_path_string(const GValue *path);
 gboolean ghb_preset_is_custom(void);
 void ghb_prefs_store(void);
 void ghb_pref_set(GValue *settings, const gchar *key);
+gboolean ghb_lock_file(const gchar *name);
 
 #endif // _GHB_PRESETS_H_