mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 20:47:46 +02:00
Add Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-08-15 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c (g_bookmark_file_get_groups): * glib/gmain.c (g_source_is_destroyed): Add Since tags. * glib/gkeyfile.c (g_key_file_get_double_list): Fix Since tag. (#351583, Brian Cameron)
This commit is contained in:
committed by
Matthias Clasen
parent
314b14dac5
commit
58ea1db43e
@@ -1,5 +1,10 @@
|
|||||||
2006-08-15 Matthias Clasen <mclasen@redhat.com>
|
2006-08-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gbookmarkfile.c (g_bookmark_file_get_groups):
|
||||||
|
* glib/gmain.c (g_source_is_destroyed): Add Since tags.
|
||||||
|
* glib/gkeyfile.c (g_key_file_get_double_list): Fix
|
||||||
|
Since tag. (#351583, Brian Cameron)
|
||||||
|
|
||||||
* configure.in: Bump version
|
* configure.in: Bump version
|
||||||
|
|
||||||
* === Released 2.12.2 ===
|
* === Released 2.12.2 ===
|
||||||
|
@@ -1,5 +1,10 @@
|
|||||||
2006-08-15 Matthias Clasen <mclasen@redhat.com>
|
2006-08-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gbookmarkfile.c (g_bookmark_file_get_groups):
|
||||||
|
* glib/gmain.c (g_source_is_destroyed): Add Since tags.
|
||||||
|
* glib/gkeyfile.c (g_key_file_get_double_list): Fix
|
||||||
|
Since tag. (#351583, Brian Cameron)
|
||||||
|
|
||||||
* configure.in: Bump version
|
* configure.in: Bump version
|
||||||
|
|
||||||
* === Released 2.12.2 ===
|
* === Released 2.12.2 ===
|
||||||
|
@@ -2927,6 +2927,8 @@ g_bookmark_file_set_groups (GBookmarkFile *bookmark,
|
|||||||
*
|
*
|
||||||
* Return value: a newly allocated %NULL-terminated array of group names.
|
* Return value: a newly allocated %NULL-terminated array of group names.
|
||||||
* Use g_strfreev() to free it.
|
* Use g_strfreev() to free it.
|
||||||
|
*
|
||||||
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
gchar **
|
gchar **
|
||||||
g_bookmark_file_get_groups (GBookmarkFile *bookmark,
|
g_bookmark_file_get_groups (GBookmarkFile *bookmark,
|
||||||
|
@@ -2334,7 +2334,7 @@ g_key_file_get_double_list (GKeyFile *key_file,
|
|||||||
* @group_name. If @key cannot be found then it is created.
|
* @group_name. If @key cannot be found then it is created.
|
||||||
* If @group_name is %NULL the start group is used.
|
* If @group_name is %NULL the start group is used.
|
||||||
*
|
*
|
||||||
* Since: 2.21
|
* Since: 2.12
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_key_file_set_double_list (GKeyFile *key_file,
|
g_key_file_set_double_list (GKeyFile *key_file,
|
||||||
|
@@ -1946,6 +1946,8 @@ g_main_current_source (void)
|
|||||||
* </programlisting></informalexample>
|
* </programlisting></informalexample>
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if the source has been destroyed
|
* Return value: %TRUE if the source has been destroyed
|
||||||
|
*
|
||||||
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
g_source_is_destroyed (GSource *source)
|
g_source_is_destroyed (GSource *source)
|
||||||
|
Reference in New Issue
Block a user