mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
remove spurious IA prefix from g_quark_try_string.
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org> * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
This commit is contained in:
parent
0578f2e824
commit
001f2be6b2
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c:
|
* glib/gatomic.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c:
|
* glib/gatomic.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c:
|
* glib/gatomic.c:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
|
||||||
|
|
||||||
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
2005-03-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gatomic.c:
|
* glib/gatomic.c:
|
||||||
|
@ -545,7 +545,7 @@ g_data_initialize (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
GQuark
|
GQuark
|
||||||
IA__g_quark_try_string (const gchar *string)
|
g_quark_try_string (const gchar *string)
|
||||||
{
|
{
|
||||||
GQuark quark = 0;
|
GQuark quark = 0;
|
||||||
g_return_val_if_fail (string != NULL, 0);
|
g_return_val_if_fail (string != NULL, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user