~unity-team/bamf/xenial

« back to all changes in this revision

Viewing changes to src/bamf-legacy-window.h

  • Committer: CI Train Bot
  • Author(s): Andrea Azzarone
  • Date: 2016-04-15 11:57:23 UTC
  • mfrom: (629.1.11 bamf-export-actions-menu)
  • Revision ID: ci-train-bot@canonical.com-20160415115723-1f7bwhsiem1gqt4x
BamfWindow: Export window actions menu using dbusmenu Fixes: #1570812
Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
                                           gint *x, gint *y, gint *w, gint *h);
100
100
  void         (*set_hint)                (BamfLegacyWindow *legacy_window,
101
101
                                           const gchar *name, const gchar *value);
 
102
  GtkWidget  * (*get_action_menu)         (BamfLegacyWindow *legacy_window);
102
103
  void         (*show_action_menu)        (BamfLegacyWindow *legacy_window,
103
104
                                           guint32 time, guint button, gint x, gint y);
104
105
  void         (*reopen)                  (BamfLegacyWindow *legacy_window);
171
172
 
172
173
gint               bamf_legacy_window_get_stacking_position (BamfLegacyWindow *self);
173
174
 
 
175
GtkWidget        * bamf_legacy_window_get_action_menu      (BamfLegacyWindow *self);
 
176
 
174
177
void               bamf_legacy_window_show_action_menu     (BamfLegacyWindow *self,
175
178
                                                            guint32 time, guint button,
176
179
                                                            gint x, gint y);