#include "gwebpluginlist.h"
Include dependency graph for gwebpluginlist.c:
Go to the source code of this file.
Functions | |
static void | g_web_plugin_list_base_init (gpointer g_class) |
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) |
static void g_web_plugin_list_base_init | ( | gpointer | g_class | ) | [static] |
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: