From 854292407779593a401a1d5ce71add51880fa84f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 19 Jun 2017 14:38:33 -0500 Subject: Import Upstream version 0.4 --- details.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 details.h (limited to 'details.h') diff --git a/details.h b/details.h deleted file mode 100644 index e7512173..00000000 --- a/details.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef __DETAILS_H__ -#define __DETAILS_H__ - -#include -#include "config.h" - -typedef struct _DetailWindow DetailWindow; - -struct _DetailWindow { - GtkWidget *window; - GtkWidget *vbox; - GtkWidget *notebook; - GtkWidget *icon; - GtkWidget *name_label; - - gchar *device_name; - gchar *device_type; - gchar *manufacturer; - - GtkWidget *info_table; - gint last_info; -}; - -gboolean detail_window_close(GtkWidget *widget, gpointer data); -DetailWindow *detail_window_new(void); -void detail_window_set_icon(DetailWindow *dw, const gchar *path); -void detail_window_show(GtkWidget *widget, gpointer data); - -void detail_window_set_dev_name(DetailWindow *dw, const gchar *name); -void detail_window_set_dev_type(DetailWindow *dw, const gchar *type); -void detail_window_update_names(DetailWindow *dw); - -void detail_window_append_info(DetailWindow *dw, const gchar *name, - gchar *val); -void detail_window_append_info_int(DetailWindow *dw, const gchar *name, - gint val, gboolean hex); -void detail_window_append_separator(DetailWindow *dw); - - -#endif -- cgit v1.2.3