Use new introspection annotation syntax

Instead of the deprecated one.
This commit is contained in:
Emmanuele Bassi
2013-12-03 13:43:36 +00:00
parent 270918d5c9
commit c337100c14
8 changed files with 15 additions and 48 deletions

View File

@ -60,7 +60,7 @@ static GSourceFuncs clutter_frame_source_funcs =
};
/**
* clutter_frame_source_add_full:
* clutter_frame_source_add_full: (rename-to clutter_frame_source_add)
* @priority: the priority of the frame source. Typically this will be in the
* range between %G_PRIORITY_DEFAULT and %G_PRIORITY_HIGH.
* @fps: the number of times per second to call the function
@ -85,8 +85,6 @@ static GSourceFuncs clutter_frame_source_funcs =
* multiple times to catch up missing frames if @func takes more than
* @interval ms to execute.
*
* Rename to: clutter_frame_source_add
*
* Return value: the ID (greater than 0) of the event source.
*
* Since: 0.8
@ -183,7 +181,7 @@ clutter_frame_source_dispatch (GSource *source,
}
/**
* clutter_threads_add_frame_source_full:
* clutter_threads_add_frame_source_full: (rename-to clutter_threads_add_frame_source)
* @priority: the priority of the frame source. Typically this will be in the
* range between %G_PRIORITY_DEFAULT and %G_PRIORITY_HIGH.
* @fps: the number of times per second to call the function
@ -209,8 +207,6 @@ clutter_frame_source_dispatch (GSource *source,
*
* See also clutter_threads_add_idle_full().
*
* Rename to: clutter_threads_add_frame_source
*
* Return value: the ID (greater than 0) of the event source.
*
* Since: 0.8