Merge lp:~seb128/libappindicator/since_title_functions into lp:libappindicator/0.5

Proposed by Sebastien Bacher
Status: Superseded
Proposed branch: lp:~seb128/libappindicator/since_title_functions
Merge into: lp:libappindicator/0.5
Diff against target: 23 lines (+6/-0)
1 file modified
src/app-indicator.c (+6/-0)
To merge this branch: bzr merge lp:~seb128/libappindicator/since_title_functions
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+95233@code.launchpad.net

This proposal has been superseded by a proposal from 2012-02-29.

Description of the change

Document when recent functions have been added, using the GTK style and
taking the first "stable" version they will be in (assuming 0.4 is the serie
leading to 0.5)

To post a comment you must log in.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app-indicator.c'
2--- src/app-indicator.c 2012-01-31 04:51:10 +0000
3+++ src/app-indicator.c 2012-02-29 18:39:26 +0000
4@@ -2201,6 +2201,9 @@
5 * the title as the first part of the line for the menu items.
6 *
7 * Setting @title to %NULL removes the title.
8+ *
9+ * Since: 0.5
10+ *
11 */
12 void
13 app_indicator_set_title (AppIndicator *self, const gchar * title)
14@@ -2350,6 +2353,9 @@
15 * app_indicator_set_title() for information on the title.
16 *
17 * Return value: The current title.
18+ *
19+ * Since: 0.5
20+ *
21 */
22 const gchar *
23 app_indicator_get_title (AppIndicator *self)

Subscribers

People subscribed via source and target branches