meta

meta — Metadata browser

Synopsis

#include <app/gwyapp.h>

GtkWidget *         gwy_app_metadata_browser_for_channel
                                                        (GwyContainer *data,
                                                         gint id);
GtkWidget *         gwy_app_metadata_browser_for_volume (GwyContainer *data,
                                                         gint id);

Description

Details

gwy_app_metadata_browser_for_channel ()

GtkWidget *         gwy_app_metadata_browser_for_channel
                                                        (GwyContainer *data,
                                                         gint id);

Shows a simple metadata browser for a channel.

If the metadata browser is already shown for this channel it is just raised and given focus. Otherwise, a new window is created.

data :

A data container.

id :

Id of a channel in data to show metadata for.

Returns :

The metadata browser (owned by the library). Usually, you can ignore the return value.

Since 2.32


gwy_app_metadata_browser_for_volume ()

GtkWidget *         gwy_app_metadata_browser_for_volume (GwyContainer *data,
                                                         gint id);

Shows a simple metadata browser for volume data.

If the metadata browser is already shown for this volume data it is just raised and given focus. Otherwise, a new window is created.

data :

A data container.

id :

Id of volume data in data to show metadata for.

Returns :

The metadata browser (owned by the library). Usually, you can ignore the return value.

Since 2.32