GUPnPUIDeviceView

GUPnPUIDeviceView — GtkTreeView exposing a GUPnPUIDeviceStore.

Synopsis

                    GUPnPUIDeviceView;
                    GUPnPUIDeviceViewClass;
GtkWidget *         gupnp_ui_device_view_new            (GUPnPUIDeviceStore *store);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTreeView
                                 +----GUPnPUIDeviceView

Implemented Interfaces

GUPnPUIDeviceView implements AtkImplementorIface and GtkBuildable.

Description

GUPnPUIDeviceView exposes the contents of a GUPnPUIDeviceStore as a GtkTreeView.

Details

GUPnPUIDeviceView

typedef struct _GUPnPUIDeviceView GUPnPUIDeviceView;


GUPnPUIDeviceViewClass

typedef struct {
        GtkTreeViewClass parent_class;

        /* future padding */
        void (* _gupnp_ui_reserved1) (void);
        void (* _gupnp_ui_reserved2) (void);
        void (* _gupnp_ui_reserved3) (void);
        void (* _gupnp_ui_reserved4) (void);
} GUPnPUIDeviceViewClass;


gupnp_ui_device_view_new ()

GtkWidget *         gupnp_ui_device_view_new            (GUPnPUIDeviceStore *store);

store :

The GUPnPUIDeviceStore to expose

Returns :

A new GUPnPUIDeviceView object.