#include <glib-object.h>
Include dependency graph for gwebpluginlist.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | _GWebPluginListIface |
Defines | |
#define | G_TYPE_WEB_PLUGIN_LIST (g_web_plugin_list_get_type ()) |
#define | G_WEB_PLUGIN_LIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_WEB_PLUGIN_LIST, GWebPluginList)) |
#define | G_WEB_PLUGIN_LIST_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), G_TYPE_WEB_PLUGIN_LIST, GWebPluginListIface)) |
#define | G_IS_WEB_PLUGIN_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_WEB_PLUGIN_LIST)) |
#define | G_IS_WEB_PLUGIN_LIST_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), G_TYPE_WEB_PLUGIN_LIST)) |
#define | G_WEB_PLUGIN_LIST_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_WEB_PLUGIN_LIST, GWebPluginListIface)) |
Typedefs | |
typedef _GWebPluginList | GWebPluginList |
typedef _GWebPluginListIface | GWebPluginListIface |
Functions | |
GType | g_web_plugin_list_get_type (void) |
void | g_web_plugin_list_destroy (GWebPluginList *self) |
GObject * | g_web_plugin_list_get_items (GWebPluginList *self) |
gint | g_web_plugin_list_get_items_count (GWebPluginList *self) |
const gchar * | g_web_plugin_list_get_item_title (GWebPluginList *self, gint pos) |
const gchar * | g_web_plugin_list_get_item_creator (GWebPluginList *self, gint pos) |
const gchar * | g_web_plugin_list_get_item_path (GWebPluginList *self, gint pos) |
const gchar * | g_web_plugin_list_get_item_type (GWebPluginList *self, gint pos) |
#define G_IS_WEB_PLUGIN_LIST | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_WEB_PLUGIN_LIST)) |
Definition at line 37 of file gwebpluginlist.h.
#define G_IS_WEB_PLUGIN_LIST_CLASS | ( | vtable | ) | (G_TYPE_CHECK_CLASS_TYPE ((vtable), G_TYPE_WEB_PLUGIN_LIST)) |
Definition at line 38 of file gwebpluginlist.h.
#define G_TYPE_WEB_PLUGIN_LIST (g_web_plugin_list_get_type ()) |
GWebPluginList
Definition at line 34 of file gwebpluginlist.h.
#define G_WEB_PLUGIN_LIST | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_WEB_PLUGIN_LIST, GWebPluginList)) |
Definition at line 35 of file gwebpluginlist.h.
#define G_WEB_PLUGIN_LIST_CLASS | ( | vtable | ) | (G_TYPE_CHECK_CLASS_CAST ((vtable), G_TYPE_WEB_PLUGIN_LIST, GWebPluginListIface)) |
Definition at line 36 of file gwebpluginlist.h.
#define G_WEB_PLUGIN_LIST_GET_CLASS | ( | inst | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), G_TYPE_WEB_PLUGIN_LIST, GWebPluginListIface)) |
Definition at line 39 of file gwebpluginlist.h.
Referenced by g_web_plugin_list_destroy(), g_web_plugin_list_get_item_creator(), g_web_plugin_list_get_item_path(), g_web_plugin_list_get_item_title(), g_web_plugin_list_get_item_type(), g_web_plugin_list_get_items(), and g_web_plugin_list_get_items_count().
typedef struct _GWebPluginList GWebPluginList |
Definition at line 41 of file gwebpluginlist.h.
typedef struct _GWebPluginListIface GWebPluginListIface |
Definition at line 42 of file gwebpluginlist.h.
void g_web_plugin_list_destroy | ( | GWebPluginList * | self | ) |
const gchar* g_web_plugin_list_get_item_creator | ( | GWebPluginList * | self, | |
gint | pos | |||
) |
const gchar* g_web_plugin_list_get_item_path | ( | GWebPluginList * | self, | |
gint | pos | |||
) |
const gchar* g_web_plugin_list_get_item_title | ( | GWebPluginList * | self, | |
gint | pos | |||
) |
const gchar* g_web_plugin_list_get_item_type | ( | GWebPluginList * | self, | |
gint | pos | |||
) |
GObject* g_web_plugin_list_get_items | ( | GWebPluginList * | self | ) |
gint g_web_plugin_list_get_items_count | ( | GWebPluginList * | self | ) |
GType g_web_plugin_list_get_type | ( | void | ) |
Definition at line 40 of file gwebpluginlist.c.
References g_web_plugin_list_base_init().
Here is the call graph for this function: