Home
last modified time | relevance | path

Searched refs:biji_note_obj_get_path (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/bijiben/bijiben-40.1/src/libbiji/provider/
H A Dbiji-nextcloud-note.c101 info->url = (char *) biji_note_obj_get_path (note); in save_note_finish()
190 curl_easy_setopt (curl, CURLOPT_URL, biji_note_obj_get_path (note)); in save_note_thread()
243 curl_easy_setopt (curl, CURLOPT_URL, biji_note_obj_get_path (note)); in archive()
/dports/deskutils/bijiben/bijiben-40.1/src/libbiji/
H A Dbiji-note-obj.h135 const char *biji_note_obj_get_path (BijiNoteObj *self);
H A Dbiji-note-obj.c269 biji_note_obj_get_path (BijiNoteObj *self) in biji_note_obj_get_path() function
281 return biji_note_obj_get_path (BIJI_NOTE_OBJ (item)); in get_path()