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

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ted Gould
Approved revision: 229
Merged at revision: 229
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
Ted Gould (community) Approve
Review via email: mp+95234@code.launchpad.net

This proposal supersedes 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.
Revision history for this message
Ted Gould (ted) :
review: Approve

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:40:46 +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