docs: Document Since properly, 2.26 -> 2.28

This commit is contained in:
Javier Jardón 2011-02-08 01:04:20 +00:00
parent db12eb5ca4
commit a0554a9f76
6 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ typedef struct _GActionInterface GActionInterface;
* @activate: the virtual function pointer for g_action_activate(). Note that #GAction does not have an
* 'activate' signal but that implementations of it may have one.
*
* Since: 2.26
* Since: 2.28
*/
struct _GActionInterface
{

View File

@ -59,7 +59,7 @@ typedef struct _GActionGroupInterface GActionGroupInterfac
*
* The virtual function table for #GActionGroup.
*
* Since: 2.26
* Since: 2.28
*/
struct _GActionGroupInterface
{

View File

@ -1257,7 +1257,7 @@ typedef enum
*
* Flags used to define the behaviour of a #GApplication.
*
* Since: 2.26
* Since: 2.28
**/
typedef enum
{

View File

@ -51,7 +51,7 @@ typedef struct _GSimpleActionClass GSimpleActionClass;
* The <structname>GSimpleAction</structname> structure contains private
* data and should only be accessed using the provided API
*
* Since: 2.26
* Since: 2.28
*/
struct _GSimpleAction
{
@ -65,7 +65,7 @@ struct _GSimpleAction
* GSimpleActionClass:
* @activate: the class closure for the activate signal
*
* Since: 2.26
* Since: 2.28
*/
struct _GSimpleActionClass
{

View File

@ -50,7 +50,7 @@ typedef struct _GSimpleActionGroupClass GSimpleActionGroupCl
*
* The #GSimpleActionGroup structure contains private data and should only be accessed using the provided API.
*
* Since: 2.26
* Since: 2.28
*/
struct _GSimpleActionGroup
{

View File

@ -807,7 +807,7 @@ g_sequence_search (GSequence *seq,
* Return value: an #GSequenceIter pointing to the position of the first item
* found equal to @data according to @cmp_func and @cmp_data.
*
* Since: 2.26
* Since: 2.28
**/
GSequenceIter *
g_sequence_lookup (GSequence *seq,
@ -1075,7 +1075,7 @@ g_sequence_search_iter (GSequence *seq,
* Return value: an #GSequenceIter pointing to the position of the first item
* found equal to @data according to @cmp_func and @cmp_data.
*
* Since: 2.26
* Since: 2.28
**/
GSequenceIter *
g_sequence_lookup_iter (GSequence *seq,