~chrisccoulson/libdbusmenu/lp703689

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/server.c

  • Committer: Ted Gould
  • Date: 2011-01-07 05:25:02 UTC
  • mfrom: (175.3.3 dbusmenu)
  • Revision ID: ted@gould.cx-20110107052502-8u4tsf5ka7r5tj98
Adding an about-to-show signal to the menuitem

Show diffs side-by-side

added added

removed removed

Lines of Context:
1079
1079
                return;
1080
1080
        }
1081
1081
 
 
1082
        dbusmenu_menuitem_send_about_to_show(mi, NULL, NULL);
 
1083
 
1082
1084
        /* GTK+ does not support about-to-show concept for now */
1083
1085
        g_dbus_method_invocation_return_value(invocation,
1084
1086
                                              g_variant_new("(b)", FALSE));