Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 1, 2017 00:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/15719059ecdd0ce448e61e8561a45dd8 to your computer and use it in GitHub Desktop.
greppable6

Perl6-Noise-Gang/Task-Noise:13: ​ "Audio::Ta​​glib​​::Simple",​
Perl6-Noise-Gang/Task-Noise:13: ​* [Audio::Ta​​glib​​::Simple](http://modules.perl6.org/dist/Audio::Ta​​glib​​::Simple)​
PostCocoon/P6-TagLibC:7: ​ remote = https://github.com/PostCocoon/P6-Ta​​gLib​​C.git​
PostCocoon/P6-TagLibC:13: ​ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install ta​​glib​​; fi;​
PostCocoon/P6-TagLibC:3: ​ "name": "Ta​​gLib​​C",​
PostCocoon/P6-TagLibC:6: ​ "description": "Ta​​gLib​​ C bindings in Perl6",​
PostCocoon/P6-TagLibC:12: ​ "Ta​​gLib​​C": "lib/Ta​​gLib​​C.pm6",​
PostCocoon/P6-TagLibC:13: ​ "Ta​​gLib​​C::Wrapper": "lib/Ta​​gLib​​C/Wrapper.pm6"​
PostCocoon/P6-TagLibC:19: ​ "ta​​glib​​",​
PostCocoon/P6-TagLibC:26: ​ "source-url": "https://github.com/PostCocoon/P6-Ta​​gLib​​C.git"​
PostCocoon/P6-TagLibC:4: ​Ta​​gLib​​C​
PostCocoon/P6-TagLibC:9: ​Ta​​gLib​​ C bindings in Perl6​
PostCocoon/P6-TagLibC:18: ​class Ta​​gLib​​C::Wrapper​
PostCocoon/P6-TagLibC:21: ​An easy wrapper object for ta​​glib​​_c​
PostCocoon/P6-TagLibC:28: ​) returns Ta​​gLib​​C::Wrapper​
PostCocoon/P6-TagLibC:31: ​Creates a new Ta​​gLib​​C::Wrapper object from file given. Throws when file doesn't exist​
PostCocoon/P6-TagLibC:243: ​module Ta​​gLib​​C​
PostCocoon/P6-TagLibC:264: ​### sub ta​​glib​​_set_strings_unicode​
PostCocoon/P6-TagLibC:267: ​sub ta​​glib​​_set_strings_unicode(​
PostCocoon/P6-TagLibC:272: ​By default all strings coming into or out of Ta​​gLib​​'s C API are in UTF8. However, it may be desirable for Ta​​gLib​​ to operate on Latin1 (ISO-8859-1) strings in which case this should be set to FALSE.​
PostCocoon/P6-TagLibC:274: ​### sub ta​​glib​​_set_string_management_enabled​
PostCocoon/P6-TagLibC:277: ​sub ta​​glib​​_set_string_management_enabled(​
PostCocoon/P6-TagLibC:282: ​Ta​​gLib​​ can keep track of strings that are created when outputting tag values and clear them using ta​​glib​​_tag_clear_strings(). This is enabled by default. However if you wish to do more fine grained management of strings, you can do so by setting \a management to FALSE.​
PostCocoon/P6-TagLibC:284: ​### sub ta​​glib​​_free​
PostCocoon/P6-TagLibC:287: ​sub ta​​glib​​_free(​
PostCocoon/P6-TagLibC:292: ​Explicitly free a string returned from Ta​​gLib​​​
PostCocoon/P6-TagLibC:294: ​### sub ta​​glib​​_file_new​
PostCocoon/P6-TagLibC:297: ​sub ta​​glib​​_file_new(​
PostCocoon/P6-TagLibC:299: ​) returns Ta​​gLib​​C::File​
PostCocoon/P6-TagLibC:302: ​Creates a Ta​​gLib​​ file based on \a filename. Ta​​gLib​​ will try to guess the file type. \returns NULL if the file type cannot be determined or the file cannot be opened.​
PostCocoon/P6-TagLibC:304: ​### sub ta​​glib​​_file_new_type​
PostCocoon/P6-TagLibC:307: ​sub ta​​glib​​_file_new_type(​
PostCocoon/P6-TagLibC:310: ​) returns Ta​​gLib​​C::File​
PostCocoon/P6-TagLibC:313: ​Creates a Ta​​gLib​​ file based on \a filename. Rather than attempting to guess the type, it will use the one specified by \a type.​
PostCocoon/P6-TagLibC:315: ​### sub ta​​glib​​_file_free​
PostCocoon/P6-TagLibC:318: ​sub ta​​glib​​_file_free(​
PostCocoon/P6-TagLibC:319: ​ Ta​​gLib​​C::File $file​
PostCocoon/P6-TagLibC:325: ​### sub ta​​glib​​_file_tag​
PostCocoon/P6-TagLibC:328: ​sub ta​​glib​​_file_tag(​
PostCocoon/P6-TagLibC:329: ​ Ta​​gLib​​C::File $file​
PostCocoon/P6-TagLibC:330: ​) returns Ta​​gLib​​C::Tag​
PostCocoon/P6-TagLibC:335: ​### sub ta​​glib​​_file_audioproperties​
PostCocoon/P6-TagLibC:338: ​sub ta​​glib​​_file_audioproperties(​
PostCocoon/P6-TagLibC:339: ​ Ta​​gLib​​C::File $file​
PostCocoon/P6-TagLibC:340: ​) returns Ta​​gLib​​C::AudioProperties​
PostCocoon/P6-TagLibC:345: ​### sub ta​​glib​​_file_save​
PostCocoon/P6-TagLibC:348: ​sub ta​​glib​​_file_save(​
PostCocoon/P6-TagLibC:349: ​ Ta​​gLib​​C::File $file​
PostCocoon/P6-TagLibC:355: ​### sub ta​​glib​​_tag_title​
PostCocoon/P6-TagLibC:358: ​sub ta​​glib​​_tag_title(​
PostCocoon/P6-TagLibC:359: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:363: ​Returns a string with this tag's title. \note By default this string should be UTF8 encoded and its memory should be freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:365: ​### sub ta​​glib​​_tag_artist​
PostCocoon/P6-TagLibC:368: ​sub ta​​glib​​_tag_artist(​
PostCocoon/P6-TagLibC:369: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:373: ​Returns a string with this tag's artist. \note By default this string should be UTF8 encoded and its memory should be freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:375: ​### sub ta​​glib​​_tag_album​
PostCocoon/P6-TagLibC:378: ​sub ta​​glib​​_tag_album(​
PostCocoon/P6-TagLibC:379: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:383: ​Returns a string with this tag's album name. \note By default this string should be UTF8 encoded and its memory should be freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:385: ​### sub ta​​glib​​_tag_comment​
PostCocoon/P6-TagLibC:388: ​sub ta​​glib​​_tag_comment(​
PostCocoon/P6-TagLibC:389: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:393: ​Returns a string with this tag's comment. \note By default this string should be UTF8 encoded and its memory should be freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:395: ​### sub ta​​glib​​_tag_genre​
PostCocoon/P6-TagLibC:398: ​sub ta​​glib​​_tag_genre(​
PostCocoon/P6-TagLibC:399: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:403: ​Returns a string with this tag's genre. \note By default this string should be UTF8 encoded and its memory should be freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:405: ​### sub ta​​glib​​_tag_year​
PostCocoon/P6-TagLibC:408: ​sub ta​​glib​​_tag_year(​
PostCocoon/P6-TagLibC:409: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:415: ​### sub ta​​glib​​_tag_track​
PostCocoon/P6-TagLibC:418: ​sub ta​​glib​​_tag_track(​
PostCocoon/P6-TagLibC:419: ​ Ta​​gLib​​C::Tag $tag​
PostCocoon/P6-TagLibC:425: ​### sub ta​​glib​​_tag_set_title​
PostCocoon/P6-TagLibC:428: ​sub ta​​glib​​_tag_set_title(​
PostCocoon/P6-TagLibC:429: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:436: ​### sub ta​​glib​​_tag_set_artist​
PostCocoon/P6-TagLibC:439: ​sub ta​​glib​​_tag_set_artist(​
PostCocoon/P6-TagLibC:440: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:447: ​### sub ta​​glib​​_tag_set_album​
PostCocoon/P6-TagLibC:450: ​sub ta​​glib​​_tag_set_album(​
PostCocoon/P6-TagLibC:451: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:458: ​### sub ta​​glib​​_tag_set_comment​
PostCocoon/P6-TagLibC:461: ​sub ta​​glib​​_tag_set_comment(​
PostCocoon/P6-TagLibC:462: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:469: ​### sub ta​​glib​​_tag_set_genre​
PostCocoon/P6-TagLibC:472: ​sub ta​​glib​​_tag_set_genre(​
PostCocoon/P6-TagLibC:473: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:480: ​### sub ta​​glib​​_tag_set_year​
PostCocoon/P6-TagLibC:483: ​sub ta​​glib​​_tag_set_year(​
PostCocoon/P6-TagLibC:484: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:491: ​### sub ta​​glib​​_tag_set_track​
PostCocoon/P6-TagLibC:494: ​sub ta​​glib​​_tag_set_track(​
PostCocoon/P6-TagLibC:495: ​ Ta​​gLib​​C::Tag $tag, ​
PostCocoon/P6-TagLibC:502: ​### sub ta​​glib​​_tag_free_strings​
PostCocoon/P6-TagLibC:505: ​sub ta​​glib​​_tag_free_strings() returns Mu​
PostCocoon/P6-TagLibC:510: ​### sub ta​​glib​​_audioproperties_length​
PostCocoon/P6-TagLibC:513: ​sub ta​​glib​​_audioproperties_length(​
PostCocoon/P6-TagLibC:514: ​ Ta​​gLib​​C::AudioProperties $audioProperties​
PostCocoon/P6-TagLibC:520: ​### sub ta​​glib​​_audioproperties_bitrate​
PostCocoon/P6-TagLibC:523: ​sub ta​​glib​​_audioproperties_bitrate(​
PostCocoon/P6-TagLibC:524: ​ Ta​​gLib​​C::AudioProperties $audioProperties​
PostCocoon/P6-TagLibC:530: ​### sub ta​​glib​​_audioproperties_samplerate​
PostCocoon/P6-TagLibC:533: ​sub ta​​glib​​_audioproperties_samplerate(​
PostCocoon/P6-TagLibC:534: ​ Ta​​gLib​​C::AudioProperties $audioProperties​
PostCocoon/P6-TagLibC:540: ​### sub ta​​glib​​_audioproperties_channels​
PostCocoon/P6-TagLibC:543: ​sub ta​​glib​​_audioproperties_channels(​
PostCocoon/P6-TagLibC:544: ​ Ta​​gLib​​C::AudioProperties $audioProperties​
PostCocoon/P6-TagLibC:6: ​unit module Ta​​gLib​​C;​
PostCocoon/P6-TagLibC:20: ​ return %*ENV<PERL6_TA​​GLIB​​_C_LIB> if %*ENV<PERL6_TA​​GLIB​​_C_LIB>;​
PostCocoon/P6-TagLibC:39: ​# == /usr/include/ta​​glib​​/tag_c.h ==​
PostCocoon/P6-TagLibC:41: ​enum Ta​​gLib​​_ID3v2_Encoding is export (​
PostCocoon/P6-TagLibC:42: ​ Ta​​gLib​​_ID3v2_Latin1 => 0,​
PostCocoon/P6-TagLibC:43: ​ Ta​​gLib​​_ID3v2_UTF16 => 1,​
PostCocoon/P6-TagLibC:44: ​ Ta​​gLib​​_ID3v2_UTF16BE => 2,​
PostCocoon/P6-TagLibC:45: ​ Ta​​gLib​​_ID3v2_UTF8 => 3​
PostCocoon/P6-TagLibC:47: ​enum Ta​​gLib​​_File_Type is export (​
PostCocoon/P6-TagLibC:48: ​ Ta​​gLib​​_File_MPEG => 0,​
PostCocoon/P6-TagLibC:49: ​ Ta​​gLib​​_File_OggVorbis => 1,​
PostCocoon/P6-TagLibC:50: ​ Ta​​gLib​​_File_FLAC => 2,​
PostCocoon/P6-TagLibC:51: ​ Ta​​gLib​​_File_MPC => 3,​
PostCocoon/P6-TagLibC:52: ​ Ta​​gLib​​_File_OggFlac => 4,​
PostCocoon/P6-TagLibC:53: ​ Ta​​gLib​​_File_WavPack => 5,​
PostCocoon/P6-TagLibC:54: ​ Ta​​gLib​​_File_Speex => 6,​
PostCocoon/P6-TagLibC:55: ​ Ta​​gLib​​_File_TrueAudio => 7,​
PostCocoon/P6-TagLibC:56: ​ Ta​​gLib​​_File_MP4 => 8,​
PostCocoon/P6-TagLibC:57: ​ Ta​​gLib​​_File_ASF => 9​
PostCocoon/P6-TagLibC:62: ​# == /usr/include/ta​​glib​​/tag_c.h ==​
PostCocoon/P6-TagLibC:93: ​constant Ta​​gLib​​_AudioProperties is export := AudioProperties;​
PostCocoon/P6-TagLibC:94: ​constant Ta​​gLib​​_Tag is export := File;​
PostCocoon/P6-TagLibC:95: ​constant Ta​​gLib​​_File is export := Tag;​
PostCocoon/P6-TagLibC:99: ​# == /usr/include/ta​​glib​​/tag_c.h ==​
PostCocoon/P6-TagLibC:101: ​#-From /usr/include/ta​​glib​​/tag_c.h:74​
PostCocoon/P6-TagLibC:103: ​#| By default all strings coming into or out of Ta​​gLib​​'s C API are in UTF8.​
PostCocoon/P6-TagLibC:104: ​#| However, it may be desirable for Ta​​gLib​​ to operate on Latin1 (ISO-8859-1)​
PostCocoon/P6-TagLibC:107: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_set_strings_unicode(BOOL unicode);​
PostCocoon/P6-TagLibC:108: ​sub ta​​glib​​_set_strings_unicode(int32 $unicode # int​
PostCocoon/P6-TagLibC:111: ​#-From /usr/include/ta​​glib​​/tag_c.h:82​
PostCocoon/P6-TagLibC:113: ​#| Ta​​gLib​​ can keep track of strings that are created when outputting tag values​
PostCocoon/P6-TagLibC:114: ​#| and clear them using ta​​glib​​_tag_clear_strings(). This is enabled by default.​
PostCocoon/P6-TagLibC:118: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_set_string_management_enabled(BOOL management);​
PostCocoon/P6-TagLibC:119: ​sub ta​​glib​​_set_string_management_enabled(int32 $management # int​
PostCocoon/P6-TagLibC:122: ​#-From /usr/include/ta​​glib​​/tag_c.h:87​
PostCocoon/P6-TagLibC:124: ​#| Explicitly free a string returned from Ta​​gLib​​​
PostCocoon/P6-TagLibC:126: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_free(void* pointer);​
PostCocoon/P6-TagLibC:127: ​sub ta​​glib​​_free(Pointer $pointer # void*​
PostCocoon/P6-TagLibC:130: ​#-From /usr/include/ta​​glib​​/tag_c.h:113​
PostCocoon/P6-TagLibC:132: ​#| Creates a Ta​​gLib​​ file based on \a filename. Ta​​gLib​​ will try to guess the file​
PostCocoon/P6-TagLibC:138: ​#TA​​GLIB​​_C_EXPORT Ta​​gLib​​_File *ta​​glib​​_file_new(const char *filename);​
PostCocoon/P6-TagLibC:139: ​sub ta​​glib​​_file_new(Str $filename # const char*​
PostCocoon/P6-TagLibC:142: ​#-From /usr/include/ta​​glib​​/tag_c.h:119​
PostCocoon/P6-TagLibC:144: ​#| Creates a Ta​​gLib​​ file based on \a filename. Rather than attempting to guess​
PostCocoon/P6-TagLibC:147: ​#TA​​GLIB​​_C_EXPORT Ta​​gLib​​_File *ta​​glib​​_file_new_type(const char *filename, Ta​​gLib​​_File_Type type);​
PostCocoon/P6-TagLibC:148: ​sub ta​​glib​​_file_new_type(Str $filename # const char*​
PostCocoon/P6-TagLibC:149: ​ ,int32 $type # Typedef<Ta​​gLib​​_File_Type>->|Ta​​gLib​​_File_Type|​
PostCocoon/P6-TagLibC:152: ​#-From /usr/include/ta​​glib​​/tag_c.h:124​
PostCocoon/P6-TagLibC:156: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_file_free(Ta​​gLib​​_File *file);​
PostCocoon/P6-TagLibC:157: ​sub ta​​glib​​_file_free( File $file # Typedef<Ta​​gLib​​_File>->||*​
PostCocoon/P6-TagLibC:160: ​#-From /usr/include/ta​​glib​​/tag_c.h:131​
PostCocoon/P6-TagLibC:161: ​#TA​​GLIB​​_C_EXPORT BOOL ta​​glib​​_file_is_valid(const Ta​​gLib​​_File *file);​
PostCocoon/P6-TagLibC:162: ​sub ta​​glib​​_file_is_valid( File $file # const Typedef<Ta​​gLib​​_File>->||*​
PostCocoon/P6-TagLibC:165: ​#-From /usr/include/ta​​glib​​/tag_c.h:137​
PostCocoon/P6-TagLibC:170: ​#TA​​GLIB​​_C_EXPORT Ta​​gLib​​_Tag *ta​​glib​​_file_tag(const Ta​​gLib​​_File *file);​
PostCocoon/P6-TagLibC:171: ​sub ta​​glib​​_file_tag( File $file # const Typedef<Ta​​gLib​​_File>->||*​
PostCocoon/P6-TagLibC:174: ​#-From /usr/include/ta​​glib​​/tag_c.h:143​
PostCocoon/P6-TagLibC:179: ​#TA​​GLIB​​_C_EXPORT const Ta​​gLib​​_AudioProperties *ta​​glib​​_file_audioproperties(const Ta​​gLib​​_File *file);​
PostCocoon/P6-TagLibC:180: ​sub ta​​glib​​_file_audioproperties( File $file # const Typedef<Ta​​gLib​​_File>->||*​
PostCocoon/P6-TagLibC:183: ​#-From /usr/include/ta​​glib​​/tag_c.h:148​
PostCocoon/P6-TagLibC:187: ​#TA​​GLIB​​_C_EXPORT BOOL ta​​glib​​_file_save(Ta​​gLib​​_File *file);​
PostCocoon/P6-TagLibC:188: ​sub ta​​glib​​_file_save( File $file # Typedef<Ta​​gLib​​_File>->||*​
PostCocoon/P6-TagLibC:191: ​#-From /usr/include/ta​​glib​​/tag_c.h:160​
PostCocoon/P6-TagLibC:196: ​#| freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:198: ​#TA​​GLIB​​_C_EXPORT char *ta​​glib​​_tag_title(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:199: ​sub ta​​glib​​_tag_title( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:202: ​#-From /usr/include/ta​​glib​​/tag_c.h:168​
PostCocoon/P6-TagLibC:207: ​#| freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:209: ​#TA​​GLIB​​_C_EXPORT char *ta​​glib​​_tag_artist(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:210: ​sub ta​​glib​​_tag_artist( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:213: ​#-From /usr/include/ta​​glib​​/tag_c.h:176​
PostCocoon/P6-TagLibC:218: ​#| freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:220: ​#TA​​GLIB​​_C_EXPORT char *ta​​glib​​_tag_album(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:221: ​sub ta​​glib​​_tag_album( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:224: ​#-From /usr/include/ta​​glib​​/tag_c.h:184​
PostCocoon/P6-TagLibC:229: ​#| freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:231: ​#TA​​GLIB​​_C_EXPORT char *ta​​glib​​_tag_comment(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:232: ​sub ta​​glib​​_tag_comment( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:235: ​#-From /usr/include/ta​​glib​​/tag_c.h:192​
PostCocoon/P6-TagLibC:240: ​#| freed using ta​​glib​​_tag_free_strings().​
PostCocoon/P6-TagLibC:242: ​#TA​​GLIB​​_C_EXPORT char *ta​​glib​​_tag_genre(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:243: ​sub ta​​glib​​_tag_genre( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:246: ​#-From /usr/include/ta​​glib​​/tag_c.h:197​
PostCocoon/P6-TagLibC:250: ​#TA​​GLIB​​_C_EXPORT unsigned int ta​​glib​​_tag_year(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:251: ​sub ta​​glib​​_tag_year( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:254: ​#-From /usr/include/ta​​glib​​/tag_c.h:202​
PostCocoon/P6-TagLibC:258: ​#TA​​GLIB​​_C_EXPORT unsigned int ta​​glib​​_tag_track(const Ta​​gLib​​_Tag *tag);​
PostCocoon/P6-TagLibC:259: ​sub ta​​glib​​_tag_track( Tag $tag # const Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:262: ​#-From /usr/include/ta​​glib​​/tag_c.h:209​
PostCocoon/P6-TagLibC:268: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_title(Ta​​gLib​​_Tag *tag, const char *title);​
PostCocoon/P6-TagLibC:269: ​sub ta​​glib​​_tag_set_title( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:273: ​#-From /usr/include/ta​​glib​​/tag_c.h:216​
PostCocoon/P6-TagLibC:279: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_artist(Ta​​gLib​​_Tag *tag, const char *artist);​
PostCocoon/P6-TagLibC:280: ​sub ta​​glib​​_tag_set_artist( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:284: ​#-From /usr/include/ta​​glib​​/tag_c.h:223​
PostCocoon/P6-TagLibC:290: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_album(Ta​​gLib​​_Tag *tag, const char *album);​
PostCocoon/P6-TagLibC:291: ​sub ta​​glib​​_tag_set_album( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:295: ​#-From /usr/include/ta​​glib​​/tag_c.h:230​
PostCocoon/P6-TagLibC:301: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_comment(Ta​​gLib​​_Tag *tag, const char *comment);​
PostCocoon/P6-TagLibC:302: ​sub ta​​glib​​_tag_set_comment( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:306: ​#-From /usr/include/ta​​glib​​/tag_c.h:237​
PostCocoon/P6-TagLibC:312: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_genre(Ta​​gLib​​_Tag *tag, const char *genre);​
PostCocoon/P6-TagLibC:313: ​sub ta​​glib​​_tag_set_genre( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:317: ​#-From /usr/include/ta​​glib​​/tag_c.h:242​
PostCocoon/P6-TagLibC:321: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_year(Ta​​gLib​​_Tag *tag, unsigned int year);​
PostCocoon/P6-TagLibC:322: ​sub ta​​glib​​_tag_set_year( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:326: ​#-From /usr/include/ta​​glib​​/tag_c.h:247​
PostCocoon/P6-TagLibC:330: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_set_track(Ta​​gLib​​_Tag *tag, unsigned int track);​
PostCocoon/P6-TagLibC:331: ​sub ta​​glib​​_tag_set_track( Tag $tag # Typedef<Ta​​gLib​​_Tag>->||*​
PostCocoon/P6-TagLibC:335: ​#-From /usr/include/ta​​glib​​/tag_c.h:252​
PostCocoon/P6-TagLibC:339: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_tag_free_strings(void);​
PostCocoon/P6-TagLibC:340: ​sub ta​​glib​​_tag_free_strings(​
PostCocoon/P6-TagLibC:343: ​#-From /usr/include/ta​​glib​​/tag_c.h:261​
PostCocoon/P6-TagLibC:347: ​#TA​​GLIB​​_C_EXPORT int ta​​glib​​_audioproperties_length(const Ta​​gLib​​_AudioProperties *audioProperties);​
PostCocoon/P6-TagLibC:348: ​sub ta​​glib​​_audioproperties_length( AudioProperties $audioProperties # const Typedef<Ta​​gLib​​_AudioProperties>->||*​
PostCocoon/P6-TagLibC:351: ​#-From /usr/include/ta​​glib​​/tag_c.h:266​
PostCocoon/P6-TagLibC:355: ​#TA​​GLIB​​_C_EXPORT int ta​​glib​​_audioproperties_bitrate(const Ta​​gLib​​_AudioProperties *audioProperties);​
PostCocoon/P6-TagLibC:356: ​sub ta​​glib​​_audioproperties_bitrate( AudioProperties $audioProperties # const Typedef<Ta​​gLib​​_AudioProperties>->||*​
PostCocoon/P6-TagLibC:359: ​#-From /usr/include/ta​​glib​​/tag_c.h:271​
PostCocoon/P6-TagLibC:363: ​#TA​​GLIB​​_C_EXPORT int ta​​glib​​_audioproperties_samplerate(const Ta​​gLib​​_AudioProperties *audioProperties);​
PostCocoon/P6-TagLibC:364: ​sub ta​​glib​​_audioproperties_samplerate( AudioProperties $audioProperties # const Typedef<Ta​​gLib​​_AudioProperties>->||*​
PostCocoon/P6-TagLibC:367: ​#-From /usr/include/ta​​glib​​/tag_c.h:276​
PostCocoon/P6-TagLibC:371: ​#TA​​GLIB​​_C_EXPORT int ta​​glib​​_audioproperties_channels(const Ta​​gLib​​_AudioProperties *audioProperties);​
PostCocoon/P6-TagLibC:372: ​sub ta​​glib​​_audioproperties_channels( AudioProperties $audioProperties # const Typedef<Ta​​gLib​​_AudioProperties>->||*​
PostCocoon/P6-TagLibC:375: ​#-From /usr/include/ta​​glib​​/tag_c.h:293​
PostCocoon/P6-TagLibC:376: ​#TA​​GLIB​​_C_EXPORT void ta​​glib​​_id3v2_set_default_text_encoding(Ta​​gLib​​_ID3v2_Encoding encoding);​
PostCocoon/P6-TagLibC:377: ​sub ta​​glib​​_id3v2_set_default_text_encoding(int32 $encoding # Typedef<Ta​​gLib​​_ID3v2_Encoding>->|Ta​​gLib​​_ID3v2_Encoding|​
PostCocoon/P6-TagLibC:2: ​use Ta​​gLib​​C;​
PostCocoon/P6-TagLibC:5: ​=TITLE Ta​​gLib​​C​
PostCocoon/P6-TagLibC:6: ​=SUBTITLE Ta​​gLib​​ C bindings in Perl6​
PostCocoon/P6-TagLibC:16: ​#| An easy wrapper object for ta​​glib​​_c​
PostCocoon/P6-TagLibC:17: ​class Ta​​gLib​​C::Wrapper {​
PostCocoon/P6-TagLibC:25: ​ #| Creates a new Ta​​gLib​​C::Wrapper object from file given.​
PostCocoon/P6-TagLibC:28: ​ method new(Str $path --> Ta​​gLib​​C::Wrapper) {​
PostCocoon/P6-TagLibC:35: ​ $obj.file-pointer = ta​​glib​​_file_new($path);​
PostCocoon/P6-TagLibC:36: ​ $obj.tag-pointer = ta​​glib​​_file_tag($obj.file-pointer);​
PostCocoon/P6-TagLibC:37: ​ $obj.audio-properties-pointer = ta​​glib​​_file_audioproperties($obj.file-pointer);​
PostCocoon/P6-TagLibC:78: ​ ta​​glib​​_audioproperties_length(self.audio-properties-pointer);​
PostCocoon/P6-TagLibC:83: ​ ta​​glib​​_audioproperties_bitrate(self.audio-properties-pointer);​
PostCocoon/P6-TagLibC:88: ​ ta​​glib​​_audioproperties_channels(self.audio-properties-pointer);​
PostCocoon/P6-TagLibC:93: ​ ta​​glib​​_audioproperties_samplerate(self.audio-properties-pointer);​
PostCocoon/P6-TagLibC:102: ​ if ! ta​​glib​​_file_is_valid $.file-pointer {​
PostCocoon/P6-TagLibC:110: ​ ta​​glib​​_tag_artist($.tag-pointer);​
PostCocoon/P6-TagLibC:116: ​ ta​​glib​​_tag_set_artist($.tag-pointer, $artist);​
PostCocoon/P6-TagLibC:122: ​ ta​​glib​​_tag_title($.tag-pointer);​
PostCocoon/P6-TagLibC:128: ​ ta​​glib​​_tag_set_title($.tag-pointer, $title);​
PostCocoon/P6-TagLibC:134: ​ ta​​glib​​_tag_album($.tag-pointer);​
PostCocoon/P6-TagLibC:140: ​ ta​​glib​​_tag_set_album($.tag-pointer, $album);​
PostCocoon/P6-TagLibC:146: ​ ta​​glib​​_tag_comment($.tag-pointer);​
PostCocoon/P6-TagLibC:152: ​ ta​​glib​​_tag_set_comment($.tag-pointer, $comment);​
PostCocoon/P6-TagLibC:158: ​ ta​​glib​​_tag_genre($.tag-pointer);​
PostCocoon/P6-TagLibC:164: ​ ta​​glib​​_tag_set_genre($.tag-pointer, $genre);​
PostCocoon/P6-TagLibC:170: ​ ta​​glib​​_tag_year($.tag-pointer);​
PostCocoon/P6-TagLibC:181: ​ ta​​glib​​_tag_set_year($.tag-pointer, $year);​
PostCocoon/P6-TagLibC:187: ​ ta​​glib​​_tag_track($.tag-pointer);​
PostCocoon/P6-TagLibC:198: ​ ta​​glib​​_tag_set_track($.tag-pointer, $track);​
PostCocoon/P6-TagLibC:204: ​ ta​​glib​​_file_free($.file-pointer);​
PostCocoon/P6-TagLibC:209: ​ ta​​glib​​_file_save($.file-pointer);​
PostCocoon/P6-TagLibC:4: ​use Ta​​gLib​​C::Wrapper;​
PostCocoon/P6-TagLibC:8: ​my $track = Ta​​gLib​​C::Wrapper.new($dir ~ "/test.mp3");​
PostCocoon/P6-TagLibC:32: ​ Ta​​gLib​​C::Wrapper.new("/nonexistentfile");​
PostCocoon/P6-TagLibC:4: ​use Ta​​gLib​​C::Wrapper;​
PostCocoon/P6-TagLibC:11: ​my $track = Ta​​gLib​​C::Wrapper.new($abusefile);​
PostCocoon/P6-TagLibC:37: ​my $track2 = Ta​​gLib​​C::Wrapper.new($abusefile);​
andydude/p6-c-parser:1746: ​extern GMemVTable *​​glib​​_mem_profiler_table;​
avuserow/perl6-audio-taglib-simple:7: ​ remote = git://github.com/avuserow/perl6-audio-ta​​glib​​-simple.git​
avuserow/perl6-audio-taglib-simple:3: ​ "name" : "Audio::Ta​​glib​​::Simple",​
avuserow/perl6-audio-taglib-simple:6: ​ "description" : "Read, write ID3 and other audio metadata with Ta​​gLib​​",​
avuserow/perl6-audio-taglib-simple:9: ​ "Audio::Ta​​glib​​::Simple" : "lib/Audio/Ta​​glib​​/Simple.pm"​
avuserow/perl6-audio-taglib-simple:17: ​ "source-url" : "git://github.com/avuserow/perl6-audio-ta​​glib​​-simple.git"​
avuserow/perl6-audio-taglib-simple:3: ​Audio::Ta​​glib​​::Simple - Read, write ID3 and other audio metadata with Ta​​gLib​​​
avuserow/perl6-audio-taglib-simple:8: ​my $ta​​glib​​ = Audio::Ta​​glib​​::Simple.new("awesome.mp3");​
avuserow/perl6-audio-taglib-simple:11: ​say "artist: ", $ta​​glib​​.artist;​
avuserow/perl6-audio-taglib-simple:14: ​$ta​​glib​​.artist = "Awesome Band";​
avuserow/perl6-audio-taglib-simple:15: ​$ta​​glib​​.save;​
avuserow/perl6-audio-taglib-simple:18: ​$ta​​glib​​.free;​
avuserow/perl6-audio-taglib-simple:21: ​See also examples/ta​​glib​​.p6​
avuserow/perl6-audio-taglib-simple:25: ​This module uses NativeCall to provide bindings to Ta​​gLib​​'s C API. The C API is​
avuserow/perl6-audio-taglib-simple:29: ​Ta​​gLib​​ supports many audio and tag formats. Audio formats include MP3, MPC,​
avuserow/perl6-audio-taglib-simple:34: ​Ta​​gLib​​ is nice and fast. The example script runs on a directory of 501 files​
avuserow/perl6-audio-taglib-simple:42: ​Ta​​gLib​​ cannot parse it. Ta​​gLib​​ attempts to guess the file type here.​
avuserow/perl6-audio-taglib-simple:46: ​Frees the internal data used by Ta​​gLib​​.​
avuserow/perl6-audio-taglib-simple:89: ​Returns the length of the file as a Duration. Ta​​gLib​​ provides it as an integer.​
avuserow/perl6-audio-taglib-simple:111: ​appear to be audio that Ta​​gLib​​ can parse.​
avuserow/perl6-audio-taglib-simple:123: ​- Ta​​gLib​​ will start claiming some files are not valid after a​
avuserow/perl6-audio-taglib-simple:125: ​- Ta​​gLib​​ prints some warnings to STDERR directly.​
avuserow/perl6-audio-taglib-simple:127: ​ incorrect values for length. Ta​​gLib​​ does not actually parse the music stream​
avuserow/perl6-audio-taglib-simple:144: ​[Ta​​gLib​​ website](http://ta​​glib​​.github.io)​
avuserow/perl6-audio-taglib-simple:146: ​[tag\_c.h from the Ta​​gLib​​ project](https://github.com/ta​​glib​​/ta​​glib​​/blob/master/bindings/c/tag_c.h)​
avuserow/perl6-audio-taglib-simple:1: ​- API to tell Ta​​gLib​​ the file type of a given file (requires figuring out how​
avuserow/perl6-audio-taglib-simple:5: ​use Audio::Ta​​glib​​::Simple;​
avuserow/perl6-audio-taglib-simple:22: ​ my $tl = Audio::Ta​​glib​​::Simple.new($file);​
avuserow/perl6-audio-taglib-simple:13: ​my constant ta​​glib​​ = ('tag_c', v0);​
avuserow/perl6-audio-taglib-simple:15: ​class Audio::Ta​​glib​​::Simple {​
avuserow/perl6-audio-taglib-simple:17: ​ has $.ta​​glib​​-file is readonly;​
avuserow/perl6-audio-taglib-simple:18: ​ has $!ta​​glib​​-tag;​
avuserow/perl6-audio-taglib-simple:19: ​ has $!ta​​glib​​-audio;​
avuserow/perl6-audio-taglib-simple:51: ​ $!ta​​glib​​-file = ta​​glib​​_file_new($!file);​
avuserow/perl6-audio-taglib-simple:52: ​ unless $!ta​​glib​​-file {​
avuserow/perl6-audio-taglib-simple:55: ​ text => 'File not recognized or parseable by Ta​​gLib​​',​
avuserow/perl6-audio-taglib-simple:59: ​ unless ta​​glib​​_file_is_valid($!ta​​glib​​-file) {​
avuserow/perl6-audio-taglib-simple:62: ​ text => 'Ta​​gLib​​ reports file is invalid',​
avuserow/perl6-audio-taglib-simple:66: ​ # set up stuff that ta​​glib​​ cares about​
avuserow/perl6-audio-taglib-simple:67: ​ $!ta​​glib​​-tag = ta​​glib​​_file_tag($!ta​​glib​​-file);​
avuserow/perl6-audio-taglib-simple:68: ​ $!ta​​glib​​-audio = ta​​glib​​_file_audioproperties($!ta​​glib​​-file);​
avuserow/perl6-audio-taglib-simple:71: ​ $!title = ta​​glib​​_tag_title($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:72: ​ $!artist = ta​​glib​​_tag_artist($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:73: ​ $!album = ta​​glib​​_tag_album($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:74: ​ $!comment = ta​​glib​​_tag_comment($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:75: ​ $!genre = ta​​glib​​_tag_genre($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:76: ​ $!year = ta​​glib​​_tag_year($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:77: ​ $!track = ta​​glib​​_tag_track($!ta​​glib​​-tag);​
avuserow/perl6-audio-taglib-simple:78: ​ $!length = Duration.new(ta​​glib​​_audioproperties_length($!ta​​glib​​-audio));​
avuserow/perl6-audio-taglib-simple:79: ​ $!bitrate = ta​​glib​​_audioproperties_bitrate($!ta​​glib​​-audio);​
avuserow/perl6-audio-taglib-simple:80: ​ $!samplerate = ta​​glib​​_audioproperties_samplerate($!ta​​glib​​-audio);​
avuserow/perl6-audio-taglib-simple:81: ​ $!channels = ta​​glib​​_audioproperties_channels($!ta​​glib​​-audio);​
avuserow/perl6-audio-taglib-simple:90: ​ ta​​glib​​_tag_set_title($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:102: ​ ta​​glib​​_tag_set_artist($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:114: ​ ta​​glib​​_tag_set_album($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:126: ​ ta​​glib​​_tag_set_comment($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:138: ​ ta​​glib​​_tag_set_genre($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:150: ​ ta​​glib​​_tag_set_year($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:162: ​ ta​​glib​​_tag_set_track($!ta​​glib​​-tag, $in);​
avuserow/perl6-audio-taglib-simple:169: ​ return Bool(ta​​glib​​_file_save($!ta​​glib​​-file));​
avuserow/perl6-audio-taglib-simple:173: ​ ta​​glib​​_file_free($!ta​​glib​​-file);​
avuserow/perl6-audio-taglib-simple:178: ​ sub ta​​glib​​_file_new(Str) returns OpaquePointer is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:179: ​ sub ta​​glib​​_file_is_valid(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:180: ​ sub ta​​glib​​_file_free(OpaquePointer) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:183: ​ #sub ta​​glib​​_file_new_type(Str, Enum) returns OpaquePointer is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:184: ​ sub ta​​glib​​_file_tag(OpaquePointer) returns OpaquePointer is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:185: ​ sub ta​​glib​​_file_audioproperties(OpaquePointer) returns OpaquePointer is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:188: ​ sub ta​​glib​​_tag_title(OpaquePointer) returns Str is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:189: ​ sub ta​​glib​​_tag_artist(OpaquePointer) returns Str is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:190: ​ sub ta​​glib​​_tag_album(OpaquePointer) returns Str is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:191: ​ sub ta​​glib​​_tag_comment(OpaquePointer) returns Str is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:192: ​ sub ta​​glib​​_tag_genre(OpaquePointer) returns Str is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:193: ​ sub ta​​glib​​_tag_year(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:194: ​ sub ta​​glib​​_tag_track(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:197: ​ sub ta​​glib​​_file_save(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:198: ​ sub ta​​glib​​_tag_set_title(OpaquePointer, Str) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:199: ​ sub ta​​glib​​_tag_set_artist(OpaquePointer, Str) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:200: ​ sub ta​​glib​​_tag_set_album(OpaquePointer, Str) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:201: ​ sub ta​​glib​​_tag_set_comment(OpaquePointer, Str) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:202: ​ sub ta​​glib​​_tag_set_genre(OpaquePointer, Str) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:203: ​ sub ta​​glib​​_tag_set_year(OpaquePointer, int32) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:204: ​ sub ta​​glib​​_tag_set_track(OpaquePointer, int32) is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:207: ​ sub ta​​glib​​_audioproperties_length(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:208: ​ sub ta​​glib​​_audioproperties_bitrate(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:209: ​ sub ta​​glib​​_audioproperties_samplerate(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:210: ​ sub ta​​glib​​_audioproperties_channels(OpaquePointer) returns int32 is native(ta​​glib​​) {...};​
avuserow/perl6-audio-taglib-simple:4: ​use Audio::Ta​​glib​​::Simple;​
avuserow/perl6-audio-taglib-simple:8: ​my $tl = Audio::Ta​​glib​​::Simple.new('t/silence.ogg');​
avuserow/perl6-audio-taglib-simple:4: ​use Audio::Ta​​glib​​::Simple;​
avuserow/perl6-audio-taglib-simple:9: ​my $tl = Audio::Ta​​glib​​::Simple.new('t/modified.ogg');​
avuserow/perl6-audio-taglib-simple:30: ​$tl = Audio::Ta​​glib​​::Simple.new('t/modified.ogg');​
avuserow/perl6-audio-taglib-simple:4: ​use Audio::Ta​​glib​​::Simple;​
avuserow/perl6-audio-taglib-simple:9: ​ Audio::Ta​​glib​​::Simple.new('non-existent-file.invalid');​
avuserow/perl6-audio-taglib-simple:13: ​ Audio::Ta​​glib​​::Simple.new('t/error.t');​
azawawi/farabi6:10: ​ */.ui.checkbox{position:relative;display:inline-block;min-height:17px;font-size:1rem;line-height:15px;min-width:17px;-webkit-backface-visibility:hid…​
azawawi/farabi6:10: ​ */.ui.steps .step{position:relative;display:table-cell;vertical-align:middle;margin:0;padding:.9285em 1.5em .9285em 2.25em;background:#fff;color:rgb…​
azawawi/farabi6:11: ​@import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin';*,:after,:before{box-sizing:inherit}html{box-sizing:b…​
azawawi/perl6-gtk-scintilla:8125: ​ supported with ​​glib​​ 2.22+. The version of GTK+ installed should be detected automatically.​
azawawi/perl6-gtk-scintilla:1256: ​ The oldest version of GTK+ supported now is 2.18 and for ​​glib​​ it is 2.22.​
azawawi/perl6-gtk-scintilla:8689: ​ the threading library by evaluating `​​glib​​-config --libs gthread`. A Unicode locale​
azawawi/perl6-gtk-scintilla:17: ​#include <​​glib​​.h>​
azawawi/perl6-gtk-scintilla:21: ​#include <​​glib​​.h>​
azawawi/perl6-gtk-scintilla:64: ​#include <​​glib​​.h>​
azawawi/perl6-gtk-scintilla:91: ​​​GLIB​​_GENMARSHAL = ​​glib​​-genmarshal​
azawawi/perl6-gtk-scintilla:92: ​​​GLIB​​_GENMARSHAL_FLAGS = --prefix=scintilla_marshal​
azawawi/perl6-gtk-scintilla:95: ​ $(​​GLIB​​_GENMARSHAL) --header $(​​GLIB​​_GENMARSHAL_FLAGS) $< > $@​
azawawi/perl6-gtk-scintilla:97: ​ $(​​GLIB​​_GENMARSHAL) --body $(​​GLIB​​_GENMARSHAL_FLAGS) $< > $@​
azawawi/perl6-gtk-scintilla:2: ​#include <​​glib​​-object.h>​
azawawi/perl6-gtk-scintilla:5: ​#include <​​glib​​-object.h>​
azawawi/perl6-gtk-scintilla:44: ​#include <​​glib​​.h>​
azawawi/perl6-gtk-scintilla:23: ​#if defined(__​​GLIB​​CXX__)​
azawawi/perl6-gtk-scintilla:8: ​ xmlns:​​glib​​="http://www.gtk.org/introspection/​​glib​​/1.0">​
azawawi/perl6-gtk-scintilla:42: ​ ​​glib​​:type-name="ScintillaObject"​
azawawi/perl6-gtk-scintilla:43: ​ ​​glib​​:get-type="scintilla_object_get_type"​
azawawi/perl6-gtk-scintilla:44: ​ ​​glib​​:type-struct="ObjectClass">​
azawawi/perl6-gtk-scintilla:109: ​ <​​glib​​:signal name="command" when="last" action="1">​
azawawi/perl6-gtk-scintilla:121: ​ </​​glib​​:signal>​
azawawi/perl6-gtk-scintilla:122: ​ <​​glib​​:signal name="sci-notify" when="last" action="1">​
azawawi/perl6-gtk-scintilla:134: ​ </​​glib​​:signal>​
azawawi/perl6-gtk-scintilla:138: ​ ​​glib​​:is-gtype-struct-for="Object">​
azawawi/perl6-gtk-scintilla:181: ​ ​​glib​​:type-name="SCNotification"​
azawawi/perl6-gtk-scintilla:182: ​ ​​glib​​:get-type="scnotification_get_type"​
azawawi/perl6-gtk-scintilla:30: ​ <UseDebu​​gLib​​raries>true</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:36: ​ <UseDebu​​gLib​​raries>false</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:43: ​ <UseDebu​​gLib​​raries>true</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:49: ​ <UseDebu​​gLib​​raries>false</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:33: ​ <UseDebu​​gLib​​raries>true</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:36: ​ <UseDebu​​gLib​​raries>true</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:39: ​ <UseDebu​​gLib​​raries>false</UseDebu​​gLib​​raries>​
azawawi/perl6-gtk-scintilla:43: ​ <UseDebu​​gLib​​raries>false</UseDebu​​gLib​​raries>​
azawawi/perl6-net-curl:27: ​Requires ​​glib​​-2.x and a (POSIX?) system that has mkfifo().​
azawawi/perl6-net-curl:30: ​sample programs, adapted to use ​​glib​​'s g_io_channel in place of libevent.​
azawawi/perl6-net-curl:54: ​#include <​​glib​​.h>​
azawawi/perl6-net-curl:152: ​/* Called by ​​glib​​ when our timeout expires */​
azawawi/perl6-net-curl:185: ​/* Called by ​​glib​​ when we get action on a multi socket */​
azawawi/perl6-net-curl:341: ​/* This gets called by ​​glib​​ whenever data is received from the fifo */​
azawawi/perl6-net-curl:35: ​#include <​​glib​​.h>​
colomon/TagTools:6: ​ "depends" : ["Audio::Ta​​glib​​::Simple"],​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:14: ​ $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:9: ​ my $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:31: ​ my $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:46: ​ my $tags = Audio::Ta​​glib​​::Simple.new($file.filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:12: ​ $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:11: ​ my $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:12: ​ my $tags = Audio::Ta​​glib​​::Simple.new($file);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:20: ​ $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:22: ​ my $tags = Audio::Ta​​glib​​::Simple.new($file);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:12: ​ $tags = Audio::Ta​​glib​​::Simple.new($filename);​
colomon/TagTools:4: ​use Audio::Ta​​glib​​::Simple;​
colomon/TagTools:91: ​ my $tags = Audio::Ta​​glib​​::Simple.new($file);​
cygx/p6-tinycc-resources-win64:291: ​ || !defined __STRICT_ANSI__ || defined __​​GLIB​​CPP__​
cygx/p6-tinycc-resources-win64:33: ​/* Older ​​glib​​c require a wint_t from <stddef.h> (when requested​
cygx/p6-tinycc-resources-win64:5: ​ * ​​glib​​c include files on your floppy disk ​
finanalyst/p6-inform:33: ​ "lib​​glib​​-2.0-0.dll",​
finanalyst/p6-inform:24: ​ "blib/lib/GTK/lib​​glib​​-2.0-0.dll",​
finanalyst/p6-inform:238: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:261: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:274: ​ sub ​​glib​​-lib is export {​
finanalyst/p6-inform:279: ​ $lib = find-bundled('lib​​glib​​-2.0-0.dll');​
finanalyst/p6-inform:281: ​ $lib = $*VM.platform-library-name('​​glib​​-2.0'.IO).Str;​
finanalyst/p6-inform:291: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:326: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:348: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:360: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:399: ​ try load-​​glib​​-lib;​
finanalyst/p6-inform:494: ​ sub load-​​glib​​-lib is native(&​​glib​​-lib) { ... }​
johnspurr/Lingua-EN-Stem-Porter:11713: ​​​glib​​​
johnspurr/Lingua-EN-Stem-Porter:11713: ​​​glib​​​
jonathanstowe/Audio-Encode-LameMP3:31: ​ "Audio::Ta​​glib​​::Simple",​
jonathanstowe/Audio-Encode-LameMP3:365: ​over the tags you might want to consider L<Audio::Ta​​glib​​::Simple> which will let​
jonathanstowe/Audio-Encode-LameMP3:7: ​use Audio::Ta​​glib​​::Simple;​
jonathanstowe/Audio-Encode-LameMP3:41: ​my $ta​​glib​​;​
jonathanstowe/Audio-Encode-LameMP3:43: ​lives-ok { $ta​​glib​​ = Audio::Ta​​glib​​::Simple.new($out-file.Str) }, "get a ta​​glib​​ object";​
jonathanstowe/Audio-Encode-LameMP3:44: ​is($ta​​glib​​.title, "Test Title", "got title we expected");​
jonathanstowe/Audio-Encode-LameMP3:45: ​is($ta​​glib​​.artist, "Test Artist", "got artist we expected");​
jonathanstowe/Audio-Encode-LameMP3:46: ​is($ta​​glib​​.album, "Test Album", "got album we expected");​
jonathanstowe/Audio-Encode-LameMP3:47: ​is($ta​​glib​​.year, "2015", "got year we expected");​
jonathanstowe/Audio-Encode-LameMP3:48: ​is($ta​​glib​​.comment, "Test Comment", "got the comment we expected");​
jonathanstowe/Crypt-Libcrypt:82: ​Blowfish is not implemented for C<​​glib​​c> but is available on FreeBSD​
jonathanstowe/META6:3930: ​ "name" : "Audio::Ta​​glib​​::Simple",​
jonathanstowe/META6:3931: ​ "source-url" : "git://github.com/avuserow/perl6-audio-ta​​glib​​-simple.git",​
jonathanstowe/META6:3932: ​ "description" : "Read, write ID3 and other audio metadata with Ta​​gLib​​",​
jonathanstowe/META6:3936: ​ "Audio::Ta​​glib​​::Simple" : "lib/Audio/Ta​​glib​​/Simple.pm"​
jonathanstowe/META6:4305: ​ "Audio::Ta​​glib​​::Simple"​
jonathanstowe/META6:6189: ​ "Audio::Ta​​glib​​::Simple",​
jonathanstowe/p6-fcgi:2615: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
jonathanstowe/p6-fcgi:2720: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
mrhdias/perl6-IUP:7: ​my $libs = "-Wl,--no-as-needed -liup -liupim​​glib​​";​
mrhdias/perl6-IUP:20: ​You will need the Linux libraries `libiup` and `libiupim​​glib​​` installed​
mrhdias/perl6-IUP:16: ​You will need the Linux libraries `libiup` and `libiupim​​glib​​` installed​
mrhdias/perl6-IUP:5: ​# libiupim​​glib​​.so​
mrhdias/perl6-IUP:25: ​ $(CC) -liup -liupim​​glib​​ -shared -s -o IUP.so IUP.o​
perl6/gtk-simple:33: ​ "lib​​glib​​-2.0-0.dll",​
perl6/gtk-simple:68: ​ "blib/lib/GTK/lib​​glib​​-2.0-0.dll",​
perl6/gtk-simple:30: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:53: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:66: ​sub ​​glib​​-lib is export {​
perl6/gtk-simple:71: ​ $lib = find-bundled('lib​​glib​​-2.0-0.dll');​
perl6/gtk-simple:73: ​ $lib = $*VM.platform-library-name('​​glib​​-2.0'.IO).Str;​
perl6/gtk-simple:83: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:118: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:140: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:152: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:191: ​ try load-​​glib​​-lib;​
perl6/gtk-simple:286: ​sub load-​​glib​​-lib is native(&​​glib​​-lib) { ... }​
perl6/gtk-simple:190: ​ is native(&​​glib​​-lib)​
rakudo-p5/v5:129: ​ 'cppsymbols' => '_FILE_OFFSET_BITS=64 _FORTIFY_SOURCE=2 _GNU_SOURCE=1 _LARGEFILE64_SOURCE=1 _LARGEFILE_SOURCE=1 _LP64=1 _POSIX_C_SOURCE=20080…​
rakudo-p5/v5:657: ​ '​​glib​​pth' => '/usr/shlib /lib /usr/lib /usr/lib/386 /lib/386 /usr/ccs/lib /usr/ucblib /usr/local/lib ',​
scriptkitties/p6-mpd-client:23: ​curl https://raw.githubusercontent.com/PostCocoon/P6-Ta​​gLib​​C/master/t/test.mp3 > ${MUSICDIR}/test.mp3​
skinkade/p6-Crypt-Bcrypt:29: ​$Owl: Owl/packages/​​glib​​c/crypt_blowfish/LINKS,v 1.4 2005/11/16 13:09:47 solar Exp $​
skinkade/p6-Crypt-Bcrypt:30: ​$Owl: Owl/packages/​​glib​​c/crypt_blowfish/PERFORMANCE,v 1.6 2011/06/21 12:09:20 solar Exp $​
skinkade/p6-Crypt-Bcrypt:37: ​library sources as usual. Apply the patch for ​​glib​​c 2.14 provided in​
skinkade/p6-Crypt-Bcrypt:45: ​Apply the patch for ​​glib​​c 2.3.6 provided in this package. Enter​
skinkade/p6-Crypt-Bcrypt:52: ​and linuxthreads add-ons as usual. Apply the patch for ​​glib​​c 2.1.3​
skinkade/p6-Crypt-Bcrypt:68: ​$Owl: Owl/packages/​​glib​​c/crypt_blowfish/README,v 1.10 2014/07/07 15:19:04 solar Exp $​
skinkade/p6-Crypt-Bcrypt:252: ​(original ​​glib​​c only):​
skinkade/p6-Crypt-Bcrypt:276: ​(​​glib​​c 2.0 to 2.0.1 only):​
skinkade/p6-Crypt-Bcrypt:287: ​(​​glib​​c 2.0.2 to 2.1.3 only):​
skinkade/p6-Crypt-Bcrypt:396: ​and newer, and it is part of the official ​​glib​​c.​
skinkade/p6-Crypt-Bcrypt:408: ​It is, however, not part of the official ​​glib​​c.​
skinkade/p6-Crypt-Bcrypt:451: ​Programs using any of these functions on a ​​glib​​c 2.x system must be​
skinkade/p6-Crypt-Bcrypt:502: ​function was introduced during ​​glib​​c 2.0 development.​
skinkade/p6-Crypt-Bcrypt:1: ​--- ​​glib​​c-2.1.3.orig/crypt/sysdeps/unix/Makefile 1997-03-05 00:33:59 +0000​
skinkade/p6-Crypt-Bcrypt:2: ​+++ ​​glib​​c-2.1.3/crypt/sysdeps/unix/Makefile 2000-06-11 03:13:41 +0000​
skinkade/p6-Crypt-Bcrypt:10: ​--- ​​glib​​c-2.1.3.orig/crypt/sysdeps/unix/crypt-entry.c 1998-12-10 12:49:04 +0000​
skinkade/p6-Crypt-Bcrypt:11: ​+++ ​​glib​​c-2.1.3/crypt/sysdeps/unix/crypt-entry.c 2000-06-11 03:14:57 +0000​
skinkade/p6-Crypt-Bcrypt:34: ​--- ​​glib​​c-2.1.3.orig/md5-crypt/Makefile 1998-07-02 22:46:47 +0000​
skinkade/p6-Crypt-Bcrypt:35: ​+++ ​​glib​​c-2.1.3/md5-crypt/Makefile 2000-06-11 03:12:34 +0000​
skinkade/p6-Crypt-Bcrypt:45: ​--- ​​glib​​c-2.1.3.orig/md5-crypt/Versions 1998-07-02 22:32:07 +0000​
skinkade/p6-Crypt-Bcrypt:46: ​+++ ​​glib​​c-2.1.3/md5-crypt/Versions 2000-06-11 09:11:03 +0000​
skinkade/p6-Crypt-Bcrypt:49: ​ ​​GLIB​​C_2.0 {​
skinkade/p6-Crypt-Bcrypt:1: ​diff -urp ​​glib​​c-2.14.orig/crypt/Makefile ​​glib​​c-2.14/crypt/Makefile​
skinkade/p6-Crypt-Bcrypt:2: ​--- ​​glib​​c-2.14.orig/crypt/Makefile 2011-05-31 04:12:33 +0000​
skinkade/p6-Crypt-Bcrypt:3: ​+++ ​​glib​​c-2.14/crypt/Makefile 2011-07-16 21:40:56 +0000​
skinkade/p6-Crypt-Bcrypt:21: ​diff -urp ​​glib​​c-2.14.orig/crypt/Versions ​​glib​​c-2.14/crypt/Versions​
skinkade/p6-Crypt-Bcrypt:22: ​--- ​​glib​​c-2.14.orig/crypt/Versions 2011-05-31 04:12:33 +0000​
skinkade/p6-Crypt-Bcrypt:23: ​+++ ​​glib​​c-2.14/crypt/Versions 2011-07-16 21:40:56 +0000​
skinkade/p6-Crypt-Bcrypt:26: ​ ​​GLIB​​C_2.0 {​
skinkade/p6-Crypt-Bcrypt:31: ​diff -urp ​​glib​​c-2.14.orig/crypt/crypt-entry.c ​​glib​​c-2.14/crypt/crypt-entry.c​
skinkade/p6-Crypt-Bcrypt:32: ​--- ​​glib​​c-2.14.orig/crypt/crypt-entry.c 2011-05-31 04:12:33 +0000​
skinkade/p6-Crypt-Bcrypt:33: ​+++ ​​glib​​c-2.14/crypt/crypt-entry.c 2011-07-16 21:40:56 +0000​
skinkade/p6-Crypt-Bcrypt:1: ​--- ​​glib​​c-2.3.6.orig/crypt/Makefile 2001-07-06 04:54:45 +0000​
skinkade/p6-Crypt-Bcrypt:2: ​+++ ​​glib​​c-2.3.6/crypt/Makefile 2004-02-27 00:23:48 +0000​
skinkade/p6-Crypt-Bcrypt:20: ​--- ​​glib​​c-2.3.6.orig/crypt/Versions 2000-03-04 00:47:30 +0000​
skinkade/p6-Crypt-Bcrypt:21: ​+++ ​​glib​​c-2.3.6/crypt/Versions 2004-02-27 00:25:15 +0000​
skinkade/p6-Crypt-Bcrypt:24: ​ ​​GLIB​​C_2.0 {​
skinkade/p6-Crypt-Bcrypt:29: ​--- ​​glib​​c-2.3.6.orig/crypt/crypt-entry.c 2001-07-06 05:18:49 +0000​
skinkade/p6-Crypt-Bcrypt:30: ​+++ ​​glib​​c-2.3.6/crypt/crypt-entry.c 2004-02-27 00:12:32 +0000​
skinkade/p6-Crypt-Bcrypt:40: ​#if defined(__​​GLIB​​C__) && defined(_LIBC)​
skinkade/p6-Crypt-Bcrypt:48: ​#if defined(__​​GLIB​​C__) && defined(_LIBC)​
skinkade/p6-Crypt-Bcrypt:49: ​/* crypt.h from ​​glib​​c-crypt-2.1 will define struct crypt_data for us */​
skinkade/p6-Crypt-Bcrypt:69: ​#ifndef __​​GLIB​​C__​
skinkade/p6-Crypt-Bcrypt:70: ​ /* realloc(3) on ​​glib​​c sets errno, so we don't need to bother */​
skinkade/p6-Crypt-Bcrypt:76: ​#if defined(__​​GLIB​​C__) && defined(_LIBC)​
skinkade/p6-Crypt-Bcrypt:99: ​#if defined(__​​GLIB​​C__) && defined(_LIBC)​
skinkade/p6-Crypt-Bcrypt:247: ​#ifndef __​​GLIB​​C__​
skinkade/p6-Crypt-Bcrypt:248: ​ /* strdup(3) on ​​glib​​c sets errno, so we don't need to bother */​
skinkade/p6-Crypt-Bcrypt:266: ​#if defined(__​​GLIB​​C__) && defined(_LIBC)​
spebern/Parser-FreeXL-Native:75: ​pk​​glib​​dir = $(libdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:76: ​pk​​glib​​execdir = $(libexecdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:4108: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
spebern/Parser-FreeXL-Native:4167: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
spebern/Parser-FreeXL-Native:5675: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
spebern/Parser-FreeXL-Native:5734: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
spebern/Parser-FreeXL-Native:13263: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
spebern/Parser-FreeXL-Native:13322: ​ # Use a header file that comes with gcc, so configuring ​​glib​​c​
spebern/Parser-FreeXL-Native:75: ​pk​​glib​​dir = $(libdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:76: ​pk​​glib​​execdir = $(libexecdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:75: ​pk​​glib​​dir = $(libdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:76: ​pk​​glib​​execdir = $(libexecdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:75: ​pk​​glib​​dir = $(libdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:76: ​pk​​glib​​execdir = $(libexecdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:74: ​pk​​glib​​dir = $(libdir)/@PACKAGE@​
spebern/Parser-FreeXL-Native:75: ​pk​​glib​​execdir = $(libexecdir)/@PACKAGE@​
spitsh/spitsh:24: ​ RHEL { Pkg<gcc make ​​glib​​c-devel>.install; 'make' }​
titsuki/p6-Algorithm-LBFGS:743: ​- <a href="http://www.al​​glib​​.net/optimization/lbfgs.php">C#/C++/Delphi/VisualBasic6 port</a> in AL​​GLIB​​.​
tony-o/p6-warthog:19: ​ "lib​​glib​​-2.0-0.so",​
tony-o/p6-warthog:17: ​ "lib​​glib​​-2.0-0.dll",​
tony-o/p6-warthog:21: ​ "lib​​glib​​-2.0-0.so",​
tony-o/p6-warthog:47: ​ "lib​​glib​​-2.0-0.dll",​

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment