~larsu/indicator-messages/lp1058386

« back to all changes in this revision

Viewing changes to libmessaging-menu/messaging-menu.c

  • Committer: Lars Uebernickel
  • Date: 2012-08-29 11:38:23 UTC
  • Revision ID: lars.uebernickel@canonical.com-20120829113823-gzgjze8dqg3yac1u
libmessaging-menu: make real links out of urls in the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 * Following the application item, the Messaging Menu inserts all
45
45
 * shortcuts actions found in the desktop file which are marked as
46
46
 * appearing in the Messaging Menu (the TargetEnvironment or OnlyShowIn
47
 
 * keywords contains "Messaging Menu").  The desktop file specification
48
 
 * contains a detailed explanation of shortcut actions [1].  An
49
 
 * application cannot add, remove, or change these shortcut items while
50
 
 * it is running.
 
47
 * keywords contains "Messaging Menu").  The <ulink
 
48
 * url="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#extra-actions">
 
49
 * desktop file specification</ulink> contains a detailed explanation of
 
50
 * shortcut actions [1].  An application cannot add, remove, or change
 
51
 * these shortcut items while it is running.
51
52
 *
52
53
 * Next, an application section contains menu items for message sources.
53
54
 * What exactly constitutes a message source depends on the type of
83
84
 * the application section is removed completely.
84
85
 *
85
86
 * More information about the design and recommended usage of the
86
 
 * Messaging Menu is available at https://wiki.ubuntu.com/MessagingMenu
87
 
 *
88
 
 * [1] http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html#extra-actions
 
87
 * Messaging Menu is available at <ulink
 
88
 * url="https://wiki.ubuntu.com/MessagingMenu">https://wiki.ubuntu.com/MessagingMenu</ulink>.
89
89
 */
90
90
 
91
91
/**