1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Groups</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Flickcurl Flickr API Manual">
<link rel="up" href="index.html" title="Flickcurl Flickr API Manual">
<link rel="prev" href="flickcurl-section-gallery.html" title="Galleries">
<link rel="next" href="flickcurl-section-machinetags.html" title="Machine tag">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="flickcurl-section-gallery.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Flickcurl Flickr API Manual</th>
<td><a accesskey="n" href="flickcurl-section-machinetags.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#flickcurl-section-group.synopsis" class="shortcut">Top</a>
|
<a href="#flickcurl-section-group.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="flickcurl-section-group"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="flickcurl-section-group.top_of_page"></a>Groups</span></h2>
<p>Groups — Groups of users.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="flickcurl-section-group.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"> <a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group">flickcurl_group</a>;
<span class="returnvalue">void</span> <a class="link" href="flickcurl-section-group.html#flickcurl-free-group" title="flickcurl_free_group ()">flickcurl_free_group</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="type">flickcurl_group</span></a> *group</code></em>);
<span class="returnvalue">void</span> <a class="link" href="flickcurl-section-group.html#flickcurl-free-groups" title="flickcurl_free_groups ()">flickcurl_free_groups</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="type">flickcurl_group</span></a> **groups_object</code></em>);
<a class="link" href="flickcurl-section-category.html#flickcurl-category" title="flickcurl_category"><span class="returnvalue">flickcurl_category</span></a> * <a class="link" href="flickcurl-section-group.html#flickcurl-groups-browse" title="flickcurl_groups_browse ()">flickcurl_groups_browse</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code><span class="type">int</span> cat_id</code></em>);
<a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="returnvalue">flickcurl_group</span></a> * <a class="link" href="flickcurl-section-group.html#flickcurl-groups-getInfo" title="flickcurl_groups_getInfo ()">flickcurl_groups_getInfo</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *lang</code></em>);
<span class="returnvalue">int</span> <a class="link" href="flickcurl-section-group.html#flickcurl-groups-join" title="flickcurl_groups_join ()">flickcurl_groups_join</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *accept_rules</code></em>);
<span class="returnvalue">int</span> <a class="link" href="flickcurl-section-group.html#flickcurl-groups-joinRequest" title="flickcurl_groups_joinRequest ()">flickcurl_groups_joinRequest</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *message</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *accept_rules</code></em>);
<span class="returnvalue">int</span> <a class="link" href="flickcurl-section-group.html#flickcurl-groups-leave" title="flickcurl_groups_leave ()">flickcurl_groups_leave</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *delete_photos</code></em>);
<a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member">flickcurl_member</a>;
<span class="returnvalue">void</span> <a class="link" href="flickcurl-section-group.html#flickcurl-free-member" title="flickcurl_free_member ()">flickcurl_free_member</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member"><span class="type">flickcurl_member</span></a> *member_object</code></em>);
<span class="returnvalue">void</span> <a class="link" href="flickcurl-section-group.html#flickcurl-free-members" title="flickcurl_free_members ()">flickcurl_free_members</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member"><span class="type">flickcurl_member</span></a> **members_object</code></em>);
<a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member"><span class="returnvalue">flickcurl_member</span></a> ** <a class="link" href="flickcurl-section-group.html#flickcurl-groups-members-getList" title="flickcurl_groups_members_getList ()">flickcurl_groups_members_getList</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *membertypes</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>);
<span class="returnvalue">int</span> <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-add" title="flickcurl_groups_pools_add ()">flickcurl_groups_pools_add</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *photo_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>);
<a class="link" href="flickcurl-section-context.html#flickcurl-context" title="flickcurl_context"><span class="returnvalue">flickcurl_context</span></a> ** <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-getContext" title="flickcurl_groups_pools_getContext ()">flickcurl_groups_pools_getContext</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *photo_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>);
<a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="returnvalue">flickcurl_group</span></a> ** <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-getGroups" title="flickcurl_groups_pools_getGroups ()">flickcurl_groups_pools_getGroups</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>);
<a class="link" href="flickcurl-section-photo.html#flickcurl-photo" title="flickcurl_photo"><span class="returnvalue">flickcurl_photo</span></a> ** <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-getPhotos" title="flickcurl_groups_pools_getPhotos ()">flickcurl_groups_pools_getPhotos</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *tags</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *user_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *extras</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>);
<a class="link" href="flickcurl-section-photoslist.html#flickcurl-photos-list" title="flickcurl_photos_list"><span class="returnvalue">flickcurl_photos_list</span></a> * <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-getPhotos-params" title="flickcurl_groups_pools_getPhotos_params ()">flickcurl_groups_pools_getPhotos_params</a>
(<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *tags</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *user_id</code></em>,
<em class="parameter"><code><a class="link" href="flickcurl-section-photoslist.html#flickcurl-photos-list-params" title="flickcurl_photos_list_params"><span class="type">flickcurl_photos_list_params</span></a> *list_params</code></em>);
<span class="returnvalue">int</span> <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-remove" title="flickcurl_groups_pools_remove ()">flickcurl_groups_pools_remove</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *photo_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>);
<a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="returnvalue">flickcurl_group</span></a> ** <a class="link" href="flickcurl-section-group.html#flickcurl-groups-search" title="flickcurl_groups_search ()">flickcurl_groups_search</a> (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="flickcurl-section-group.description"></a><h2>Description</h2>
<p>
Groups of users.
</p>
</div>
<div class="refsect1">
<a name="flickcurl-section-group.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="flickcurl-group"></a><h3>flickcurl_group</h3>
<pre class="programlisting">typedef struct {
char* nsid;
char* name;
char* description;
char* lang;
int is_admin;
int is_pool_moderated;
int is_eighteenplus;
int privacy;
int photos;
int iconserver;
int members;
int throttle_count;
char* throttle_mode;
int throttle_remaining;
int iconfarm;
int is_moderator;
int is_member;
char* rules;
int pool_count;
int topic_count;
int photos_ok;
int videos_ok;
int images_ok;
int screens_ok;
int art_ok;
int safe_ok;
int moderate_ok;
int restricted_ok;
int has_geo;
} flickcurl_group;
</pre>
<p>
A group.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-group.nsid"></a>nsid</code></em>;</span></p></td>
<td>NSID</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-group.name"></a>name</code></em>;</span></p></td>
<td>Group Name</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-group.description"></a>description</code></em>;</span></p></td>
<td>Description</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-group.lang"></a>lang</code></em>;</span></p></td>
<td>Language</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.is-admin"></a>is_admin</code></em>;</span></p></td>
<td>user is a group admin</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.is-pool-moderated"></a>is_pool_moderated</code></em>;</span></p></td>
<td>is the pool moderated</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.is-eighteenplus"></a>is_eighteenplus</code></em>;</span></p></td>
<td>NOT USED (will always be 0)</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.privacy"></a>privacy</code></em>;</span></p></td>
<td>privacy level</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.photos"></a>photos</code></em>;</span></p></td>
<td>photos in group count</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.iconserver"></a>iconserver</code></em>;</span></p></td>
<td>icon server ID</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.members"></a>members</code></em>;</span></p></td>
<td>member count</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.throttle-count"></a>throttle_count</code></em>;</span></p></td>
<td>throttle count</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-group.throttle-mode"></a>throttle_mode</code></em>;</span></p></td>
<td>throttle mode (day, ...)</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.throttle-remaining"></a>throttle_remaining</code></em>;</span></p></td>
<td>throttle remaining</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.iconfarm"></a>iconfarm</code></em>;</span></p></td>
<td>icon farm ID</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.is-moderator"></a>is_moderator</code></em>;</span></p></td>
<td>user is a moderator</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.is-member"></a>is_member</code></em>;</span></p></td>
<td>user is a member</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-group.rules"></a>rules</code></em>;</span></p></td>
<td>group rules</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.pool-count"></a>pool_count</code></em>;</span></p></td>
<td>pool count</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.topic-count"></a>topic_count</code></em>;</span></p></td>
<td>topic count</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.photos-ok"></a>photos_ok</code></em>;</span></p></td>
<td>photos are ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.videos-ok"></a>videos_ok</code></em>;</span></p></td>
<td>videos are ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.images-ok"></a>images_ok</code></em>;</span></p></td>
<td>images are ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.screens-ok"></a>screens_ok</code></em>;</span></p></td>
<td>screens are ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.art-ok"></a>art_ok</code></em>;</span></p></td>
<td>art is ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.safe-ok"></a>safe_ok</code></em>;</span></p></td>
<td>safe content is ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.moderate-ok"></a>moderate_ok</code></em>;</span></p></td>
<td>moderate content is ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.restricted-ok"></a>restricted_ok</code></em>;</span></p></td>
<td>restricted content is ok</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-group.has-geo"></a>has_geo</code></em>;</span></p></td>
<td>has geolocation</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-free-group"></a><h3>flickcurl_free_group ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> flickcurl_free_group (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="type">flickcurl_group</span></a> *group</code></em>);</pre>
<p>
Destructor for group object
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>group</code></em> :</span></p></td>
<td>group object</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-free-groups"></a><h3>flickcurl_free_groups ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> flickcurl_free_groups (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="type">flickcurl_group</span></a> **groups_object</code></em>);</pre>
<p>
Destructor for array of group object
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>groups_object</code></em> :</span></p></td>
<td>group object array</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-browse"></a><h3>flickcurl_groups_browse ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-category.html#flickcurl-category" title="flickcurl_category"><span class="returnvalue">flickcurl_category</span></a> * flickcurl_groups_browse (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code><span class="type">int</span> cat_id</code></em>);</pre>
<p>
Browse the group category tree, finding groups and sub-categories.
</p>
<p>
Implements flickr.groups.browse (0.13)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cat_id</code></em> :</span></p></td>
<td>The category id to fetch a list of groups and sub-categories for. If not specified, it defaults to zero, the root of the category tree. (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-getInfo"></a><h3>flickcurl_groups_getInfo ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="returnvalue">flickcurl_group</span></a> * flickcurl_groups_getInfo (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *lang</code></em>);</pre>
<p>
Get information about a group.
</p>
<p>
Implements flickr.groups.getInfo (0.13)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The NSID of the group to fetch information for.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>lang</code></em> :</span></p></td>
<td>The language of the group name and description to fetch. If the language is not found, the primary language of the group will be returned (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-join"></a><h3>flickcurl_groups_join ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> flickcurl_groups_join (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *accept_rules</code></em>);</pre>
<p>
Join a public group as a member.
</p>
<p>
Implements flickr.groups.join (1.25)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The NSID of the Group in question</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>accept_rules</code></em> :</span></p></td>
<td>If the group has rules, they must be displayed to the user prior to joining. Passing a true value for this argument specifies that the application has displayed the group rules to the user, and that the user has agreed to them. (See flickr.groups.getInfo). Probably takes a '1' or '0' value (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-joinRequest"></a><h3>flickcurl_groups_joinRequest ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> flickcurl_groups_joinRequest (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *message</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *accept_rules</code></em>);</pre>
<p>
Request to join a group that is invitation-only.
</p>
<p>
Implements flickr.groups.joinRequest (1.25)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The NSID of the group to request joining.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>message</code></em> :</span></p></td>
<td>Message to the administrators.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>accept_rules</code></em> :</span></p></td>
<td>If the group has rules, they must be displayed to the user prior to joining. Passing a true value for this argument specifies that the application has displayed the group rules to the user, and that the user has agreed to them. (See flickr.groups.getInfo). Probably takes a '1' or '0' value.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-leave"></a><h3>flickcurl_groups_leave ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> flickcurl_groups_leave (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *delete_photos</code></em>);</pre>
<p>
Leave a group.
</p>
<p>
If the user is the only administrator left, and there are other
members, the oldest member will be promoted to administrator.
</p>
<p>
If the user is the last person in the group, the group will be deleted.
</p>
<p>
Implements flickr.groups.leave (1.25)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The NSID of the Group to leave</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>delete_photos</code></em> :</span></p></td>
<td>Delete all photos by this user from the group. Probably takes a '1' or '0' value (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-member"></a><h3>flickcurl_member</h3>
<pre class="programlisting">typedef struct {
char *nsid;
char *username;
int iconserver;
int iconfarm;
int member_type;
} flickcurl_member;
</pre>
<p>
Member in a group
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-member.nsid"></a>nsid</code></em>;</span></p></td>
<td>NSID</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="flickcurl-member.username"></a>username</code></em>;</span></p></td>
<td>User name</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-member.iconserver"></a>iconserver</code></em>;</span></p></td>
<td>icon server</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-member.iconfarm"></a>iconfarm</code></em>;</span></p></td>
<td>icon farm</td>
</tr>
<tr>
<td><p><span class="term"><span class="type">int</span> <em class="structfield"><code><a name="flickcurl-member.member-type"></a>member_type</code></em>;</span></p></td>
<td>member type - 1: narwhal, 2: member, 3: moderator 4: admin</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-free-member"></a><h3>flickcurl_free_member ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> flickcurl_free_member (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member"><span class="type">flickcurl_member</span></a> *member_object</code></em>);</pre>
<p>
Destructor for member object
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>member_object</code></em> :</span></p></td>
<td>member object</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-free-members"></a><h3>flickcurl_free_members ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> flickcurl_free_members (<em class="parameter"><code><a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member"><span class="type">flickcurl_member</span></a> **members_object</code></em>);</pre>
<p>
Destructor for array of member object
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>members_object</code></em> :</span></p></td>
<td>member object array</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-members-getList"></a><h3>flickcurl_groups_members_getList ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-group.html#flickcurl-member" title="flickcurl_member"><span class="returnvalue">flickcurl_member</span></a> ** flickcurl_groups_members_getList (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *membertypes</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>);</pre>
<p>
Get a list of the members of a group.
</p>
<p>
The call must be signed on behalf of a Flickr member, and the
ability to see the group membership will be determined by the
Flickr member's group privileges.
</p>
<p>
Implements flickr.groups.members.getList (1.9)
as announced as an experimental API on 2009-02-24:
http://tech.groups.yahoo.com/group/yws-flickr/message/4749
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>Return a list of members for this group. The group must be viewable by the Flickr member on whose behalf the API call is made.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>membertypes</code></em> :</span></p></td>
<td>Comma separated list of member types: 2: member, 3: moderator 4: admin. By default returns all types. (Returning super rare member type "1: narwhal" isn't supported by this API method) (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>per_page</code></em> :</span></p></td>
<td>Number of members to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500 (or < 0)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
<td>The page of results to return. If this argument is omitted, it defaults to 1 (or < 0)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>list of members or NULL on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-pools-add"></a><h3>flickcurl_groups_pools_add ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> flickcurl_groups_pools_add (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *photo_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>);</pre>
<p>
Add a photo to a group's pool.
</p>
<p>
Implements flickr.groups.pools.add (0.12)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>photo_id</code></em> :</span></p></td>
<td>The id of the photo to add to the group pool.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The NSID of the group who's pool the photo is to be added to.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-pools-getContext"></a><h3>flickcurl_groups_pools_getContext ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-context.html#flickcurl-context" title="flickcurl_context"><span class="returnvalue">flickcurl_context</span></a> ** flickcurl_groups_pools_getContext (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *photo_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>);</pre>
<p>
Get next and previous photos for a photo in a group pool.
</p>
<p>
Implements flickr.groups.pools.getContext (0.7)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>photo_id</code></em> :</span></p></td>
<td>photo ID</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>group ID</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>an array of size 3 [prev, next, NULL] flickcurl_context*
or NULL on error</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-pools-getGroups"></a><h3>flickcurl_groups_pools_getGroups ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="returnvalue">flickcurl_group</span></a> ** flickcurl_groups_pools_getGroups (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>);</pre>
<p>
Returns a list of groups to which you can add photos.
</p>
<p>
Implements flickr.groups.pools.getGroups (0.12)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
<td>The page of results to return (default 1)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>per_page</code></em> :</span></p></td>
<td>Number of groups to return per page (default 400, max 400)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-pools-getPhotos"></a><h3>flickcurl_groups_pools_getPhotos ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-photo.html#flickcurl-photo" title="flickcurl_photo"><span class="returnvalue">flickcurl_photo</span></a> ** flickcurl_groups_pools_getPhotos (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *tags</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *user_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *extras</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>);</pre>
<p>
Returns a list of pool photos for a given group.
</p>
<p>
See <a class="link" href="flickcurl-section-group.html#flickcurl-groups-pools-getPhotos-params" title="flickcurl_groups_pools_getPhotos_params ()"><code class="function">flickcurl_groups_pools_getPhotos_params()</code></a> for details
of the fields.
</p>
<p>
Implements flickr.groups.pools.getPhotos (0.12)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The id of the group who's pool you which to get the photo list for.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tags</code></em> :</span></p></td>
<td>A tag to filter the pool with. At the moment only one tag at a time is supported. (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_id</code></em> :</span></p></td>
<td>The nsid of a user (or NULL). If given, retrieves only photos that the user has contributed to the group pool.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>extras</code></em> :</span></p></td>
<td>A comma-delimited list of extra information to fetch for each returned record (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>per_page</code></em> :</span></p></td>
<td>Number of photos to return per page (default 100, max 500)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
<td>The page of results to return (default 1)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-pools-getPhotos-params"></a><h3>flickcurl_groups_pools_getPhotos_params ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-photoslist.html#flickcurl-photos-list" title="flickcurl_photos_list"><span class="returnvalue">flickcurl_photos_list</span></a> * flickcurl_groups_pools_getPhotos_params
(<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *tags</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *user_id</code></em>,
<em class="parameter"><code><a class="link" href="flickcurl-section-photoslist.html#flickcurl-photos-list-params" title="flickcurl_photos_list_params"><span class="type">flickcurl_photos_list_params</span></a> *list_params</code></em>);</pre>
<p>
Returns a list of pool photos for a given group.
</p>
<p>
Currently supported extra fields are: license, date_upload,
date_taken, owner_name, icon_server, original_format,
last_update, geo, tags, machine_tags.
</p>
<p>
Optional extra type 'media' that will return an extra media = VALUE
for VALUE "photo" or "video". API addition 2008-04-07.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The id of the group who's pool you which to get the photo list for.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tags</code></em> :</span></p></td>
<td>A tag to filter the pool with. At the moment only one tag at a time is supported. (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_id</code></em> :</span></p></td>
<td>The nsid of a user (or NULL). If given, retrieves only photos that the user has contributed to the group pool.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>list_params</code></em> :</span></p></td>
<td>
<a class="link" href="flickcurl-section-photoslist.html#flickcurl-photos-list-params" title="flickcurl_photos_list_params"><span class="type">flickcurl_photos_list_params</span></a> result parameters (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-pools-remove"></a><h3>flickcurl_groups_pools_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span> flickcurl_groups_pools_remove (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *photo_id</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *group_id</code></em>);</pre>
<p>
Remove a photo from a group pool.
</p>
<p>
Implements flickr.groups.pools.remove (0.12)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>photo_id</code></em> :</span></p></td>
<td>The id of the photo to remove from the group pool.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>group_id</code></em> :</span></p></td>
<td>The NSID of the group who's pool the photo is to removed from.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="flickcurl-groups-search"></a><h3>flickcurl_groups_search ()</h3>
<pre class="programlisting"><a class="link" href="flickcurl-section-group.html#flickcurl-group" title="flickcurl_group"><span class="returnvalue">flickcurl_group</span></a> ** flickcurl_groups_search (<em class="parameter"><code><a class="link" href="flickcurl-section-core.html#flickcurl" title="flickcurl"><span class="type">flickcurl</span></a> *fc</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *text</code></em>,
<em class="parameter"><code><span class="type">int</span> per_page</code></em>,
<em class="parameter"><code><span class="type">int</span> page</code></em>);</pre>
<p>
Search for groups. 18+ groups will only be returned for
authenticated calls where the authenticated user is over 18.
</p>
<p>
Implements flickr.groups.search (0.13)
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>fc</code></em> :</span></p></td>
<td>flickcurl context</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
<td>The text to search for.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>per_page</code></em> :</span></p></td>
<td>Number of groups to return per page, default 100, max 500 (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
<td>The page of results to return, default 1 (or NULL)</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>non-0 on failure</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|