Bug 150975. Enable GNOME-Keyring when so is loaded
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
// handle to gnome-keyring library
|
||||
static void *gnomeIDK = NULL;
|
||||
static char *GNOME_KEYRING_NDK = "libgnome-keyring.so";
|
||||
static char *GNOME_KEYRING_NDK = "libgnome-keyring.so.0";
|
||||
|
||||
// function typedefs
|
||||
SSCS_TYPEDEF_LIBCALL(gpointer, GNOME_KEYRING_UNLOCK_T)
|
||||
@@ -545,7 +545,7 @@ GnomeKeyringItemType casa_gnome_keyring_item_info_get_type (GnomeKeyringItemInfo
|
||||
|
||||
|
||||
//***********************************************************************************************
|
||||
static int
|
||||
int
|
||||
LoadGnomeKeyringLibrary()
|
||||
{
|
||||
if (!gnomeIDK)
|
||||
@@ -556,7 +556,7 @@ LoadGnomeKeyringLibrary()
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
ReleaseGnomeKeyringLibrary()
|
||||
{
|
||||
if (!gnomeIDK)
|
||||
|
||||
@@ -75,8 +75,8 @@ int GetItems(char *keyring, GList **itemList);
|
||||
int GetItemInfo(char *keyring, int itemId, ItemInfo *info);
|
||||
int GetAttributeList(char *keyring, int itemId, GList **);
|
||||
int FreeAttributeList(GList *attrList);
|
||||
static int LoadGnomeKeyringLibrary();
|
||||
static int ReleaseGnomeKeyringLibrary();
|
||||
int LoadGnomeKeyringLibrary();
|
||||
int ReleaseGnomeKeyringLibrary();
|
||||
|
||||
int
|
||||
UnlockRing(char *keyring, char *password);
|
||||
|
||||
Reference in New Issue
Block a user