browser-eal/src/gwebpluginlist.c File Reference

#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)


Function Documentation

static void g_web_plugin_list_base_init ( gpointer  g_class  )  [static]

Definition at line 29 of file gwebpluginlist.c.

Referenced by g_web_plugin_list_get_type().

void g_web_plugin_list_destroy ( GWebPluginList self  ) 

Definition at line 61 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

const gchar* g_web_plugin_list_get_item_creator ( GWebPluginList self,
gint  pos 
)

Definition at line 85 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

const gchar* g_web_plugin_list_get_item_path ( GWebPluginList self,
gint  pos 
)

Definition at line 91 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

const gchar* g_web_plugin_list_get_item_title ( GWebPluginList self,
gint  pos 
)

Definition at line 79 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

const gchar* g_web_plugin_list_get_item_type ( GWebPluginList self,
gint  pos 
)

Definition at line 97 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

GObject* g_web_plugin_list_get_items ( GWebPluginList self  ) 

Definition at line 67 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

gint g_web_plugin_list_get_items_count ( GWebPluginList self  ) 

Definition at line 73 of file gwebpluginlist.c.

References G_WEB_PLUGIN_LIST_GET_CLASS.

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:


Generated on Tue Sep 25 10:37:06 2007 for browser-eal by  doxygen 1.5.1