Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_get_nat...ialog_path(3)  Library Functions Manual  al_get_nat...ialog_path(3)

NAME
     al_get_native_file_dialog_path - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_native_dialog.h>

	    const char *al_get_native_file_dialog_path(
	       const ALLEGRO_FILECHOOSER *dialog, size_t i)

DESCRIPTION
     Returns  one  of  the  selected paths with index i.  The index should range
     from 0 to the return value of al_get_native_file_dialog_count(3) -1.

	    Note: On Android, this function returns a content://  Universal  Re-
	    source  Identifier	instead of a file path due to the constraints of
	    Scoped  Storage.   Selected  files	may  be  accessed  using  al_an-
	    droid_open_fd(3).

Allegro reference manual			      al_get_nat...ialog_path(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_get_native_file_dialog_path&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help