mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Document Since properly, 2.26 -> 2.28
This commit is contained in:
parent
db12eb5ca4
commit
a0554a9f76
@ -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
|
||||
{
|
||||
|
@ -59,7 +59,7 @@ typedef struct _GActionGroupInterface GActionGroupInterfac
|
||||
*
|
||||
* The virtual function table for #GActionGroup.
|
||||
*
|
||||
* Since: 2.26
|
||||
* Since: 2.28
|
||||
*/
|
||||
struct _GActionGroupInterface
|
||||
{
|
||||
|
@ -1257,7 +1257,7 @@ typedef enum
|
||||
*
|
||||
* Flags used to define the behaviour of a #GApplication.
|
||||
*
|
||||
* Since: 2.26
|
||||
* Since: 2.28
|
||||
**/
|
||||
typedef enum
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user