libnx  v4.6.0
Enumerations | Functions
album_la.h File Reference

Wrapper for using the Album LibraryApplet. More...

#include "../types.h"

Go to the source code of this file.

Enumerations

enum  AlbumLaArg {
  AlbumLaArg_ShowAlbumFiles = 0 ,
  AlbumLaArg_ShowAllAlbumFiles = 1 ,
  AlbumLaArg_ShowAllAlbumFilesForHomeMenu = 2
}
 Arg type values pushed for the applet input storage, stored as an u8. More...
 

Functions

Result albumLaShowAlbumFiles (void)
 Launches the applet with AlbumLaArg_ShowAlbumFiles and playStartupSound=false.
 
Result albumLaShowAllAlbumFiles (void)
 Launches the applet with AlbumLaArg_ShowAllAlbumFiles and playStartupSound=false.
 
Result albumLaShowAllAlbumFilesForHomeMenu (void)
 Launches the applet with AlbumLaArg_ShowAllAlbumFilesForHomeMenu and playStartupSound=true.
 

Detailed Description

Wrapper for using the Album LibraryApplet.

Author
yellows8

Enumeration Type Documentation

◆ AlbumLaArg

enum AlbumLaArg

Arg type values pushed for the applet input storage, stored as an u8.

Enumerator
AlbumLaArg_ShowAlbumFiles 

ShowAlbumFiles. Only displays AlbumFiles associated with the application which launched the Album applet, with the filter button disabled.

AlbumLaArg_ShowAllAlbumFiles 

ShowAllAlbumFiles. Displays all AlbumFiles, with filtering allowed.

AlbumLaArg_ShowAllAlbumFilesForHomeMenu 

ShowAllAlbumFilesForHomeMenu. Similar to AlbumLaArg_ShowAllAlbumFiles.