mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-01 03:26:52 +02: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: 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.
|
* 'activate' signal but that implementations of it may have one.
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GActionInterface
|
struct _GActionInterface
|
||||||
{
|
{
|
||||||
|
@ -59,7 +59,7 @@ typedef struct _GActionGroupInterface GActionGroupInterfac
|
|||||||
*
|
*
|
||||||
* The virtual function table for #GActionGroup.
|
* The virtual function table for #GActionGroup.
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GActionGroupInterface
|
struct _GActionGroupInterface
|
||||||
{
|
{
|
||||||
|
@ -1257,7 +1257,7 @@ typedef enum
|
|||||||
*
|
*
|
||||||
* Flags used to define the behaviour of a #GApplication.
|
* Flags used to define the behaviour of a #GApplication.
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
@ -51,7 +51,7 @@ typedef struct _GSimpleActionClass GSimpleActionClass;
|
|||||||
* The <structname>GSimpleAction</structname> structure contains private
|
* The <structname>GSimpleAction</structname> structure contains private
|
||||||
* data and should only be accessed using the provided API
|
* data and should only be accessed using the provided API
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GSimpleAction
|
struct _GSimpleAction
|
||||||
{
|
{
|
||||||
@ -65,7 +65,7 @@ struct _GSimpleAction
|
|||||||
* GSimpleActionClass:
|
* GSimpleActionClass:
|
||||||
* @activate: the class closure for the activate signal
|
* @activate: the class closure for the activate signal
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GSimpleActionClass
|
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.
|
* The #GSimpleActionGroup structure contains private data and should only be accessed using the provided API.
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GSimpleActionGroup
|
struct _GSimpleActionGroup
|
||||||
{
|
{
|
||||||
|
@ -807,7 +807,7 @@ g_sequence_search (GSequence *seq,
|
|||||||
* Return value: an #GSequenceIter pointing to the position of the first item
|
* Return value: an #GSequenceIter pointing to the position of the first item
|
||||||
* found equal to @data according to @cmp_func and @cmp_data.
|
* found equal to @data according to @cmp_func and @cmp_data.
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
GSequenceIter *
|
GSequenceIter *
|
||||||
g_sequence_lookup (GSequence *seq,
|
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
|
* Return value: an #GSequenceIter pointing to the position of the first item
|
||||||
* found equal to @data according to @cmp_func and @cmp_data.
|
* found equal to @data according to @cmp_func and @cmp_data.
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
**/
|
**/
|
||||||
GSequenceIter *
|
GSequenceIter *
|
||||||
g_sequence_lookup_iter (GSequence *seq,
|
g_sequence_lookup_iter (GSequence *seq,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user