~ubuntu-branches/ubuntu/trusty/libpeas/trusty

« back to all changes in this revision

Viewing changes to libpeas-gtk/peas-gtk-plugin-manager-view.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-06 16:11:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706161109-j81bojjpl1rxu0ex
Tags: 1.1.0-0ubuntu1
* New upstream version
* Install the glade catalog as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
typedef struct _PeasGtkPluginManagerViewClass   PeasGtkPluginManagerViewClass;
45
45
typedef struct _PeasGtkPluginManagerViewPrivate PeasGtkPluginManagerViewPrivate;
46
46
 
 
47
/**
 
48
 * PeasGtkPluginManagerView:
 
49
 *
 
50
 * The #PeasGtkPluginManagerView structure contains only private data
 
51
 * and should only be accessed using the provided API.
 
52
 */
47
53
struct _PeasGtkPluginManagerView {
48
54
  GtkTreeView parent;
49
55
 
63
69
GType           peas_gtk_plugin_manager_view_get_type             (void) G_GNUC_CONST;
64
70
GtkWidget      *peas_gtk_plugin_manager_view_new                  (PeasEngine               *engine);
65
71
 
 
72
#ifndef PEAS_DISABLE_DEPRECATED
66
73
void            peas_gtk_plugin_manager_view_set_show_builtin     (PeasGtkPluginManagerView *view,
67
74
                                                                   gboolean                  show_builtin);
68
75
gboolean        peas_gtk_plugin_manager_view_get_show_builtin     (PeasGtkPluginManagerView *view);
 
76
#endif
69
77
 
70
78
void            peas_gtk_plugin_manager_view_set_selected_plugin  (PeasGtkPluginManagerView *view,
71
79
                                                                   PeasPluginInfo           *info);