mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02:00
GApplication: document Since properly in header files, 2.26 -> 2.28
https://bugzilla.gnome.org/show_bug.cgi?id=641783
This commit is contained in:
parent
9823ff1d20
commit
db12eb5ca4
@ -49,7 +49,7 @@ typedef struct _GApplicationClass GApplicationClass;
|
|||||||
* The <structname>GApplication</structname> structure contains private
|
* The <structname>GApplication</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 _GApplication
|
struct _GApplication
|
||||||
{
|
{
|
||||||
@ -78,7 +78,7 @@ struct _GApplication
|
|||||||
* after any inactivity timeout, if requested)
|
* after any inactivity timeout, if requested)
|
||||||
* @run_mainloop: invoked on the primary instance from g_application_run() if the use-count is non-zero
|
* @run_mainloop: invoked on the primary instance from g_application_run() if the use-count is non-zero
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GApplicationClass
|
struct _GApplicationClass
|
||||||
{
|
{
|
||||||
|
@ -55,7 +55,7 @@ typedef struct _GApplicationCommandLineClass GApplicationCommand
|
|||||||
* The <structname>GApplicationCommandLine</structname> structure contains private
|
* The <structname>GApplicationCommandLine</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 _GApplicationCommandLine
|
struct _GApplicationCommandLine
|
||||||
{
|
{
|
||||||
@ -71,7 +71,7 @@ struct _GApplicationCommandLine
|
|||||||
* The <structname>GApplicationCommandLineClass</structname> structure contains
|
* The <structname>GApplicationCommandLineClass</structname> structure contains
|
||||||
* private data only
|
* private data only
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
struct _GApplicationCommandLineClass
|
struct _GApplicationCommandLineClass
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user