OSDN Git Service

LinGui: limit field width of srt filename in the subtitle list
[handbrake-jp/handbrake-jp-git.git] / gtk / src / settings.h
index 8c2cac8..e974c09 100644 (file)
@@ -53,6 +53,7 @@ typedef struct
        preview_t *preview;
        gchar *appcast;
        gint appcast_len;
+       GdkVisibilityState hb_visibility;
 } signal_user_data_t;
 
 enum
@@ -86,6 +87,7 @@ gchar* ghb_settings_get_string(const GValue *settings, const gchar *key);
 gint ghb_settings_combo_int(const GValue *settings, const gchar *key);
 gdouble ghb_settings_combo_double(const GValue *settings, const gchar *key);
 const gchar* ghb_settings_combo_option(const GValue *settings, const gchar *key);
+const gchar* ghb_settings_combo_string(const GValue *settings, const gchar *key);
 
 GValue* ghb_widget_value(GtkWidget *widget);
 gchar* ghb_widget_string(GtkWidget *widget);