~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/libpanel-applet-private/panel-applet-container.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        void (*applet_broken)          (PanelAppletContainer *container);
61
61
        void (*applet_move)            (PanelAppletContainer *container);
62
62
        void (*applet_remove)          (PanelAppletContainer *container);
63
 
        void (*applet_lock)            (PanelAppletContainer *container,
64
 
                                        gboolean              locked);
65
63
        void (*child_property_changed) (PanelAppletContainer *container,
66
64
                                        const gchar          *property_name,
67
65
                                        GVariant             *value);
73
71
 
74
72
 
75
73
void       panel_applet_container_add                     (PanelAppletContainer *container,
 
74
                                                           GdkScreen            *screen,
76
75
                                                           const gchar          *iid,
77
76
                                                           GCancellable        *cancellable,
78
77
                                                           GAsyncReadyCallback  callback,
90
89
gboolean   panel_applet_container_child_popup_menu_finish (PanelAppletContainer *container,
91
90
                                                           GAsyncResult         *result,
92
91
                                                           GError              **error);
 
92
void       panel_applet_container_child_popup_edit_menu   (PanelAppletContainer *container,
 
93
                                                           guint                 button,
 
94
                                                           guint32               timestamp,
 
95
                                                           GCancellable         *cancellable,
 
96
                                                           GAsyncReadyCallback   callback,
 
97
                                                           gpointer              user_data);
 
98
gboolean   panel_applet_container_child_popup_edit_menu_finish (PanelAppletContainer *container,
 
99
                                                                GAsyncResult         *result,
 
100
                                                                GError              **error);
93
101
 
94
102
void       panel_applet_container_child_set               (PanelAppletContainer *container,
95
103
                                                           const gchar          *property_name,