GUPnPUIDeviceView

GUPnPUIDeviceView — GtkTreeView exposing a GUPnPUIDeviceStore.

Synopsis

                    GUPnPUIDeviceView;
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;


gupnp_ui_device_view_new ()

GtkWidget*          gupnp_ui_device_view_new            (GUPnPUIDeviceStore *store);

store :

The GUPnPUIDeviceStore to expose

Returns :

A new GUPnPUIDeviceView object.