![]() |
![]() |
![]() |
Tracker Common Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
time_t tracker_string_to_date (const gchar *date_string
,gint *offset
,GError **error
); gchar * tracker_date_to_string (time_t date_time
); gchar * tracker_glong_to_string (glong i
); gchar * tracker_gint_to_string (gint i
); gchar * tracker_guint_to_string (guint i
); gchar * tracker_gint32_to_string (gint32 i
); gchar * tracker_guint32_to_string (guint32 i
); gboolean tracker_string_to_uint (const gchar *s
,guint *ret
); gint tracker_string_in_string_list (const gchar *str
,gchar **strv
); gboolean tracker_string_in_gslist (const gchar *str
,GSList *list
); GSList * tracker_string_list_to_gslist (gchar **strv
,gsize length
); gchar * tracker_string_list_to_string (gchar **strv
,gsize length
,gchar sep
); gchar ** tracker_string_to_string_list (const gchar *str
); gchar ** tracker_gslist_to_string_list (GSList *list
); GSList * tracker_gslist_copy_with_string_data (GSList *list
); gboolean tracker_gslist_with_string_data_equal (GSList *list1
,GSList *list2
); GList * tracker_glist_copy_with_string_data (GList *list
); gchar * tracker_string_boolean_to_string_gint (const gchar *value
);
time_t tracker_string_to_date (const gchar *date_string
,gint *offset
,GError **error
);
|
|
|
|
|
|
Returns : |
gboolean tracker_string_to_uint (const gchar *s
,guint *ret
);
|
|
|
|
Returns : |
gint tracker_string_in_string_list (const gchar *str
,gchar **strv
);
|
|
|
|
Returns : |
gboolean tracker_string_in_gslist (const gchar *str
,GSList *list
);
|
|
|
|
Returns : |
GSList * tracker_string_list_to_gslist (gchar **strv
,gsize length
);
|
|
|
|
Returns : |
gchar * tracker_string_list_to_string (gchar **strv
,gsize length
,gchar sep
);
|
|
|
|
|
|
Returns : |
gchar ** tracker_string_to_string_list (const gchar *str
);
|
|
Returns : |
gchar ** tracker_gslist_to_string_list (GSList *list
);
|
|
Returns : |
GSList * tracker_gslist_copy_with_string_data
(GSList *list
);
|
|
Returns : |
gboolean tracker_gslist_with_string_data_equal (GSList *list1
,GSList *list2
);
|
|
|
|
Returns : |
GList * tracker_glist_copy_with_string_data (GList *list
);
|
|
Returns : |